]> git.mdlowis.com Git - proto/labwc.git/commit
keyboard: fix shifted keystroke delay
authorJohan Malm <jgm323@gmail.com>
Sat, 11 Nov 2023 22:04:14 +0000 (22:04 +0000)
committerJohn Lindgren <john@jlindgren.net>
Sun, 12 Nov 2023 01:20:29 +0000 (20:20 -0500)
commitdcc10ba81b95e9e6c01d15fe4b6dfbd5e6ecad90
tree1fe9b3eac2cfa0a4e56b0445d160c244de154f68
parent368ede74602eaba40b8a67df57dfe0b3f20331d9
keyboard: fix shifted keystroke delay

Remove wlr_seat_set_keyboard() from `keyboard_modifiers_notify()`
but leave it in `keyboard_key_notify()`

Fixes regression introduced in 984aeb0

Reported-by: @jlindgren90
Fixes: #1238
src/input/keyboard.c