Attempt to fix global hotkeys not working on steam deck (grabs keys, cant press buttons)

This commit is contained in:
dec05eba
2025-02-03 19:58:42 +01:00
parent f505323d56
commit 2a0782eb02
4 changed files with 42 additions and 8 deletions

View File

@@ -74,6 +74,7 @@ executable(
[
'tools/gsr-global-hotkeys/hotplug.c',
'tools/gsr-global-hotkeys/keyboard_event.c',
'tools/gsr-global-hotkeys/keys.c',
'tools/gsr-global-hotkeys/main.c'
],
c_args : '-fstack-protector-all',