summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-08-02 12:13:20 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-08-02 12:13:20 +0000
commit73336e9729df94c97838522440e39cbaaa1e7b00 (patch)
tree27633b7c2686300754aae63024415469368def6d /apps/action.h
parentc77b14571e96d1656ceb6da63827f59450a1b05c (diff)
downloadrockbox-73336e9729df94c97838522440e39cbaaa1e7b00.tar.gz
rockbox-73336e9729df94c97838522440e39cbaaa1e7b00.zip
Finally use the rec button to get to the rec screen on sansa and iriver hxxx. hold rec to get there... short press still is unused
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14141 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 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