diff options
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 */ |