mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
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
}
This commit is contained in:
parent
d668d57892
commit
5b30391383
9 changed files with 88 additions and 1 deletions
|
|
@ -191,6 +191,8 @@ static struct cmd_handler input_handlers[] = {
|
|||
{ "middle_emulation", input_cmd_middle_emulation },
|
||||
{ "natural_scroll", input_cmd_natural_scroll },
|
||||
{ "pointer_accel", input_cmd_pointer_accel },
|
||||
{ "repeat_delay", input_cmd_repeat_delay },
|
||||
{ "repeat_rate", input_cmd_repeat_rate },
|
||||
{ "scroll_method", input_cmd_scroll_method },
|
||||
{ "tap", input_cmd_tap },
|
||||
{ "xkb_layout", input_cmd_xkb_layout },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue