diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2007-06-25 20:34:59 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2007-06-25 20:34:59 +0000 |
| commit | 2a0f5a4200427ae18c9bb4502f38a4be8174e529 (patch) | |
| tree | f3121c486e53c69c227d1c112b35b5fa172cf67b /manual/plugins/minesweeper.tex | |
| parent | 07b7877809e27fed9f11eeb8d6ed92a369c38225 (diff) | |
| download | rockbox-2a0f5a4200427ae18c9bb4502f38a4be8174e529.zip rockbox-2a0f5a4200427ae18c9bb4502f38a4be8174e529.tar.gz rockbox-2a0f5a4200427ae18c9bb4502f38a4be8174e529.tar.bz2 rockbox-2a0f5a4200427ae18c9bb4502f38a4be8174e529.tar.xz | |
Updating the minesweeper chapter in the manual to reflect the recent changes of the controls, add missing button descriptions (alternatives and the gigabeat keymap), replace the outdated 160x128 greyscale screenshot with a new one.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13714 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/minesweeper.tex')
| -rw-r--r-- | manual/plugins/minesweeper.tex | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex index df99594..20f5e03 100644 --- a/manual/plugins/minesweeper.tex +++ b/manual/plugins/minesweeper.tex @@ -25,38 +25,47 @@ 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} + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD} {\ButtonUp/\ButtonDown/\ButtonLeft/\ButtonRight} \opt{IRIVER_H10_PAD} {\ButtonScrollUp/\ButtonScrollDown/\ButtonLeft/\ButtonRight} & Move the cursor across the minefield \\ % - \opt{RECORDER_PAD}{\ButtonFOne} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack + & Scroll through the entire minefield \\}% + % + \opt{SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown + & Scroll through the entire minefield \\}% + % + \opt{RECORDER_PAD}{\ButtonFOne/\ButtonOn} \opt{ONDIO_PAD}{\ButtonMenu} - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} - \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} + \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{GIGABEAT_PAD}{\ButtonA} & Toggle flag on / off \\ % - \opt{RECORDER_PAD}{\ButtonFTwo} + \opt{RECORDER_PAD}{\ButtonFTwo/\ButtonPlay} \opt{ONDIO_PAD}{Hold \ButtonMenu} - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonSelect} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonSelect} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Hold \ButtonSelect} \opt{IRIVER_H10_PAD}{\ButtonRew} & Reveal the contents of the current square \\ % \opt{RECORDER_PAD}{\ButtonFThree} \opt{ONDIO_PAD}{Hold \ButtonMenu+\ButtonOff} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} - \opt{IAUDIO_X5_PAD}{\ButtonRec+\ButtonPlay} - \opt{IRIVER_H10_PAD}{\ButtonRew+\ButtonPlay} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} + \opt{IAUDIO_X5_PAD}{\ButtonRec} \opt{SANSA_E200_PAD}{Hold \ButtonRec} + \opt{IRIVER_H10_PAD}{\ButtonRew+\ButtonPlay} + \opt{GIGABEAT_PAD}{\ButtonMenu} & Display the current game status \\ % \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} - \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} + \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} & Exit the game \\ \end{btnmap} \end{table} |