diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-03 13:03:36 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-03 13:03:36 +0200 |
commit | c26b54047f3c976ec811ddcf8c3ade6bedf8dada (patch) | |
tree | ee7d4902d1317f987d4a901410136ade8b9cfbfa /tools/gsr-global-hotkeys/keyboard_event.h | |
parent | a958e1646531f6f6a688eb4db513831d7a8cdcdd (diff) |
Support f16-f24 keys, fix keyboard grab remaining grabbed for hotkeys when not using modifier and changing hotkeys
Diffstat (limited to 'tools/gsr-global-hotkeys/keyboard_event.h')
-rw-r--r-- | tools/gsr-global-hotkeys/keyboard_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gsr-global-hotkeys/keyboard_event.h b/tools/gsr-global-hotkeys/keyboard_event.h index a86b3dd..720aaa1 100644 --- a/tools/gsr-global-hotkeys/keyboard_event.h +++ b/tools/gsr-global-hotkeys/keyboard_event.h @@ -40,6 +40,7 @@ typedef struct { int dev_input_id; bool grabbed; unsigned char *key_states; + unsigned char *key_presses_grabbed; int num_keys_pressed; } event_extra_data; |