diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-08-02 12:13:20 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-08-02 12:13:20 +0000 |
commit | 73336e9729df94c97838522440e39cbaaa1e7b00 (patch) | |
tree | 27633b7c2686300754aae63024415469368def6d /apps/action.h | |
parent | c77b14571e96d1656ceb6da63827f59450a1b05c (diff) | |
download | rockbox-73336e9729df94c97838522440e39cbaaa1e7b00.tar.gz rockbox-73336e9729df94c97838522440e39cbaaa1e7b00.tar.bz2 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.h | 2 |
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 { ACTION_STD_MENU, ACTION_STD_QUICKSCREEN, ACTION_STD_KEYLOCK, + ACTION_STD_REC, ACTION_F3, /* just so everything works again, possibly change me */ /* code context actions */ @@ -111,6 +112,7 @@ enum { ACTION_WPS_CONTEXT, ACTION_WPS_QUICKSCREEN,/* optional */ ACTION_WPS_MENU, /*this should be the same as ACTION_STD_MENU */ + ACTION_WPS_REC, #if 0 ACTION_WPSAB_SINGLE, /* This needs to be #defined in the config-<target>.h to one of the ACTION_WPS_ actions |