From e5b745d696c3ea14bfa9f51f75825befaa94a924 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 26 Dec 2024 15:22:57 +0100 Subject: Mention that recording has to be restarted to apply changes. Fix stuck in repeat state if pressed while gsr-global-hotkey starts --- tools/gsr-global-hotkeys/keyboard_event.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/gsr-global-hotkeys/keyboard_event.h') diff --git a/tools/gsr-global-hotkeys/keyboard_event.h b/tools/gsr-global-hotkeys/keyboard_event.h index ca96cab..67251fc 100644 --- a/tools/gsr-global-hotkeys/keyboard_event.h +++ b/tools/gsr-global-hotkeys/keyboard_event.h @@ -43,6 +43,8 @@ typedef struct { int hotplug_event_index; int uinput_fd; bool stdout_failed; + int32_t repeat_key_to_ignore; + bool has_received_key_event; hotplug_event hotplug_ev; -- cgit v1.2.3