diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-19 08:56:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-19 08:56:03 -0400 |
commit | 21eb63cc9ebff4e843595c64e40b5707a158c925 (patch) | |
tree | 8be54bda3c472f31666e0d2fad5b5647d67c62e6 /sway/sway-input.5.txt | |
parent | 9715e38ca82f891afdb824d02b7f19a2587e24c1 (diff) | |
parent | 2f0120e458cae47f38a3c09af174bae60964151c (diff) |
Merge branch 'master' into fullscreen
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r-- | sway/sway-input.5.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt index 05725360..948b4b6f 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 <characters per second>:: + 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. |