1
0
Fork 0
forked from len0rd/rockbox
foxbox/manual/plugins/calculator.tex
Alex Parker 8d194f08d7 Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all
manuals with HAVEREMOTEKEYMAP defined to build, regardless of whether 
tables have been edited for the specific remote keymap.  The actual 
button can be added inside this opt.

Change many IRIVER_RC_H100_PAD opts to the generic HAVEREMOTEKEYMAP


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21997 a1c6a512-1295-4272-9138-f99709370657
2009-07-22 18:08:51 +00:00

67 lines
2.6 KiB
TeX

% $Id$ %
\subsection{Calculator}
\screenshot{plugins/images/ss-calculator}{Calculator}{img:calculator}
This is a simple scientific calculator for use on the \dap. It works like a
standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle between
other available math functions.
\begin{table}
\begin{btnmap}{}{}
\ButtonLeft{} / \ButtonRight{} /
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
{\ButtonUp{} / \ButtonDown}
\opt{SANSA_E200_PAD}{/}
\opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Move around the keypad\\
%
\opt{RECORDER_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
{\ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Select a button\\
%
\nopt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{
\opt{RECORDER_PAD}{\ButtonFOne}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
,SANSA_C200_PAD}{\ButtonRec}
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{GIGABEAT_PAD}{\ButtonA}
\opt{GIGABEAT_S_PAD}{\ButtonPlay}
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{HAVEREMOTEKEYMAP}{& }
& Delete last entered digit or clear after calculation\\
%
}
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{
\opt{RECORDER_PAD}{\ButtonFTwo}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
\opt{HAVEREMOTEKEYMAP}{& }
& Cycle through the 4 basic operators\\
%
}
\opt{RECORDER_PAD}{\ButtonFThree}
\opt{ONDIO_PAD}{Long \ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}
{\ButtonPlay}
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonSelect}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Calculate\\
%
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
,MROBE100_PAD}{\ButtonPower}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{HAVEREMOTEKEYMAP}{& }
& Quit\\
\end{btnmap}
\end{table}