mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
mikmod: Invert scrolling on everything that's not an ipod
mikmod uses WPS_VOLUP and WPS_VOLDOWN to scroll down and up respectively, which works for the ipod clickwheel, but results in inverted scrolling for everyone else. Correct this for all non-ipods and correct the manul (which actually didn't report this either) Change-Id: I5a84512dfbf068ca5c4206f4362185d4d7e5c9fc
This commit is contained in:
parent
3c4aed56c0
commit
003da4d223
2 changed files with 10 additions and 2 deletions
|
@ -6,13 +6,13 @@ Mikmod plays most common tracker music formats.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,IAUDIO_X5_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonUp/ \ButtonDown}
|
||||
\opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd/ \ButtonScrollBack}
|
||||
\opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack/ \ButtonScrollFwd}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp/ \ButtonScrollDown}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MPIO_HD200_PAD}{\ButtonVolUp/ \ButtonVolDown}
|
||||
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonVolUp/ \ButtonVolDown}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Volume up/ Volume down\\
|
||||
& Scroll up/ Scroll down\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,IAUDIO_X5_PAD,MROBE100_PAD,IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue