Correct the repeat_rate documentation.

This commit is contained in:
Ryan Dwyer 2018-04-19 13:48:20 +10:00
parent 9d3739a6f7
commit 9ab61716b5

View file

@ -95,7 +95,7 @@ Libinput Configuration
**input** <identifier> repeat_delay <milliseconds>:: **input** <identifier> repeat_delay <milliseconds>::
Sets the amount of time a key must be held before it starts repeating. 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. Sets the frequency of key repeats once the repeat_delay has passed.
**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>:: **input** <identifier> scroll_method <none|two_finger|edge|on_button_down>::