react-keydown icon indicating copy to clipboard operation
react-keydown copied to clipboard

Lightweight keydown wrapper for React components

Results 17 react-keydown issues
Sort by recently updated
recently updated
newest added

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?

enhancement

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...

enhancement

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...

enhancement

See https://github.com/glortho/react-keydown/issues/68 for details.

enhancement

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...

enhancement

Matched only single esc, but not esc+any_key. Is it possible to implement?

enhancement