summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
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,