is-hotkey
Check whether a browser event matches a hotkey.
Found 8 results for keycombo
Check whether a browser event matches a hotkey.
Check whether a browser event matches a hotkey.
Keyboard events as values for React (hook)
get a keyboard key definition from event
 [](https://circleci.com/gh/davidwieler/keybindings/tree/master) ![Gi
Use an easy-to-read key combo string to capture keyboard events. For example: `⇧ ⌥ ⌘ + K` → `e.shiftKey && e.altKey && e.metaKey && e.code === 'KeyK'`
Check whether a browser event matches a hotkey.
Check whether a browser event matches a hotkey.