From 62f5194df2a618f7cb4a29c6acc65bfefc246450 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 25 Mar 2006 18:16:36 +0000 Subject: add tetrox (with screenshots) and some other plugins to the manual git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9249 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/dice.tex | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 manual/plugins/dice.tex (limited to 'manual/plugins/dice.tex') diff --git a/manual/plugins/dice.tex b/manual/plugins/dice.tex new file mode 100755 index 0000000000..2d19146beb --- /dev/null +++ b/manual/plugins/dice.tex @@ -0,0 +1,25 @@ +\subsection{Dice} +Dice is a simple dice rolling simulator. You can select number and type of dice +to roll, it shows individual numbers as well as the total of the rolled +dice. + +\begin{table}[ht!] + \begin{center} + \begin{tabular}{ll}\toprule + \textbf{Key} & \textbf{Action}\\\midrule + \ButtonLeft/\ButtonRight & Pick between type and number of dice\\ + \opt{PLAYER_PAD}{\ButtonPlay/\ButtonStop} + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} + {\ButtonUp/\ButtonDown} + \opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} + & Select number of sides or number of dice\\ + \opt{PLAYER_PAD}{\ButtonOn}\opt{RECORDER_PAD}{\ButtonOn/\ButtonPlay} + \opt{ONDIO_PAD}{\ButtonMenu}\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn/\ButtonSelect} + \opt{IPOD_4G_PAD}{\ButtonSelect}\opt{IAUDIO_X5_PAD}{\ButtonSelect/\ButtonPlay} + & Roll dice\\ + \opt{PLAYER_PAD}{\ButtonMenu}\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} + {\ButtonOff}\opt{IPOD_4G_PAD}{Long press on \ButtonPlay}\opt{IAUDIO_x5_PAD}{\ButtonPower} + & Quit\\\bottomrule + \end{tabular} + \end{center} +\end{table} -- cgit v1.2.3