diff options
author | Drew DeVault <[email protected]> | 2018-10-03 07:48:35 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-10-03 07:50:37 -0400 |
commit | e60ad3f677bfc788568cc30ab12dc2ea6fa2a493 (patch) | |
tree | 0470aaf35334c446af346c41cf8640710e93e08b /sway/sway-input.5.scd | |
parent | 06c214a800cab9119ae4b04371e3f6bbca8a0550 (diff) |
Fix some missing commands in sway-input(5)
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r-- | sway/sway-input.5.scd | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index 14f2a007..e5673452 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -13,6 +13,12 @@ To obtain a list of available device identifiers, run *swaymsg -t get\_inputs*. ## KEYBOARD CONFIGURATION +*input* <identifier> repeat\_delay <n> + Sets the delay before repeating a held-down key, in milliseconds. + +*input* <identifier> repeat\_rate <n> + Sets the key repeat rate in number of keypresses per second. + For more information on these xkb configuration options, see *xkeyboard-config*(7). @@ -35,10 +41,10 @@ For more information on these xkb configuration options, see The following commands may only be used in the configuration file. *input* <identifier> xkb\_capslock enabled|disabled - Initially enables or disables CapsLock, the default is disabled. + Initially enables or disables CapsLock on startup, the default is disabled. *input* <identifier> xkb\_numlock enabled|disabled - Initially enables or disables NumLock, the default is disabled. + Initially enables or disables NumLock on startup, the default is disabled. ## MAPPING CONFIGURATION |