swayfx/include/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.h Invoke mouse bindings 2018-07-23 21:38:29 -04:00
input-manager.h Add virtual keyboard protocol 2018-07-28 20:47:56 -04:00
keyboard.h Implement key repeat for pressed key bindings 2018-07-29 19:15:02 -04:00
seat.h When unfloating, return container to previously focused tiled container 2018-07-28 22:41:04 +10:00