diff options
author | ProgAndy <code@progandy.de> | 2018-07-23 14:41:11 +0200 |
---|---|---|
committer | ProgAndy <code@progandy.de> | 2018-07-25 17:24:45 +0200 |
commit | d07463d53b2677ba0662b2b91aad484f67fc6405 (patch) | |
tree | 1ce5453110917cebb4f98bf1b430cd8a226c99ad /sway | |
parent | c7a3a03115aa672b8abd1155e7e93e6328512326 (diff) |
Add documentation for xkb_capslock/xkb_numlock
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway-input.5.scd | 8 |
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 *input* <identifier> xkb\_variant <variant> Sets the variant of the keyboard like _dvorak_ or _colemak_. +*input* <identifier> xkb\_capslock enabled|disabled + Enables or disables CapsLock on sway startup, the default is disabled. + Only meaningful if sway controls the keyboard. + +*input* <identifier> xkb\_numlock enabled|disabled + Enables or disables NumLock on sway startup, the default is enabled. + Only meaningful if sway controls the keyboard. + ## MAPPING CONFIGURATION *input* <identifier> map\_to\_output <identifier> |