Skip to content
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

Open
kristopolous opened this issue Jan 10, 2018 · 5 comments
Open

Keyboard navigation #64

kristopolous opened this issue Jan 10, 2018 · 5 comments
Milestone

Comments

@kristopolous
Copy link
Owner

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.

@kristopolous
Copy link
Owner Author

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.

@spotUP
Copy link

spotUP commented May 20, 2020

oh wow... keyboard navigation would be really cool! =)

@kristopolous
Copy link
Owner Author

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

@spotUP
Copy link

spotUP commented May 22, 2020

Sounds cool to me!

@kristopolous kristopolous added this to the Vaporware 4.5 milestone May 26, 2020
@kristopolous
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants