Document line selector color config file settings (FS#8880 by Justin Hannigan).
[Rockbox.git] / manual / plugins / calculator.tex
blob95e0a240e95dfe4b90048a84c93f2314851dcfce
1 % $Id$ %
2 \subsection{Calculator}
3 \screenshot{plugins/images/ss-calculator}{Calculator}{img:calculator}
5 This is a simple scientific calculator for use on the \dap. It works like a
6 standard calculator. Pressing the ``1st'' button will toggle between other
7 available maths functions on the right hand side.
9 \begin{table}
10 \begin{btnmap}{}{}
11 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}
12 {Direction keys}
13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft, \ButtonRight, \ButtonScrollFwd,
14 \ButtonScrollBack}
15 \opt{IRIVER_H10_PAD}{\ButtonLeft, \ButtonRight, \ButtonScrollUp, \ButtonScrollDown}
16 & Move around the keypad\\
17 \opt{RECORDER_PAD}{\ButtonPlay}
18 \opt{ONDIO_PAD}{\ButtonMenu}
19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}
20 {\ButtonSelect}
21 \opt{IRIVER_H10_PAD}{\ButtonPlay}
22 & Press a button on the keypad\\
23 \opt{RECORDER_PAD}{\ButtonFOne & Delete last entered digit or clear after
24 calculation\\}
25 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonRec & Delete
26 last entered digit or clear after calculation\\}
27 \opt{IRIVER_H10_PAD}{\ButtonRew & Delete last entered digit or clear after calculation\\}
28 \opt{GIGABEAT_PAD}{\ButtonA & Delete last entered digit or clear after calculation\\}
29 \opt{MROBE100_PAD}{\ButtonDisplay & Delete last entered digit or clear after calculation\\}
31 \opt{RECORDER_PAD}{\ButtonFThree}
32 \opt{ONDIO_PAD}{Long \ButtonMenu}
33 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
34 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}
35 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
36 \opt{SANSA_E200_PAD}{\ButtonSelect}
37 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
38 & Calculate\\
39 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
40 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
41 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
42 & Quit\\
43 \end{btnmap}
44 \end{table}