1
0
Fork 0
forked from len0rd/rockbox

Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2008-01-10 08:08:31 +00:00
parent 4d238c14d7
commit 81ba146706
35 changed files with 131 additions and 113 deletions

View file

@ -50,10 +50,10 @@ const struct button_mapping *plugin_contexts[]
#endif
#ifdef SCROLLWHEEL
#define PICTUREFLOW_NEXT_ALBUM PLA_UP
#define PICTUREFLOW_NEXT_ALBUM_REPEAT PLA_UP_REPEAT
#define PICTUREFLOW_PREV_ALBUM PLA_DOWN
#define PICTUREFLOW_PREV_ALBUM_REPEAT PLA_DOWN_REPEAT
#define PICTUREFLOW_NEXT_ALBUM PLA_DOWN
#define PICTUREFLOW_NEXT_ALBUM_REPEAT PLA_DOWN_REPEAT
#define PICTUREFLOW_PREV_ALBUM PLA_UP
#define PICTUREFLOW_PREV_ALBUM_REPEAT PLA_UP_REPEAT
#else
#define PICTUREFLOW_NEXT_ALBUM PLA_RIGHT
#define PICTUREFLOW_NEXT_ALBUM_REPEAT PLA_RIGHT_REPEAT