sway/sway
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
..
commands Make key repeat configurable 2018-04-18 23:19:23 +10:00
config Make key repeat configurable 2018-04-18 23:19:23 +10:00
desktop Do not call the map handler when an xwayland surface is created 2018-04-13 14:43:41 +02:00
input Make key repeat configurable 2018-04-18 23:19:23 +10:00
tree Fix gcc maybe-uninitialized warning 2018-04-13 22:47:27 +09:00
base64.c Rework get_clipboard implementation 2017-07-07 21:51:34 +02:00
commands.c Make key repeat configurable 2018-04-18 23:19:23 +10:00
config.c rename seat functions 2018-04-02 08:45:37 -04:00
criteria.c address feedback 2018-04-08 14:22:20 -04:00
debug-tree.c Container coordiantes/sizes are floating point 2018-04-06 16:19:06 -04:00
ipc-json.c implement ipc focus stack 2018-04-07 16:23:53 -04:00
ipc-server.c Fix gcc string truncation warnings 2018-04-13 22:47:27 +09:00
main.c Add debug tree view 2018-04-06 11:49:27 -04:00
meson.build Make key repeat configurable 2018-04-18 23:19:23 +10:00
security.c Add minimal config subsystem 2017-12-05 10:40:55 +01:00
server.c Destroy display in server_fini 2018-04-17 23:15:11 +01:00
sway-bar.5.txt Various manpage edits 2017-10-14 21:41:49 +02:00
sway-input.5.txt Make key repeat configurable 2018-04-18 23:19:23 +10:00
sway-security.7.txt Various manpage edits 2017-10-14 21:41:49 +02:00
sway.1.txt input and seat command docs 2017-12-16 08:19:33 -05:00
sway.5.txt Add documentation for seat cursor command. 2018-04-10 15:44:02 -04:00