Search
key-definitions
get a keyboard key definition from event
v2.0.3 URL:
https://unpkg.com/key-definitions@2.0.3/index.js
Open
Browse Files
keys
keyboard
events
keycode
keyup
keypress
keydown
keyboardevent
keyname
code
ascii
esm
es
typescript
js
ts
definitions
use keycode
usekeycode
keycombo
which
shortcut
key definitions
keyDefinitions
use-key-state
Keyboard events as values for React (hook)
v0.2.2 URL:
https://unpkg.com/use-key-state@0.2.2/dist/index.js
Open
Browse Files
react
hook
key
keycombo
event
combo
hotkey
shortcut
keycombo-parse
Use an easy-to-read key combo string to capture keyboard events. For example: `⇧ ⌥ ⌘ + K` → `e.shiftKey && e.altKey && e.metaKey && e.code === 'KeyK'`
v1.0.7 URL:
https://unpkg.com/keycombo-parse@1.0.7/dist/index.js
Open
Browse Files
keyboard
keycombo
shortcut
hotkey
keyboardEvent
is-hotkey
Check whether a browser event matches a hotkey.
v0.2.0 URL:
https://unpkg.com/is-hotkey@0.2.0/lib/index.js
Open
Browse Files
code
combo
event
hotkey
key
keycode
keycodes
keycombo
keydown
keyup
mousetrap
shortcut
which
is-hotkey-esm
Check whether a browser event matches a hotkey.
v1.0.0 URL:
https://unpkg.com/is-hotkey-esm@1.0.0/dist/index.cjs
Open
Browse Files
code
combo
event
hotkey
key
keycode
keycodes
keycombo
keydown
keyup
mousetrap
shortcut
which