mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 00:11:28 +00:00
Correct the repeat_rate documentation.
This commit is contained in:
parent
9d3739a6f7
commit
9ab61716b5
|
@ -95,7 +95,7 @@ Libinput Configuration
|
|||
**input** <identifier> repeat_delay <milliseconds>::
|
||||
Sets the amount of time a key must be held before it starts repeating.
|
||||
|
||||
**input** <identifier> repeat_rate <milliseconds>::
|
||||
**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>::
|
||||
|
|
Loading…
Reference in a new issue