Searched refs:hotkey_t (Results 1 – 2 of 2) sorted by relevance
9 enum hotkey_t { enum24 bool is_hotkey(enum hotkey_t id);25 void hotkey_run(enum hotkey_t id);27 static inline bool is_hotkey(enum hotkey_t id) { return false; } in is_hotkey()28 static inline void hotkey_run(enum hotkey_t id) { } in hotkey_run()
26 bool is_hotkey(enum hotkey_t id) in is_hotkey()52 void hotkey_run(enum hotkey_t id) in hotkey_run()