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

allow to bind keypad keys separately #1147

Closed
fabiangreffrath opened this issue Jul 15, 2023 · 0 comments · Fixed by #1148
Closed

allow to bind keypad keys separately #1147

fabiangreffrath opened this issue Jul 15, 2023 · 0 comments · Fixed by #1148

Comments

@fabiangreffrath
Copy link
Owner

fabiangreffrath commented Jul 15, 2023

It seems that at least USB keyboards send separate scancodes for the keypad buttons. We should probably allow to bind them separately from their primary or secondary function.

Or is there any disadvantage that I just can't see at the moment?

While at it, should we allow this for the numbers only or also for the plus, minus, asterisk, slash keys as well? The keypad return key should most probably remain an alias to the regular one.

fabiangreffrath added a commit that referenced this issue Jul 16, 2023
* allow separate key binding for the numerics keypad

Fixes #1147

* bring back some sub-128 key codes

* abstract HOME key in default config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant