diff options
| author | Jean-Louis Biasini <jlbiasini@gmail.com> | 2012-02-25 21:29:01 +0100 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2012-03-03 12:05:58 +0100 |
| commit | 10c566ed94189141ba5aca287c74cd984a2010f5 (patch) | |
| tree | 0cd17a732365486170521fc6c8a56dc6bc5753da /manual/plugins | |
| parent | f1e1ab8d416058692281ed7442485ed6037f7afb (diff) | |
| download | rockbox-10c566ed94189141ba5aca287c74cd984a2010f5.zip rockbox-10c566ed94189141ba5aca287c74cd984a2010f5.tar.gz rockbox-10c566ed94189141ba5aca287c74cd984a2010f5.tar.bz2 rockbox-10c566ed94189141ba5aca287c74cd984a2010f5.tar.xz | |
Plugin logo PLA integration (code + manual)
This commit changes:
1) replace all keymaps with PLA ones.
2) do the required change to the manual in order to match
code's changes.
3) add an alternative exit button (PLA_EXIT or PLA_CANCEL)
4) add the possibility to change values repeatily by holding key
pressed.
Change-Id: Ie68fd4e94830bba8a592941ee4e8b10aeacda923
Reviewed-on: http://gerrit.rockbox.org/127
Reviewed-by: Thomas Martitz <kugel@rockbox.org>
Tested-by: Thomas Martitz <kugel@rockbox.org>
Diffstat (limited to 'manual/plugins')
| -rw-r--r-- | manual/plugins/logo.tex | 29 |
1 files changed, 3 insertions, 26 deletions
diff --git a/manual/plugins/logo.tex b/manual/plugins/logo.tex index 776f274..7239d42 100644 --- a/manual/plugins/logo.tex +++ b/manual/plugins/logo.tex @@ -2,46 +2,23 @@ \subsection{Logo} Demo showing the Rockbox logo bouncing around the screen. \begin{btnmap} - \nopt{touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}% - {\ButtonRight / \ButtonLeft}% - \opt{MPIO_HD200_PAD}{\ButtonVolUp / \ButtonVolDown} - \opt{MPIO_HD300_PAD}{\ButtonFF / \ButtonRew} - \opt{touchscreen}{\TouchMidRight / \TouchMidLeft} + \PluginRight{} / \PluginLeft & \opt{HAVEREMOTEKEYMAP}{ - \opt{IRIVER_RC_H100_PAD}{\ButtonRCRew\ / \ButtonRCFF} &} Increase / decrease speed on the x-axis \\ - \nopt{PLAYER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,touchscreen% - ,IAUDIO_M3_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}% - {\ButtonUp\ / \ButtonDown}% - \opt{PLAYER_PAD}{\ButtonOn+\ButtonRight\ / \ButtonOn+\ButtonLeft} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} - \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} - \opt{MPIO_HD200_PAD}{\ButtonFF / \ButtonRew} - \opt{touchscreen}{\TouchBottomMiddle\ / \TouchTopMiddle} + \PluginUp{} / \PluginDown & \opt{HAVEREMOTEKEYMAP}{ - \opt{IRIVER_RC_H100_PAD}{\ButtonRCSource\ / \ButtonRCBitrate} &} Increase / decrease speed on the y-axis \\ - \opt{PLAYER_PAD}{\ButtonStop} - \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} - \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD% - ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower} - \opt{SANSA_FUZE_PAD}{Long \ButtonHome} - \opt{GIGABEAT_S_PAD}{\ButtonBack} - \opt{PBELL_VIBE500_PAD}{\ButtonRec} - \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} - \opt{MPIO_HD300_PAD}{Long \ButtonMenu} + \PluginCancel{} or \PluginExit & \opt{HAVEREMOTEKEYMAP}{ - \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} &} Quit \\ |