mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
binds: Remove inaccurate comment about case and clarify xkb keysym usage (#408)
This commit is contained in:
parent
94e1b490c6
commit
154e019d72
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ _The dispatcher list can be found in [Dispatchers](../Dispatchers/#list-of-dispa
|
|||
|
||||
See the
|
||||
[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_`,
|
||||
written in all lowercase.
|
||||
for all the keysyms. The name you should use is the segment after `XKB_KEY_`.
|
||||
|
||||
If you are unsure of what your key's name is, you can
|
||||
use `xev` or `wev` to find that information.
|
||||
|
|
Loading…
Reference in a new issue