From 73336e9729df94c97838522440e39cbaaa1e7b00 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 2 Aug 2007 12:13:20 +0000 Subject: 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 --- apps/action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/action.h') 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-.h to one of the ACTION_WPS_ actions -- cgit v1.2.3