Prevent focused application from receiving global hotkey keys on wayland as well (massive hack)

This commit is contained in:
dec05eba
2024-12-16 21:48:35 +01:00
parent eb3660a4d8
commit 14b0d376a8
7 changed files with 137 additions and 36 deletions

4
TODO
View File

@@ -105,4 +105,6 @@ When support for window capture is enabled on x11 then make sure to not save the
Support CJK.
Move ui hover code from ::draw to ::on_event, to properly handle widget event stack.
Move ui hover code from ::draw to ::on_event, to properly handle widget event stack.
Save audio devices by name instead of id. This is more robust since audio id can change(?).