forked from len0rd/rockbox
MPIOs: manual work
Change-Id: Ief46eabf3611d6d21594f52f73292f2be5831b87
This commit is contained in:
parent
5863361fbf
commit
4bbc9f68ea
52 changed files with 576 additions and 175 deletions
|
|
@ -37,6 +37,10 @@ view a bigger file you may need to stop playback.}
|
|||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
|
||||
{/ \ButtonLeft\ / \ButtonRight}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonVolDown / \ButtonVolUp /%
|
||||
\ButtonRec + \ButtonRew / \ButtonRec + \ButtonFF}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF /%
|
||||
\ButtonPlay + \ButtonScrollUp / \ButtonPlay + \ButtonScrollDown}
|
||||
\opt{touchscreen}{\TouchTopMiddle{} / \TouchBottomMiddle{}/ \TouchMidLeft{} / \TouchMidRight}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Move around in zoomed in image\\
|
||||
|
|
@ -48,6 +52,7 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{IRIVER_H10_PAD}{\ButtonPlay}
|
||||
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonUp}
|
||||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonPlay}
|
||||
\opt{touchscreen}{\TouchTopRight}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Zoom in\\
|
||||
|
|
@ -60,6 +65,7 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
|
||||
\opt{MROBE100_PAD}{\ButtonPlay}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonDown}
|
||||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}
|
||||
\opt{touchscreen}{\TouchTopLeft}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Zoom out\\
|
||||
|
|
@ -76,6 +82,8 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{GIGABEAT_S_PAD}{\ButtonNext}
|
||||
\opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonRight}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonFF}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonScrollDown}
|
||||
\opt{touchscreen}{\TouchBottomRight}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Next image in directory\\
|
||||
|
|
@ -91,6 +99,8 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{GIGABEAT_S_PAD}{\ButtonPrev}
|
||||
\opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonLeft}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonRew}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonScrollUp}
|
||||
\opt{touchscreen}{\TouchBottomLeft}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Previous image in directory\\
|
||||
|
|
@ -104,6 +114,8 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
|
||||
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
|
||||
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonFunc}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{touchscreen}{\TouchCenter}
|
||||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
|
|
@ -114,6 +126,8 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
|
||||
\opt{GIGABEAT_S_PAD}{\ButtonBack}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Quit the viewer \\
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue