swayfx/sway/input
Ryan Dwyer 5b30391383 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
    }
2018-04-18 23:19:23 +10:00
..
cursor.c Implement cursor event simulation with sway commands. 2018-04-10 12:40:50 -04:00
input-manager.c Give keyboard focus to unmanaged xwayland surfaces 2018-04-07 14:03:30 -04:00
keyboard.c Make key repeat configurable 2018-04-18 23:19:23 +10:00
seat.c remove empty workspace when focusing its output 2018-04-15 08:30:30 +02:00