Mention that recording has to be restarted to apply changes. Fix stuck in repeat state if pressed while gsr-global-hotkey starts

This commit is contained in:
dec05eba
2024-12-26 15:22:57 +01:00
parent ec6d4090af
commit e5b745d696
11 changed files with 119 additions and 18 deletions

View File

@@ -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;