summaryrefslogtreecommitdiff
path: root/manual/plugins/dice.tex
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2008-06-21 10:39:23 +0000
committerMarianne Arnold <pixelma@rockbox.org>2008-06-21 10:39:23 +0000
commit2c1ebf5e916ea9df24936445fc952ddbf23159cc (patch)
tree538e3640644515bc3e3755e96c1009531fca8aa4 /manual/plugins/dice.tex
parent1876a0bcf227a41956c30d513c5d486b69cc2a99 (diff)
downloadrockbox-2c1ebf5e916ea9df24936445fc952ddbf23159cc.tar.gz
rockbox-2c1ebf5e916ea9df24936445fc952ddbf23159cc.zip
Some more small updates in the manual's plugins section: fill out missing info in some button tables, fix typos and descriptions, additionally fix wrong info in my previous mpegplayer.tex commit, add missing screenshot (c200 chess_clock) and wrap the example line in the shortcuts.tex into 'example' because the line didn't break correctly and looked weird in the pdf.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17737 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/dice.tex')
-rw-r--r--manual/plugins/dice.tex31
1 files changed, 12 insertions, 19 deletions
diff --git a/manual/plugins/dice.tex b/manual/plugins/dice.tex
index e977737b70..f890ce1b2d 100644
--- a/manual/plugins/dice.tex
+++ b/manual/plugins/dice.tex
@@ -1,28 +1,21 @@
1\subsection{Dice} 1\subsection{Dice}
2Dice is a simple dice rolling simulator. You can select number and type of dice 2Dice is a simple dice rolling simulator. Select number and type of dice to roll
3to roll, it shows individual numbers as well as the total of the rolled 3in a menu and start by choosing ``Roll Dice''. The result is shown as individual
4dice. 4numbers as well as the total of the rolled dice.
5 5
6\begin{table} 6\begin{table}
7 \begin{btnmap}{}{} 7 \begin{btnmap}{}{}
8 \ButtonLeft/\ButtonRight 8 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
9 & Pick between type and number of dice\\
10 \opt{PLAYER_PAD}{\ButtonPlay/\ButtonStop}
11 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}
12 {\ButtonUp/\ButtonDown}
13 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
14 & Select number of sides or number of dice\\
15 \opt{PLAYER_PAD}{\ButtonOn}
16 \opt{RECORDER_PAD}{\ButtonOn/\ButtonPlay}
17 \opt{ONDIO_PAD}{\ButtonMenu} 9 \opt{ONDIO_PAD}{\ButtonMenu}
18 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn/\ButtonSelect} 10 \opt{GIGABEAT_PAD}{\ButtonA}
19 \opt{IPOD_4G_PAD,IPOD_4G_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect} 11 \opt{PLAYER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,MROBE100_PAD}{\ButtonPlay}
20 \opt{IAUDIO_X5_PAD}{\ButtonSelect/\ButtonPlay} 12 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
21 & Roll dice\\ 13 & Roll dice again\\
22 \opt{PLAYER_PAD}{\ButtonMenu} 14 \opt{PLAYER_PAD}{\ButtonStop}
23 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 15 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
24 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long press on \ButtonPlay} 16 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}
25 \opt{IAUDIO_x5_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 17 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD%
18 ,IRIVER_H10_PAD}{\ButtonPower}
26 & Quit\\ 19 & Quit\\
27 \end{btnmap} 20 \end{btnmap}
28\end{table} 21\end{table}