diff options
author | Jean-Louis Biasini <jlbiasini@gmail.com> | 2012-02-10 18:51:17 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-02-18 23:57:22 +0100 |
commit | e5b1b0f998f9ac16dc4a5f6be73be535f22533e4 (patch) | |
tree | 791dc2df7954abcda499ab716c55aeacd2cbe1bb /manual/plugins | |
parent | 488f6229c0974fc9a7ff8762f1c35673b2747039 (diff) |
rockblox1d's plugin PLA integration (main code + manual)
1) this patch replace all keymaps with PLA ones. It also clean some optionnal
compiling that are not needed anymore througt PLA.
2) the patch also made required change to the manual in order to match code's
change.
3) it also add an alternative exit button (PLA_EXIT or PLA_CANCEL).
Change-Id: If6e78711eaab1dd2c907b418ba72c8789ceaa72b
Reviewed-on: http://gerrit.rockbox.org/105
Reviewed-by: Thomas Martitz <kugel@rockbox.org>
Tested-by: Thomas Martitz <kugel@rockbox.org>
Diffstat (limited to 'manual/plugins')
-rw-r--r-- | manual/plugins/rockblox1d.tex | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/manual/plugins/rockblox1d.tex b/manual/plugins/rockblox1d.tex index 4fc7d348a9..a8d27411b7 100644 --- a/manual/plugins/rockblox1d.tex +++ b/manual/plugins/rockblox1d.tex @@ -6,26 +6,11 @@ second dimension is missing so the user only has to move the bricks down. No horizontal moving anymore and no need to rotate the brick! \begin{btnmap} - \opt{ONDIO_PAD}{\ButtonRight} - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD% - ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD% - ,SANSA_FUZE_PAD,SANSA_C200_PAD} - {\ButtonSelect} - \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} - \opt{COWON_D2_PAD}{\ButtonMenu} - \opt{PBELL_VIBE500_PAD}{\ButtonDown} - \opt{MPIO_HD300_PAD}{\ButtonEnter} + \PluginDown \opt{HAVEREMOTEKEYMAP}{& } & Move down faster\\ - \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect} - \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}{\ButtonHome} - \opt{GIGABEAT_S_PAD}{\ButtonBack} - \opt{PBELL_VIBE500_PAD}{\ButtonRec} - \opt{MPIO_HD300_PAD}{\ButtonMenu} + \PluginCancel{} or \PluginExit \opt{HAVEREMOTEKEYMAP}{& } & Quit\\ \end{btnmap} |