]> git.mdlowis.com Git - proto/labwc.git/commit
keyboard: remove exceptions from storing pressed keys
authorJohn Lindgren <john@jlindgren.net>
Sat, 11 Nov 2023 03:53:17 +0000 (22:53 -0500)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 12 Nov 2023 17:37:30 +0000 (17:37 +0000)
commitfe9491443c6fe6d9a16538a28b2aeee2afe3c664
tree8a9f9364bf6cb17824d751c2f62959ee0baf5161
parent5a77a3ad5176b09ff8576b8a6d05e53bcb4302d1
keyboard: remove exceptions from storing pressed keys

These exceptions were added to prevent certain keys (modifiers and
synthetic layout switch key-events) from disabling keybindings (due to
the "nr_pressed_keys > 1" check). That check no longer exists, so the
exceptions should no longer be necessary.

Partially reverts e77330bc3fe7 and 3e2baa3f05ac.
src/input/keyboard.c