From 2a0782eb02058f6f174590881be5a9f1eccfdc89 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 3 Feb 2025 19:58:42 +0100 Subject: Attempt to fix global hotkeys not working on steam deck (grabs keys, cant press buttons) --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6b8ec4e..2e24abd 100644 --- a/meson.build +++ b/meson.build @@ -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', -- cgit v1.2.3