aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar ProgAndy <code@progandy.de>2018-07-23 14:41:11 +0200
committerLibravatar ProgAndy <code@progandy.de>2018-07-25 17:24:45 +0200
commitd07463d53b2677ba0662b2b91aad484f67fc6405 (patch)
tree1ce5453110917cebb4f98bf1b430cd8a226c99ad /sway/sway-input.5.scd
parentAdd xkb_numlock/xkb_capslock commands (#2311) (diff)
downloadsway-d07463d53b2677ba0662b2b91aad484f67fc6405.tar.gz
sway-d07463d53b2677ba0662b2b91aad484f67fc6405.tar.zst
sway-d07463d53b2677ba0662b2b91aad484f67fc6405.zip
Add documentation for xkb_capslock/xkb_numlock
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd8
1 files changed, 8 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index b6391431..372ca697 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -33,6 +33,14 @@ For more information on these xkb configuration options, see
33*input* <identifier> xkb\_variant <variant> 33*input* <identifier> xkb\_variant <variant>
34 Sets the variant of the keyboard like _dvorak_ or _colemak_. 34 Sets the variant of the keyboard like _dvorak_ or _colemak_.
35 35
36*input* <identifier> xkb\_capslock enabled|disabled
37 Enables or disables CapsLock on sway startup, the default is disabled.
38 Only meaningful if sway controls the keyboard.
39
40*input* <identifier> xkb\_numlock enabled|disabled
41 Enables or disables NumLock on sway startup, the default is enabled.
42 Only meaningful if sway controls the keyboard.
43
36## MAPPING CONFIGURATION 44## MAPPING CONFIGURATION
37 45
38*input* <identifier> map\_to\_output <identifier> 46*input* <identifier> map\_to\_output <identifier>