diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-18 23:57:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-18 23:57:28 -0400 |
commit | 2f0120e458cae47f38a3c09af174bae60964151c (patch) | |
tree | ec383be2db8def6d41c06cc4333ef6175b105b1a /sway/sway-input.5.txt | |
parent | d668d5789238f1e2865599cf1b7ffeb518ee8318 (diff) | |
parent | 9ab61716b5017fc2aec3ed03bd4687dfb8c5fe9f (diff) |
Merge pull request #1823 from RyanDwyer/key-repeat
Make key repeat configurable
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. |