diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2008-09-16 23:24:31 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2008-09-16 23:24:31 +0000 |
| commit | 017c25cdc13e551debf65d22db894448bc14bedc (patch) | |
| tree | 17a5fe0155a4e333ef7f36fe4a4dd2a931cae69f /manual/plugins/minesweeper.tex | |
| parent | cf978b9fa3152587be1376dc6028502a5a720e97 (diff) | |
| download | rockbox-017c25cdc13e551debf65d22db894448bc14bedc.zip rockbox-017c25cdc13e551debf65d22db894448bc14bedc.tar.gz rockbox-017c25cdc13e551debf65d22db894448bc14bedc.tar.bz2 rockbox-017c25cdc13e551debf65d22db894448bc14bedc.tar.xz | |
Manual - plugin button tables: fill out missing info for the c200 pad (chip8emulator, doom, snake, snake2, wormlet), also update the table in clock.tex (was outdated for all and missing the mode and skin 'shortcuts'), add a small note about how to quit credits, change the list of the four direction buttons in some tex files (minesweeper, flipit, sudoku) so that the line can break and won't overlap, correct the position of } in rockblox.tex to not let the 'pause' line appear when it doesn't exist on a target. Break overly long lines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18535 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/minesweeper.tex')
| -rw-r--r-- | manual/plugins/minesweeper.tex | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex index 3feb879..7e95a6d 100644 --- a/manual/plugins/minesweeper.tex +++ b/manual/plugins/minesweeper.tex @@ -24,26 +24,23 @@ the location of a mine, it can be tagged to avoid accidentally \begin{table} \begin{btnmap}{}{} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay/\ButtonLeft/\ButtonRight} - \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD} - {\ButtonUp/\ButtonDown/\ButtonLeft/\ButtonRight} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight} + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% + ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} \opt{IRIVER_H10_PAD} - {\ButtonScrollUp/\ButtonScrollDown/\ButtonLeft/\ButtonRight} + {\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight} & Move the cursor across the minefield \\ % - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack - & Scroll through the entire minefield \\}% - % - \opt{SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack + \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack & Scroll through the entire minefield \\}% % \opt{RECORDER_PAD}{\ButtonFOne/\ButtonOn} \opt{ONDIO_PAD}{\ButtonMenu} - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn/\ButtonRec} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} / \ButtonRec} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} \opt{SANSA_E200_PAD}{\ButtonRec} - \opt{SANSA_C200_PAD}{\ButtonSelect/\ButtonVolDown} + \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolDown} \opt{GIGABEAT_PAD}{\ButtonA} \opt{MROBE100_PAD}{\ButtonDisplay} & Toggle flag on / off \\ @@ -53,7 +50,7 @@ the location of a mine, it can be tagged to avoid accidentally \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect} \opt{IRIVER_H10_PAD}{\ButtonRew} - \opt{SANSA_C200_PAD}{Long \ButtonSelect/\ButtonVolUp} + \opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp} & Reveal the contents of the current square \\ % \opt{RECORDER_PAD}{\ButtonFThree} |