diff options
author | Kenny Levinsen <kl@kl.wtf> | 2022-12-18 23:39:02 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-12-19 10:02:58 +0100 |
commit | 1ade0ce753dc5f588584f444ce80d27c3b1e4300 (patch) | |
tree | 2fcc2fcd86c64cda332ee438f07bfbc16638f253 /swaynag | |
parent | e3c63bf58d0744dfb436f0f38442ce3735e40f47 (diff) |
seat: Set keyboard if seat keyboard is NULL
sway sends wl_keyboard.enter on seat focus change and when a keyboard
active on a seat is configured. If all keyboards are removed and a
keyboard is added back without changing the focused client, no new
notify event would be sent despite having keyboard focus. This could
lead to key events without notify, which is a protocol violation.
As a quick fix, when configuring a keyboard on a seat where no keyboard
is currently active, activate the keyboard so that a focused surface
will receive a notify event.
Regressed by: e1b268af98edeb09e570e8855ef64f0719cbafe2
Closes: https://github.com/swaywm/sway/issues/7330
Diffstat (limited to 'swaynag')
0 files changed, 0 insertions, 0 deletions