Hacker News new | ask | show | jobs
by jobsort 1730 days ago
Is there a specific library or package folks use to enable hotkeys on a page, or is it commonly done via vanilla JS?
1 comments

I'm using hotkeys-js for most projects where hotkeys are a thing. You can do with vanilla js but it's a bit of work to do it right.