forked from len0rd/rockbox
Reverse the behaviour of the scrollwheel (i.e. fwd/clockwise is down, back/anti-clockwise is up) in the text viewer for the Sansa. This was accidentally changed in r16045
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16096 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
93ddef33b6
commit
d7d073ac1b
1 changed files with 2 additions and 2 deletions
|
|
@ -180,8 +180,8 @@ PLUGIN_HEADER
|
|||
#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
|
||||
#define VIEWER_MENU BUTTON_SELECT
|
||||
#define VIEWER_AUTOSCROLL BUTTON_REC
|
||||
#define VIEWER_LINE_UP BUTTON_SCROLL_FWD
|
||||
#define VIEWER_LINE_DOWN BUTTON_SCROLL_BACK
|
||||
#define VIEWER_LINE_UP BUTTON_SCROLL_BACK
|
||||
#define VIEWER_LINE_DOWN BUTTON_SCROLL_FWD
|
||||
|
||||
/* Sansa C200 keys */
|
||||
#elif CONFIG_KEYPAD == SANSA_C200_PAD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue