Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
3
Likes
2
Comments
Add full keyboard support to web app?
by
dqmonn
Looking for an easy solution to add keyboard navigation support to my web app:
Different letters to switch screens / tabs
Command + Letter combinations for certain actions
Cross-Browser and -Platform
Any picks?
How about Whenipress?: https://github.com/lukeraymonddowning/whenipress
What frontend tech are you using? I've used react-hotkeys in the past and it was really good. We only had to support modern browsers though, so not sure about wider browser support.
After trying out Hey's new email web app, I've been wanting to put keyboard shortcuts in some of my sites again too.