diff options
author | frsfnrrg <frsfnrrg@users.noreply.github.com> | 2018-07-29 16:25:43 -0400 |
---|---|---|
committer | frsfnrrg <frsfnrrg@users.noreply.github.com> | 2018-07-29 19:15:02 -0400 |
commit | e33dfbfa758fb899c276135d06f25359ceee0002 (patch) | |
tree | 2ac9007d59e001f16c92dd43cb9e961fd043257f /sway/commands | |
parent | ca8f177e143de81af3c050e6dc01b7ecebaeea34 (diff) |
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.
Diffstat (limited to 'sway/commands')
0 files changed, 0 insertions, 0 deletions