glortho / glortho/react-keydown

Disable repeat?

Open
#30 2 comments 3 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
495
Forks
34
PR merge metrics
No merged PRs in 30d

Description

My users (mostly children) sometimes hold the key down (on purpose or because they can't lift their hand off the switch because of disability) thus triggering key repeat. I typically avoid this by binding keyup to clear a flag set on keydown and ignoring the keydown event if the flag is set.

I don't see that in your package but it looks like it would be simple to add. If you agree, I may try hacking it to produce a pull request.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.