React hook for using keyboard shortcuts in components
A React hook for using keyboard shortcuts in components in a declarative way. Define your hotkeys declaratively once, and let React Hotkeys take care of all the nitty-gritty details of binding and unbinding them. Memoization, enable on form fields, check for currently pressed keys. React Hotkeys has you covered. React Hotkeys Hook is written with TypeScript, so all typings come with it.
A global Hotkey provider with built in tooltip for React
A global Hotkey provider with built-in tooltip for React. Hotkeys are only accessible inside a specific component (not globally). Must take care of the Hotkeys manually throughout the life cycle. Have to provide a way so the user can see all the Hotkeys on the screen. This library will help you by declaring global Hotkeys that automatically will be updated by any life cycle of the component and show a tooltip by pressing a combination of keys