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 5beacaa0e2..9859c2c50c 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -91,6 +91,7 @@ enum {
91 ACTION_STD_MENU, 91 ACTION_STD_MENU,
92 ACTION_STD_QUICKSCREEN, 92 ACTION_STD_QUICKSCREEN,
93 ACTION_STD_KEYLOCK, 93 ACTION_STD_KEYLOCK,
94 ACTION_STD_REC,
94 95
95 ACTION_F3, /* just so everything works again, possibly change me */ 96 ACTION_F3, /* just so everything works again, possibly change me */
96 /* code context actions */ 97 /* code context actions */
@@ -111,6 +112,7 @@ enum {
111 ACTION_WPS_CONTEXT, 112 ACTION_WPS_CONTEXT,
112 ACTION_WPS_QUICKSCREEN,/* optional */ 113 ACTION_WPS_QUICKSCREEN,/* optional */
113 ACTION_WPS_MENU, /*this should be the same as ACTION_STD_MENU */ 114 ACTION_WPS_MENU, /*this should be the same as ACTION_STD_MENU */
115 ACTION_WPS_REC,
114#if 0 116#if 0
115 ACTION_WPSAB_SINGLE, /* This needs to be #defined in 117 ACTION_WPSAB_SINGLE, /* This needs to be #defined in
116 the config-<target>.h to one of the ACTION_WPS_ actions 118 the config-<target>.h to one of the ACTION_WPS_ actions