Skip to content
Discussion options

You must be logged in to vote

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.

[0454559.450] key down ENTER
[0454559.450]   sym Return '\r'
[0454559.573] key up   ENTER
[0454560.592] ------------
[0454560.592] key down LEFT
[0454560.592]   sym Left
[0454560.673] key up   LEFT

The name next to sym is the name you should use in the config.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mahkoh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants