aboutsummaryrefslogtreecommitdiff
path: root/tools/gsr-global-hotkeys
AgeCommit message (Collapse)Author
26 hoursFix for steamdeckdec05eba
27 hoursAttempt to fix global hotkeys not working on steam deck (grabs keys, cant ↵dec05eba
press buttons)
9 daysDelegate keyboard grab until a button has been pressed if the device says ↵1.1.4dec05eba
its a mouse
9 daysRevert global hotkeys change, ignore mice againdec05eba
10 daysFix hotkeys not working on some keyboardsdec05eba
12 daysAdd 'restart replay on save' optiondec05eba
12 daysMake hotkeys reconfigurable, faster hotkey startup time, fix some keyboard ↵dec05eba
locale issues
2025-01-20Add option to save replay with controller (double-click share button), allow ↵dec05eba
prime-run on wayland
2025-01-10sys/poll.h -> poll.hdec05eba
2025-01-09Revert "Dont use dlopen in gsr-global-hotkeys"dec05eba
This reverts commit b0def958c705ffadeca365753f18aa24ebe85e01.
2025-01-09Dont use dlopen in gsr-global-hotkeysdec05eba
2025-01-08Unset DRI_PRIME as welldec05eba
2025-01-07Try and support different keyboard layouts through x11 xkb mappingdec05eba
2025-01-05Only grab left alt, to allow altgr+z to be used for keyboard that type ż ↵dec05eba
with it
2025-01-04Add option to only grab virtual devices, to support input remapping softwaredec05eba
2024-12-28Global hotkeys: fix incorrect freedec05eba
2024-12-28Add option to manage program startup directly in the programdec05eba
2024-12-28Global hotkeys: only grab devices after all keys have been releaseddec05eba
2024-12-26Virtual keyboard: set EV_SYN and EV_MSC event bitsdec05eba
2024-12-26Mention that recording has to be restarted to apply changes. Fix stuck in ↵dec05eba
repeat state if pressed while gsr-global-hotkey starts
2024-12-17More key grab fixes, ignore mice/js/wheeldec05eba
2024-12-17Fix mouse getting grabbed, not allowing mouse movementdec05eba
2024-12-16Dont forward repeat/release keys to focused window for global hotkeysdec05eba
2024-12-16Ungrab before closing event fddec05eba
2024-12-16Prevent focused application from receiving global hotkey keys on wayland as ↵dec05eba
well (massive hack)
2024-12-16Add fstack-protector-all to gsr-global-hotkeysdec05eba
2024-12-16Rewrite linux global hotkey to not depend on any libraries (also allows it ↵dec05eba
to work on non-systemd systems(?)), remove unused gsr-window-name
2024-11-25Fix global hotkeys not working when connecting input after startupdec05eba
2024-11-25Fix freeze on shutdown: change uid to user after getting seat permissiondec05eba
2024-11-24cap_sys_admin->cap_setuid for gsr-global-hotkeysdec05eba
2024-11-24Use linux /dev/input for global hotkeys instead of x11. This also works on ↵dec05eba
wayland on any compositor