binds: Remove inaccurate comment about case and clarify xkb keysym usage (#408)

This commit is contained in:
Caleb Maclennan 2023-12-05 17:47:29 +03:00 committed by GitHub
parent 94e1b490c6
commit 154e019d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ _The dispatcher list can be found in [Dispatchers](../Dispatchers/#list-of-dispa
See the See the
[xkbcommon-keysyms.h header](https://github.com/xkbcommon/libxkbcommon/blob/master/include/xkbcommon/xkbcommon-keysyms.h) [xkbcommon-keysyms.h header](https://github.com/xkbcommon/libxkbcommon/blob/master/include/xkbcommon/xkbcommon-keysyms.h)
for all the keysyms. The name you should use is the one after `XKB_KEY_`, for all the keysyms. The name you should use is the segment after `XKB_KEY_`.
written in all lowercase.
If you are unsure of what your key's name is, you can If you are unsure of what your key's name is, you can
use `xev` or `wev` to find that information. use `xev` or `wev` to find that information.