summaryrefslogtreecommitdiff
path: root/manual/plugins/calculator.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/calculator.tex')
-rw-r--r--manual/plugins/calculator.tex40
1 files changed, 32 insertions, 8 deletions
diff --git a/manual/plugins/calculator.tex b/manual/plugins/calculator.tex
index e1604a6b72..bc623279fc 100644
--- a/manual/plugins/calculator.tex
+++ b/manual/plugins/calculator.tex
@@ -1,12 +1,36 @@
1% $Id$ %
1\subsection{Calculator} 2\subsection{Calculator}
2{\centering\itshape 3\screenshot{plugins/images/ss-calculator}{Calculator}{img:calculator}
3%\includegraphics{plugins/images/\platform/ss_calculator.png}
4\par}
5 4
6This is a simple scientific calculator for 5This is a simple scientific calculator for use on the \dap. It works like a
7use on the Jukebox. It works like a standard calculator. Move using 6standard calculator. Pressing the ``1st'' button will toggle between other
8the arrow keys and press PLAY to press a button. Pressing the ``1st'' 7available maths functions on the right hand side.
9button will toggle between other available maths functions on the right
10hand side.
11 8
9\begin{table}
10\begin{btnmap}{}{}
11 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{Direction keys}
12 \opt{IPOD_4G_PAD}{\ButtonLeft, \ButtonRight, \ButtonScrollFwd,
13 \ButtonScrollBack}
14 & Move around the keypad\\
15 \opt{RECORDER_PAD}{\ButtonPlay}
16 \opt{ONDIO_PAD}{\ButtonMenu}
17 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}
18 {\ButtonSelect}
19 & Press a button on the keypad\\
20 \opt{RECORDER_PAD}{\ButtonFOne & Delete last entered digit or clear after
21 calculation\\}
22 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec & Delete
23 last entered digit or clear after calculation\\}
12 24
25 \opt{RECORDER_PAD}{\ButtonFThree}
26 \opt{ONDIO_PAD}{Hold \ButtonMenu}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
28 \opt{IPOD_4G_PAD}{Hold \ButtonPlay}
29 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
30 & Calculate\\
31 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
32 \opt{IPOD_4G_PAD}{\ButtonMenu}
33 \opt{IAUDIO_X5_PAD}{\ButtonPower}
34 & Quit\\
35\end{btnmap}
36\end{table}