labwc/src/input
Johan Malm 774eb2170f keyboard: cancel key repeat on vt change
...(calling `wlr_session_change_vt()`) because when the session is
switched, the access to the keyboard is lost and therefore the RELEASE
event will not be passed to the compositor.

Fixes bug whereby compositor crashes on VT change on FreeBSD.

Fixes #1424
2024-01-15 21:56:18 +00:00
..
cursor.c feat: add Shade/Unshade/ToggleShade actions 2024-01-15 21:37:36 +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 key-state.c: add logging for 'pressed-sent' 2023-11-18 14:17:25 +00:00
keyboard.c keyboard: cancel key repeat on vt change 2024-01-15 21:56:18 +00:00
meson.build input: add tablet pad setup and button handler 2024-01-02 21:28:42 +00:00
tablet.c input: add tablet pad setup and button handler 2024-01-02 21:28:42 +00:00
tablet_pad.c input: add tablet pad setup and button handler 2024-01-02 21:28:42 +00:00
touch.c Make touch depend on cursor to prevent racing 2023-10-30 21:14:04 +00:00