aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Ferdinand Bachmann <ferdinand.bachmann@yrlf.at>2024-03-24 12:20:05 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2024-03-28 10:26:34 +0100
commit125c74338ac8bf8c15323a49730352b82d6d51bd (patch)
treeffcc5da604d1a8abbc073fdb8b8a21b94bf92b8a /sway
parentImplement transient seat management (diff)
downloadsway-125c74338ac8bf8c15323a49730352b82d6d51bd.tar.gz
sway-125c74338ac8bf8c15323a49730352b82d6d51bd.tar.zst
sway-125c74338ac8bf8c15323a49730352b82d6d51bd.zip
man: document supported modifier names
Diffstat (limited to 'sway')
-rw-r--r--sway/sway.5.scd6
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 7e58b528..f73db3ba 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -400,6 +400,12 @@ runtime.
400 only be available for that group. By default, if you overwrite a binding, 400 only be available for that group. By default, if you overwrite a binding,
401 swaynag will give you a warning. To silence this, use the _--no-warn_ flag. 401 swaynag will give you a warning. To silence this, use the _--no-warn_ flag.
402 402
403 For specifying modifier keys, you can use the XKB modifier names _Shift_,
404 _Lock_ (for Caps Lock), _Control_, _Mod1_ (for Alt), _Mod2_ (for Num Lock),
405 _Mod3_ (for XKB modifier Mod3), _Mod4_ (for the Logo key), and _Mod5_ (for
406 AltGr). In addition, you can use the aliases _Ctrl_ (for Control) and _Alt_
407 (for Alt).
408
403 Unless the flag _--locked_ is set, the command will not be run when a 409 Unless the flag _--locked_ is set, the command will not be run when a
404 screen locking program is active. If there is a matching binding with 410 screen locking program is active. If there is a matching binding with
405 and without _--locked_, the one with will be preferred when locked and the 411 and without _--locked_, the one with will be preferred when locked and the