From 37c3d8b6106a50d8dbfb790807be0ba82b2cd58d Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Sun, 26 Jun 2005 20:16:26 +0000 Subject: Quick menu for iRiver: A long press on the PLAY key in the browser or the WPS will take you into the quick menu screen where certain common settings can be adjusted. Works just the same as F2 menu on Archos. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6880 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/tree.h') diff --git a/apps/tree.h b/apps/tree.h index cf578fd0bb..2c973cc358 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -39,6 +39,7 @@ #define TREE_CONTEXT (BUTTON_SELECT | BUTTON_REPEAT) #define TREE_CONTEXT2 (BUTTON_ON | BUTTON_SELECT) #define TREE_POWER_BTN BUTTON_ON +#define TREE_QUICK (BUTTON_ON | BUTTON_REPEAT) #define TREE_RC_NEXT BUTTON_RC_FF #define TREE_RC_PREV BUTTON_RC_REW @@ -66,6 +67,7 @@ #define TREE_CONTEXT (BUTTON_PLAY | BUTTON_REPEAT) #define TREE_CONTEXT2 (BUTTON_ON | BUTTON_PLAY) #define TREE_POWER_BTN BUTTON_ON +#define TREE_QUICK BUTTON_F2 #define TREE_RC_NEXT BUTTON_RC_RIGHT #define TREE_RC_PREV BUTTON_RC_LEFT -- cgit v1.2.3