react-key-collector
v0.1.3
Published
**_High level overview_**: You pass in keycodes (for now) and callback to the function exposed. Whenever the all the keys are pressed, callback will be called.
Downloads
6
Readme
A library to react to key presses using react hooks :boom: :boom:
High level overview: You pass in keycodes (for now) and callback to the function exposed. Whenever the all the keys are pressed, callback will be called.
Note: It's still not ready to be consumed. Some tasks are pending:
Tasks
- adding support for the ordering of keys.
- Adding support for getting list of all the shortcuts.
- Need to add examples.