summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Pigott <rpigott@berkeley.edu>2020-01-14 19:34:42 -0700
committerDrew DeVault <sir@cmpwn.com>2020-01-22 13:30:52 -0500
commit6ac97c46ae35cac9a49f487b6cd9d23520004c2b (patch)
tree7b92c56d51e95479373e7395791ce264300505f3
parent94199fe91cfe68af7c1f925337abc8a2e330cde3 (diff)
sway-input.5: Document repeat_delay and repeat_rate only once
-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 26cc60f0a..e23e0b93b 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -35,11 +35,11 @@ on top of the existing device configurations.
## KEYBOARD CONFIGURATION
-*input* <identifier> repeat_delay <n>
- Sets the delay before repeating a held-down key, in milliseconds.
+*input* <identifier> repeat_delay <milliseconds>
+ Sets the amount of time a key must be held before it starts repeating.
-*input* <identifier> repeat_rate <n>
- Sets the key repeat rate in number of keypresses per second.
+*input* <identifier> repeat_rate <characters per second>
+ Sets the frequency of key repeats once the repeat_delay has passed.
For more information on these xkb configuration options, see
*xkeyboard-config*(7).
@@ -145,12 +145,6 @@ The following commands may only be used in the configuration file.
*input* <identifier> pointer_accel [<-1|1>]
Changes the pointer acceleration for the specified input device.
-*input* <identifier> repeat_delay <milliseconds>
- Sets the amount of time a key must be held before it starts repeating.
-
-*input* <identifier> repeat_rate <characters per second>
- Sets the frequency of key repeats once the repeat_delay has passed.
-
*input* <identifier> scroll_button disable|button[1-3,8,9]|<event-code-or-name>
Sets the button used for scroll_method on_button_down. The button can
be given as an event name or code, which can be obtained from *libinput