react-keydown
react-keydown copied to clipboard
Lightweight keydown wrapper for React components
I just started looking at [Flow](https://flow.org/) and while using your library (great work!) I noticed this library lacks the types definitions. Would it be possible to add them?
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...
While using this great lib, I felt the need to have debounce support. I'd be happy to PR it if guys here think its fine to implement as part of...
See https://github.com/glortho/react-keydown/issues/68 for details.
In my use case, I’d like to be able to toggle state based on if a modifier key is pressed, so it would be great to be able to do...
Matched only single esc, but not esc+any_key. Is it possible to implement?