Where do names for keys come from? #400
-
Hi. Is there a list for all names for keyboard keys that can be used in jay's config? Particularly, I struggle to find the right name for arrow keys and Enter. I've tried |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The autoritative source is https://github.com/xkbcommon/libxkbcommon/blob/master/include/xkbcommon/xkbcommon-keysyms.h. Note that these names are case-sensitive. But you can also run
The name next to |
Beta Was this translation helpful? Give feedback.
The autoritative source is https://github.com/xkbcommon/libxkbcommon/blob/master/include/xkbcommon/xkbcommon-keysyms.h. Note that these names are case-sensitive.
But you can also run
kbvm test-wayland
(https://github.com/mahkoh/kbvm) and then press the keys in question. This will give you the following output.The name next to
sym
is the name you should use in the config.