iPod - Change button mapping to use PLAY to select YES in the yes/no screen (e.g. for file deletion).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3e164cb8da
commit
03410664bc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
#define YESNO_OK BUTTON_PLAY
|
||||
|
||||
#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD)
|
||||
#define YESNO_OK BUTTON_RIGHT
|
||||
#define YESNO_OK BUTTON_PLAY
|
||||
|
||||
#elif (CONFIG_KEYPAD == IRIVER_IFP7XX_PAD)
|
||||
#define YESNO_OK BUTTON_RIGHT
|
||||
|
|
Loading…
Reference in a new issue