mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Disarm key repeat on reload
When resetting the keyboard during reload, disarm the key repeat on all keyboards since the bindings (and possibly keyboard) will be freed before the key repeat can go off.
This commit is contained in:
parent
2257368f1a
commit
2573606b60
3 changed files with 14 additions and 4 deletions
|
|
@ -51,4 +51,5 @@ void sway_keyboard_configure(struct sway_keyboard *keyboard);
|
|||
|
||||
void sway_keyboard_destroy(struct sway_keyboard *keyboard);
|
||||
|
||||
void sway_keyboard_disarm_key_repeat(struct sway_keyboard *keyboard);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue