command/map: remove references to locked mods

These have never created functional mappings as far as I'm aware.
This commit is contained in:
Isaac Freund
2024-02-19 18:21:50 +01:00
parent 6692656c00
commit b34e1c6ebd
2 changed files with 1 additions and 5 deletions

View File

@ -162,17 +162,15 @@ a screenlocker). It cannot be entered or exited manually.
The following modifiers are available for use in mappings:
- Shift
- Lock
- Control
- Mod1 (Alt)
- Mod2
- Mod3
- Mod4 (Super)
- Mod5
- None
Alt and Super are aliases for Mod1 and Mod4 respectively. None allows creating
a mapping without modifiers
a mapping without modifiers.
Keys are specified by their XKB keysym name. See
_/usr/include/xkbcommon/xkbcommon-keysyms.h_ for the complete list.