gaucho-labs / leptos-hotkeys

a declarative way of using keyboard shortcuts + callbacks in leptos applications
https://leptos-hotkeys.vercel.app
MIT License
43 stars 8 forks source link

feat: update hotkeys to use `code` values in demo #97

Closed friendlymatthew closed 4 months ago

friendlymatthew commented 4 months ago

Updated the demo to change the hotkeys. A good tip: turning on debug mode as you work, and press keys in your browser. The debug feature prints all key codes to the console log.