aboutsummaryrefslogtreecommitdiff
path: root/sway/sway-input.5.txt
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-04-18 23:19:23 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-04-18 23:19:23 +1000
commit5b30391383be7e31ae1b213f2a6095bd7a95defc (patch)
tree96ad3f77bf2538401d5538e0e0ba9c12c99f32b6 /sway/sway-input.5.txt
parentd668d5789238f1e2865599cf1b7ffeb518ee8318 (diff)
Make key repeat configurable
This creates two input commands for configuring the repeat delay and rate. Example config: input "myidentifier" { repeat_delay 250 repeat_rate 25 }
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r--sway/sway-input.5.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt
index 05725360..c3380f54 100644
--- a/sway/sway-input.5.txt
+++ b/sway/sway-input.5.txt
@@ -92,6 +92,12 @@ Libinput Configuration
**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 <milliseconds>::
+ Sets the frequency of key repeats once the repeat_delay has passed.
+
**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>::
Changes the scroll method for the specified input device.