]> git.mdlowis.com Git - proto/labwc.git/commit
keyboard: remove nr_pressed_keys == 1 restriction for keybindings
authorJohn Lindgren <john@jlindgren.net>
Sat, 11 Nov 2023 03:00:04 +0000 (22:00 -0500)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 12 Nov 2023 17:37:30 +0000 (17:37 +0000)
commit5a77a3ad5176b09ff8576b8a6d05e53bcb4302d1
treed82f54d1f1f40248cf6744f61803c9bf42d0dbdc
parent7571c4bed347c55f69ec1826da679c4aa9c84f18
keyboard: remove nr_pressed_keys == 1 restriction for keybindings

This restriction should be unnecessary now (see the previous commit for
details) and caused issues with keybindings not working on some systems
where irregular keypress events are received (e.g. XF86XK_WakeUp)
without an accompanying release event.

Kept separate from the previous commit for the sake of potential future
bisects.

Partially reverts e77330bc3fe7.
src/input/keyboard.c