react-use
react-use copied to clipboard
Request: replace keyboardjs dependency with keystrokes (updated lib)
Is your feature request related to a problem? Please describe. The more robust keybindings hook has a peer dependency for keyboardjs, but that lib's maintainer has a new package they recommend instead.
Describe the solution you'd like Drop peer dependency on keyboardjs and move to the new library from the same maintainer: Keystrokes
Describe alternatives you've considered
Or even add a new hook with a more generic name: useKeyCombinations, since the existing hook references the other library directly in the name
hey, can I work on this?