diff options
author | ProgAndy <[email protected]> | 2018-07-25 17:08:47 +0200 |
---|---|---|
committer | ProgAndy <[email protected]> | 2018-07-25 17:24:45 +0200 |
commit | 0ba52458abb8fb0414319d2084e6d0d0214ae304 (patch) | |
tree | 9954d70e09b7d20b88451d523c5af73e29c55ab3 /sway/sway-input.5.scd | |
parent | d07463d53b2677ba0662b2b91aad484f67fc6405 (diff) |
Restrict CapsLock and NumLock commands to the configuration file
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r-- | sway/sway-input.5.scd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index 372ca697..fa311971 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -33,13 +33,13 @@ For more information on these xkb configuration options, see *input* <identifier> xkb\_variant <variant> Sets the variant of the keyboard like _dvorak_ or _colemak_. +The following commands may only be used in the configuration file. + *input* <identifier> xkb\_capslock enabled|disabled - Enables or disables CapsLock on sway startup, the default is disabled. - Only meaningful if sway controls the keyboard. + Initially enables or disables CapsLock, the default is disabled. *input* <identifier> xkb\_numlock enabled|disabled - Enables or disables NumLock on sway startup, the default is enabled. - Only meaningful if sway controls the keyboard. + Initially enables or disables NumLock, the default is enabled. ## MAPPING CONFIGURATION |