keyboard: absolve release event if press was bound

When key press events are handled by compositor keybindings, do not
forward the corresponding release events to clients.
This commit is contained in:
Johan Malm 2021-12-21 22:25:59 +00:00 committed by ARDiDo
parent 57cc72b49e
commit 7e57b7fcf5
4 changed files with 99 additions and 0 deletions

View file

@ -6,6 +6,7 @@ labwc_sources = files(
'foreign.c',
'interactive.c',
'keyboard.c',
'key-state.c',
'layers.c',
'main.c',
'osd.c',