summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZakk Roberts <midk@rockbox.org>2006-03-21 02:23:27 +0000
committerZakk Roberts <midk@rockbox.org>2006-03-21 02:23:27 +0000
commit28cb5e732d96798f92beee355c3be5ae93b3b385 (patch)
tree056cf582e718c2e1d3e0eb362f554c4a694fdc94
parentb81f596486323c1ba4673354632f6fcb3c319e72 (diff)
downloadrockbox-28cb5e732d96798f92beee355c3be5ae93b3b385.tar.gz
rockbox-28cb5e732d96798f92beee355c3be5ae93b3b385.zip
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
-rw-r--r--apps/gui/select.h2
1 files changed, 1 insertions, 1 deletions
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 @@
58#define SELECT_INC BUTTON_SCROLL_FWD 58#define SELECT_INC BUTTON_SCROLL_FWD
59#define SELECT_DEC BUTTON_SCROLL_BACK 59#define SELECT_DEC BUTTON_SCROLL_BACK
60#define SELECT_OK BUTTON_SELECT 60#define SELECT_OK BUTTON_SELECT
61#define SELECT_OK2 BUTTON_RIGHT 61#define SELECT_OK2 BUTTON_LEFT
62#define SELECT_CANCEL BUTTON_MENU 62#define SELECT_CANCEL BUTTON_MENU
63 63
64#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD 64#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD