From 28cb5e732d96798f92beee355c3be5ae93b3b385 Mon Sep 17 00:00:00 2001 From: Zakk Roberts Date: Tue, 21 Mar 2006 02:23:27 +0000 Subject: Fix the iPod button mappings for the settings menus so that Left accepts and leaves the current setting screen instead of Right (Select still works too). This makes more sense and conforms to the config of other targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9144 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/select.h b/apps/gui/select.h index 5acf0f8c96..c4816e795f 100644 --- a/apps/gui/select.h +++ b/apps/gui/select.h @@ -58,7 +58,7 @@ #define SELECT_INC BUTTON_SCROLL_FWD #define SELECT_DEC BUTTON_SCROLL_BACK #define SELECT_OK BUTTON_SELECT -#define SELECT_OK2 BUTTON_RIGHT +#define SELECT_OK2 BUTTON_LEFT #define SELECT_CANCEL BUTTON_MENU #elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD -- cgit v1.2.3