aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>