forked from len0rd/rockbox
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
This commit is contained in:
parent
b81f596486
commit
28cb5e732d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue