aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <rpigott@berkeley.edu>2020-01-14 19:34:42 -0700
committerLibravatar Simon Ser <contact@emersion.fr>2020-01-16 16:15:50 +0100
commit5215cdfa92bfda2edf8d6b5d17895d7b99bc4f86 (patch)
treea233c678a9e77a4c40478ffcdb68675ce8981b56 /sway/sway-input.5.scd
parentipc-json: Remove unnecessary dereference (diff)
downloadsway-5215cdfa92bfda2edf8d6b5d17895d7b99bc4f86.tar.gz
sway-5215cdfa92bfda2edf8d6b5d17895d7b99bc4f86.tar.zst
sway-5215cdfa92bfda2edf8d6b5d17895d7b99bc4f86.zip
sway-input.5: Document repeat_delay and repeat_rate only once
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd14
1 files changed, 4 insertions, 10 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 26cc60f0..e23e0b93 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -35,11 +35,11 @@ on top of the existing device configurations.
35 35
36## KEYBOARD CONFIGURATION 36## KEYBOARD CONFIGURATION
37 37
38*input* <identifier> repeat_delay <n> 38*input* <identifier> repeat_delay <milliseconds>
39 Sets the delay before repeating a held-down key, in milliseconds. 39 Sets the amount of time a key must be held before it starts repeating.
40 40
41*input* <identifier> repeat_rate <n> 41*input* <identifier> repeat_rate <characters per second>
42 Sets the key repeat rate in number of keypresses per second. 42 Sets the frequency of key repeats once the repeat_delay has passed.
43 43
44For more information on these xkb configuration options, see 44For more information on these xkb configuration options, see
45*xkeyboard-config*(7). 45*xkeyboard-config*(7).
@@ -145,12 +145,6 @@ The following commands may only be used in the configuration file.
145*input* <identifier> pointer_accel [<-1|1>] 145*input* <identifier> pointer_accel [<-1|1>]
146 Changes the pointer acceleration for the specified input device. 146 Changes the pointer acceleration for the specified input device.
147 147
148*input* <identifier> repeat_delay <milliseconds>
149 Sets the amount of time a key must be held before it starts repeating.
150
151*input* <identifier> repeat_rate <characters per second>
152 Sets the frequency of key repeats once the repeat_delay has passed.
153
154*input* <identifier> scroll_button disable|button[1-3,8,9]|<event-code-or-name> 148*input* <identifier> scroll_button disable|button[1-3,8,9]|<event-code-or-name>
155 Sets the button used for scroll_method on_button_down. The button can 149 Sets the button used for scroll_method on_button_down. The button can
156 be given as an event name or code, which can be obtained from *libinput 150 be given as an event name or code, which can be obtained from *libinput