-
-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard navigation #64
Comments
There's also the tmux/screen/vim modal paradigm, but there's a learning curve there. Also on modem (last 25 years or so) keyboards, any key can really act as a quasi mode, so long as you don't have too many at once; but that too is a bizarre interface. |
oh wow... keyboard navigation would be really cool! =) |
Right now there's zero js from me at least in the newer version. I'm saving that until the end, sometime in the next week or two |
Sounds cool to me! |
there's this rule that very few people follow https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex ... I can imagine that keyboard navigation is a generally solved problem as a plugin |
In the most recent wave of popularity there were at least 5 independent requests for keyboard navigation.
The window manager and browser captures lots of traditional key combinations and ignoring that fact is a problem.
A potential solution is a full modal design where the meta keys can set a mode so instead of alt+f it's alt, then f.
This solves the problem but in a really stupid way. There may be tricks to completely capture all keyboard input temporarily but that sounds really irritating for the user.
So this should exist somehow but not be trash.
The text was updated successfully, but these errors were encountered: