swayfx/sway/input
frsfnrrg e33dfbfa75 Implement key repeat for pressed key bindings
Each sway_keyboard is provided with a wayland timer event source.
When a valid keypress binding has been found, a callback to
handle_keyboard_repeat is set. Any key event will either clear
the callback or (if the new key event is a valid keypress binding)
delay the callback again.
2018-07-29 19:15:02 -04:00
..
cursor.c Fix clicking a floating split container 2018-07-28 22:41:04 +10:00
input-manager.c Add virtual keyboard protocol 2018-07-28 20:47:56 -04:00
keyboard.c Implement key repeat for pressed key bindings 2018-07-29 19:15:02 -04:00
seat.c Merge pull request #2360 from RyanDwyer/floating-containers 2018-07-28 09:30:12 -04:00