Suggestion: Support XKB_KEY_* names instead of keycodes in bindings #4553
SorenHJohansen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, bindings rely on keycodes, for example:
Would it be possible to support (or switch to) using XKB_KEY_* key names instead, like this:
Keycodes are highly layout-dependent.
On my Danish keyboard, code:20 does not map to -, so this keybind simply doesn’t work for me.
Using XKB key names would make bindings:
This would significantly improve usability for non-US keyboard layouts.
Beta Was this translation helpful? Give feedback.
All reactions