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 #20

Open
ericoporto opened this issue Feb 21, 2021 · 0 comments
Open

Keyboard navigation #20

ericoporto opened this issue Feb 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ericoporto
Copy link
Owner

I am thinking of something with keybinds like Controlz, so it's easy to remap to whatever, and that's implemented naively like Arrow Select. An Arrow Select like implementation would be cheaper and not require changing the controls themselves. I could also give bindings for scrolling in case someone wants to something like shift arrow for scrolling - or whatever, just giving a boolean like Controlz does should suffice.

I could enable/disable using the Config struct, I just can't figure out a damn name for it!

Maybe I should group these navigation functions in it's own static attribute too for organization.

@ericoporto ericoporto added the enhancement New feature or request label Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant