From e5b1b0f998f9ac16dc4a5f6be73be535f22533e4 Mon Sep 17 00:00:00 2001 From: Jean-Louis Biasini Date: Fri, 10 Feb 2012 18:51:17 +0100 Subject: 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 Tested-by: Thomas Martitz --- manual/plugins/rockblox1d.tex | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'manual') 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} -- cgit v1.2.3