labwc/src/input
John Lindgren fe9491443c 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 e77330bc3f and 3e2baa3f05.
2023-11-12 17:37:30 +00:00
..
cursor.c cursor: allow re-focusing xwayland-unmanaged surfaces 2023-11-02 19:31:10 +00:00
gestures.c Move gesture handling out of cursor.c 2023-10-30 21:14:04 +00:00
input.c Move input handler init() and finish() functions to input/input.c 2023-10-30 21:14:04 +00:00
key-state.c keyboard: avoid stuck keys due to keybindings (alternate approach) 2023-11-12 17:37:30 +00:00
keyboard.c keyboard: remove exceptions from storing pressed keys 2023-11-12 17:37:30 +00:00
meson.build Move input handler init() and finish() functions to input/input.c 2023-10-30 21:14:04 +00:00
touch.c Make touch depend on cursor to prevent racing 2023-10-30 21:14:04 +00:00