summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 5a834d5ed1..161366ecc2 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -32,7 +32,17 @@ enum {
32}; 32};
33 33
34#ifdef HAVE_HOTKEY 34#ifdef HAVE_HOTKEY
35const char* get_hotkey_desc(int hk_func); 35int get_hotkey_lang_id(int hk_func);
36
37enum hotkey_action {
38 HOTKEY_OFF = 0,
39 HOTKEY_VIEW_PLAYLIST,
40 HOTKEY_SHOW_TRACK_INFO,
41 HOTKEY_PITCHSCREEN,
42 HOTKEY_OPEN_WITH,
43 HOTKEY_DELETE,
44 HOTKEY_INSERT,
45};
36#endif 46#endif
37 47
38#endif 48#endif