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

Strider: KeyBindings #348

Open
x4e opened this issue Apr 23, 2021 · 1 comment
Open

Strider: KeyBindings #348

x4e opened this issue Apr 23, 2021 · 1 comment
Labels
plugin system Enhancement or fixes related to plugin system plugin Issue related to plugins

Comments

@x4e
Copy link

x4e commented Apr 23, 2021

Hello,

At the moment the Strider plugin does not have any keybinding functionality, using hardcoded defaults (hjkl).
hjkl keybindings are the standard, however they are not at all ergonomic, especially for non qwerty users (I use colemak).
It would be useful if it was possible to change these.

Code in question:

Key::Up | Key::Char('k') => {

@a-kenji
Copy link
Contributor

a-kenji commented Apr 23, 2021

Thank you! I agree, it would be very useful. Sadly I think it will take a little while until we can tackle plugin configuration #317. But any input on that is very welcome.

@a-kenji a-kenji added plugin Issue related to plugins plugin system Enhancement or fixes related to plugin system labels Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin system Enhancement or fixes related to plugin system plugin Issue related to plugins
Projects
None yet
Development

No branches or pull requests

2 participants