From 154e019d7237bedd4ae36e69087221bf9cfd647a Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 5 Dec 2023 17:47:29 +0300 Subject: [PATCH] binds: Remove inaccurate comment about case and clarify xkb keysym usage (#408) --- pages/Configuring/Binds.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index 3ebbc29..74fb6f5 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -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.