diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-05 21:03:42 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-05 21:03:42 +0100 |
commit | 6fe9f1a8d5938d1b24a4c788eb6055a02d1225c4 (patch) | |
tree | 75b733e57e881ccb099d2d506ae4f8a825fab536 /tools/gsr-global-hotkeys/keys.h | |
parent | 8c148aceda962e4e1948162b76dea92f11cd452a (diff) |
Fix global hotkeys when using virtual mapper that pretends to be a joystick as well (kanata)
Diffstat (limited to 'tools/gsr-global-hotkeys/keys.h')
-rw-r--r-- | tools/gsr-global-hotkeys/keys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gsr-global-hotkeys/keys.h b/tools/gsr-global-hotkeys/keys.h index 11d0d92..4f31882 100644 --- a/tools/gsr-global-hotkeys/keys.h +++ b/tools/gsr-global-hotkeys/keys.h @@ -4,7 +4,7 @@ #include <stdbool.h> #include <stdint.h> -bool is_key_or_mouse_button(uint32_t keycode); +bool is_keyboard_key(uint32_t keycode); bool is_mouse_button(uint32_t keycode); #endif /* KEYS_H */ |