react-usekeydown
1. `npm i react-usekeydown` / `yarn add react-usekeydown` 2. `import useKeyDown from "react-usekeydown";` 3. `const keys = useKeyDown();`
Found 92 results for keydown
1. `npm i react-usekeydown` / `yarn add react-usekeydown` 2. `import useKeyDown from "react-usekeydown";` 3. `const keys = useKeyDown();`
watch for key combinations
A keyboard input library
Simple utility to check if a key is pressed
``` npm install @kaisukez/use-key-down-once ```
Keyboard hotkeys manager
A lightweight utility to safely handle paste & keydown events on <input type="number"> fields in Safari. Provides a browser-aware workaround that preserves caret position, sanitizes multiple decimal points, and works with React, Vue, Angular, or vanilla J
Unified keyboard input handler
Capture Keyboard, Mouse and Touchpad combos. Eg: ( Shift + Mousewheel ) , ( Alt + Shift + Mousemove ) , ( Ctrl + Shift + S ), etc.
A React component for handling keyboard events.
React Hook to window keydown
Check whether a browser event matches a hotkey.