JohannesKlauss / react-hotkeys-hook

React hook for using keyboard shortcuts in components.
https://react-hotkeys-hook.vercel.app/
MIT License
2.71k stars 114 forks source link

Key documentation #859

Closed baoskee closed 1 year ago

baoskee commented 1 year ago

Is there a list of the key strings and what they represent? I have no idea what key string is for ArrowDown and ArrowUp. Also the doc is stale for replacing command with meta.

JohannesKlauss commented 1 year ago

You can use down or arrowdown or ArrowDown. https://codesandbox.io/s/competent-shamir-tseirb?file=/src/App.tsx

I will update the docs for the stale command and cmd usage

baoskee commented 1 year ago

Thanks!