summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorJeffrey Goode <jeffg7@gmail.com>2010-04-01 03:14:44 +0000
committerJeffrey Goode <jeffg7@gmail.com>2010-04-01 03:14:44 +0000
commitd5e6bc7a8c413218ec1372fd54157e9639ab67b4 (patch)
tree2be93c700ef9c5e8f85cc7dbbfab7f9f842c92f0 /apps/action.h
parent39e78993f317349dacfc4e8d1abb703117636696 (diff)
downloadrockbox-d5e6bc7a8c413218ec1372fd54157e9639ab67b4.tar.gz
rockbox-d5e6bc7a8c413218ec1372fd54157e9639ab67b4.zip
FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work before they can be switched on
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25414 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h
index 63ec905e51..ec9727c120 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -136,6 +136,7 @@ enum {
136 ACTION_WPS_ABSETA_PREVDIR, /* these should be safe to put together seen as */ 136 ACTION_WPS_ABSETA_PREVDIR, /* these should be safe to put together seen as */
137 ACTION_WPS_ABSETB_NEXTDIR, /* you shouldnt want to change dir in ab-mode */ 137 ACTION_WPS_ABSETB_NEXTDIR, /* you shouldnt want to change dir in ab-mode */
138 ACTION_WPS_ABRESET, 138 ACTION_WPS_ABRESET,
139 ACTION_WPS_HOTKEY,
139 140
140 /* list and tree page up/down */ 141 /* list and tree page up/down */
141 ACTION_LISTTREE_PGUP,/* optional */ 142 ACTION_LISTTREE_PGUP,/* optional */
@@ -151,6 +152,7 @@ enum {
151 ACTION_TREE_PGRIGHT,/* optional */ 152 ACTION_TREE_PGRIGHT,/* optional */
152 ACTION_TREE_STOP, 153 ACTION_TREE_STOP,
153 ACTION_TREE_WPS, 154 ACTION_TREE_WPS,
155 ACTION_TREE_HOTKEY,
154 156
155 /* radio */ 157 /* radio */
156 ACTION_FM_MENU, 158 ACTION_FM_MENU,