1
0
Fork 0
forked from len0rd/rockbox

Commit FS#8527 by Thomas Martiz, renaming the wheel macros for sansa e200 to be consistent with ipods and the code and some minor fixes/tweaks

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16182 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2008-01-29 17:15:01 +00:00
parent ba75e6038f
commit 51f937c2e4
34 changed files with 84 additions and 87 deletions

View file

@ -343,12 +343,12 @@ change to customise your listening experience.
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollFwd} \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollFwd}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp}
\opt{SANSA_E200_PAD}{\ButtonScrollUp} \opt{SANSA_E200_PAD}{\ButtonScrollBack}
& Raises the highlighted parameter.\\ & Raises the highlighted parameter.\\
% %
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollBack}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown}
\opt{SANSA_E200_PAD}{\ButtonScrollDown} \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
& Lowers the highlighted parameter.\\ & Lowers the highlighted parameter.\\
% %
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonLeft} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonLeft}

View file

@ -31,7 +31,8 @@
& Seek to next station or preset in & Seek to next station or preset in
\setting{SCAN} mode.\\ \setting{SCAN} mode.\\
% %
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp, \ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown}
\opt{SANSA_E200_PAD}{\ButtonScrollBack, \ButtonScrollFwd}
\opt{SANSA_C200_PAD}{\ButtonVolUp, \ButtonVolDown} \opt{SANSA_C200_PAD}{\ButtonVolUp, \ButtonVolDown}
\nopt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp, \ButtonDown} \nopt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp, \ButtonDown}
& Change volume.\\ & Change volume.\\
@ -116,7 +117,8 @@
\opt{IRIVER_H10_PAD}{Press \ButtonRight} \opt{IRIVER_H10_PAD}{Press \ButtonRight}
to go to the presets list. to go to the presets list.
Use Use
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp, \ButtonScrollDown}% \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown}
\opt{IRIVER_H10_PAD}{\ButtonScrollBack, \ButtonScrollFwd}%
\nopt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonUp\ and \ButtonDown} \nopt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonUp\ and \ButtonDown}
to move the cursor and then press to move the cursor and then press
\opt{RECORDER_PAD}{\ButtonPlay}% \opt{RECORDER_PAD}{\ButtonPlay}%
@ -133,7 +135,8 @@
{Press \ButtonSelect}% {Press \ButtonSelect}%
\opt{IRIVER_H10_PAD}{Press \ButtonRight} \opt{IRIVER_H10_PAD}{Press \ButtonRight}
to go to the presets list. Use to go to the presets list. Use
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp, \ButtonScrollDown}% \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown}
\opt{SANSA_E200_PAD}{\ButtonScrollBack, \ButtonScrollFwd}%
\nopt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonUp\ and \ButtonDown} \nopt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonUp\ and \ButtonDown}
to move the cursor and then to move the cursor and then
\opt{RECORDER_PAD}{press \ButtonFThree}% \opt{RECORDER_PAD}{press \ButtonFThree}%

View file

@ -37,15 +37,15 @@
\newcommand{\ButtonDown}{\btnfnt{Submenu}} \newcommand{\ButtonDown}{\btnfnt{Submenu}}
\newcommand{\ButtonSelect}{\btnfnt{Select}} \newcommand{\ButtonSelect}{\btnfnt{Select}}
\newcommand{\ButtonPower}{\btnfnt{Power}} \newcommand{\ButtonPower}{\btnfnt{Power}}
\newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up}} \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Backward}}
\newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}} \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Forward}}
\newcommand{\ButtonHold}{\btnfnt{Hold}} \newcommand{\ButtonHold}{\btnfnt{Hold}}
%Button actions, standard context %Button actions, standard context
\newcommand{\ActionStdPrev}{\ButtonScrollUp} \newcommand{\ActionStdPrev}{\ButtonScrollBack}
\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp} \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
\newcommand{\ActionStdNext}{\ButtonScrollDown} \newcommand{\ActionStdNext}{\ButtonScrollFwd}
\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown} \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
\newcommand{\ActionStdCancel}{\ButtonLeft} \newcommand{\ActionStdCancel}{\ButtonLeft}
\newcommand{\ActionStdContext}{Long \ButtonSelect} \newcommand{\ActionStdContext}{Long \ButtonSelect}
\newcommand{\ActionStdQuickScreen}{Long \ButtonDown} \newcommand{\ActionStdQuickScreen}{Long \ButtonDown}
@ -61,8 +61,8 @@
\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
\newcommand{\ActionWpsStop}{\ButtonPower} \newcommand{\ActionWpsStop}{\ButtonPower}
\newcommand{\ActionWpsVolDown}{\ButtonScrollDown} \newcommand{\ActionWpsVolDown}{\ButtonScrollFwd}
\newcommand{\ActionWpsVolUp}{\ButtonScrollUp} \newcommand{\ActionWpsVolUp}{\ButtonScrollBack}
\newcommand{\ActionWpsQuickScreen}{Long \ButtonDown} \newcommand{\ActionWpsQuickScreen}{Long \ButtonDown}
\newcommand{\ActionWpsMenu}{\ButtonDown} \newcommand{\ActionWpsMenu}{\ButtonDown}
@ -83,8 +83,8 @@
\newcommand{\ActionYesNoAccept}{\ButtonSelect} \newcommand{\ActionYesNoAccept}{\ButtonSelect}
%Button actions, Setting context %Button actions, Setting context
\newcommand{\ActionSettingInc}{\ButtonScrollUp} \newcommand{\ActionSettingInc}{\ButtonScrollBack}
\newcommand{\ActionSettingDec}{\ButtonScrollDown} \newcommand{\ActionSettingDec}{\ButtonScrollFwd}
%Button actions, Virtual Keyboard Context %Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft} \newcommand{\ActionKbdLeft}{\ButtonLeft}
@ -92,8 +92,8 @@
\newcommand{\ActionKbdSelect}{\ButtonSelect} \newcommand{\ActionKbdSelect}{\ButtonSelect}
\newcommand{\ActionKbdDone}{\ButtonUp} \newcommand{\ActionKbdDone}{\ButtonUp}
\newcommand{\ActionKbdAbort}{\ButtonPower} \newcommand{\ActionKbdAbort}{\ButtonPower}
\newcommand{\ActionKbdUp}{\ButtonScrollUp} \newcommand{\ActionKbdUp}{\ButtonScrollBack}
\newcommand{\ActionKbdDown}{\ButtonScrollDown} \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
\newcommand{\ActionKbdCursorLeft}{\ButtonRec{} + \ButtonLeft} \newcommand{\ActionKbdCursorLeft}{\ButtonRec{} + \ButtonLeft}
\newcommand{\ActionKbdCursorRight}{\ButtonRec{} + \ButtonRight} \newcommand{\ActionKbdCursorRight}{\ButtonRec{} + \ButtonRight}
\newcommand{\ActionKbdBackSpace}{\ButtonDown} \newcommand{\ActionKbdBackSpace}{\ButtonDown}
@ -101,10 +101,10 @@
%Button actions, Pitch Screen context %Button actions, Pitch Screen context
\newcommand{\ActionPsToggleMode}{\ButtonRec} \newcommand{\ActionPsToggleMode}{\ButtonRec}
\newcommand{\ActionPsIncSmall}{\ButtonScrollUp} \newcommand{\ActionPsIncSmall}{\ButtonScrollBack}
\newcommand{\ActionPsIncBig}{Long \ButtonScrollUp} \newcommand{\ActionPsIncBig}{Long \ButtonScrollBack}
\newcommand{\ActionPsDecSmall}{\ButtonScrollDown} \newcommand{\ActionPsDecSmall}{\ButtonScrollFwd}
\newcommand{\ActionPsDecBig}{Long \ButtonScrollDown} \newcommand{\ActionPsDecBig}{Long \ButtonScrollFwd}
\newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
\newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsNudgeRight}{\ButtonRight}
\newcommand{\ActionPsReset}{\ButtonSelect} \newcommand{\ActionPsReset}{\ButtonSelect}

View file

@ -31,8 +31,8 @@
\newcommand{\ButtonMenu}{\btnfnt{Menu}} \newcommand{\ButtonMenu}{\btnfnt{Menu}}
\newcommand{\ButtonPlay}{\btnfnt{Play}} \newcommand{\ButtonPlay}{\btnfnt{Play}}
\newcommand{\ButtonSelect}{\btnfnt{Select}} \newcommand{\ButtonSelect}{\btnfnt{Select}}
\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}} \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Forward}}
\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}} \newcommand{\ButtonScrollBack}{\btnfnt{Scroll backward}}
\newcommand{\ButtonHold}{\btnfnt{Hold}} \newcommand{\ButtonHold}{\btnfnt{Hold}}
%Button actions, standard context %Button actions, standard context

View file

@ -31,8 +31,8 @@
\newcommand{\ButtonMenu}{\btnfnt{Menu}} \newcommand{\ButtonMenu}{\btnfnt{Menu}}
\newcommand{\ButtonPlay}{\btnfnt{Play}} \newcommand{\ButtonPlay}{\btnfnt{Play}}
\newcommand{\ButtonSelect}{\btnfnt{Select}} \newcommand{\ButtonSelect}{\btnfnt{Select}}
\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}} \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Forward}}
\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}} \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Backward}}
\newcommand{\ButtonHold}{\btnfnt{Hold}} \newcommand{\ButtonHold}{\btnfnt{Hold}}
%Button actions, standard context %Button actions, standard context

View file

@ -31,8 +31,8 @@
\newcommand{\ButtonMenu}{\btnfnt{Menu}} \newcommand{\ButtonMenu}{\btnfnt{Menu}}
\newcommand{\ButtonPlay}{\btnfnt{Play}} \newcommand{\ButtonPlay}{\btnfnt{Play}}
\newcommand{\ButtonSelect}{\btnfnt{Select}} \newcommand{\ButtonSelect}{\btnfnt{Select}}
\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}} \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Forward}}
\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}} \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Backward}}
\newcommand{\ButtonHold}{\btnfnt{Hold}} \newcommand{\ButtonHold}{\btnfnt{Hold}}
%Button actions, standard context %Button actions, standard context

View file

@ -30,8 +30,8 @@
\newcommand{\ButtonMenu}{\btnfnt{Menu}} \newcommand{\ButtonMenu}{\btnfnt{Menu}}
\newcommand{\ButtonPlay}{\btnfnt{Play}} \newcommand{\ButtonPlay}{\btnfnt{Play}}
\newcommand{\ButtonSelect}{\btnfnt{Select}} \newcommand{\ButtonSelect}{\btnfnt{Select}}
\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}} \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Forward}}
\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}} \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Backward}}
\newcommand{\ButtonHold}{\btnfnt{Hold}} \newcommand{\ButtonHold}{\btnfnt{Hold}}
%Button actions, standard context %Button actions, standard context

View file

@ -32,8 +32,8 @@
\newcommand{\ButtonMenu}{\btnfnt{Menu}} \newcommand{\ButtonMenu}{\btnfnt{Menu}}
\newcommand{\ButtonPlay}{\btnfnt{Play}} \newcommand{\ButtonPlay}{\btnfnt{Play}}
\newcommand{\ButtonSelect}{\btnfnt{Select}} \newcommand{\ButtonSelect}{\btnfnt{Select}}
\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}} \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Forward}}
\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}} \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Backward}}
\newcommand{\ButtonHold}{\btnfnt{Hold}} \newcommand{\ButtonHold}{\btnfnt{Hold}}
%Button actions, standard context %Button actions, standard context

View file

@ -31,8 +31,8 @@
\newcommand{\ButtonMenu}{\btnfnt{Menu}} \newcommand{\ButtonMenu}{\btnfnt{Menu}}
\newcommand{\ButtonPlay}{\btnfnt{Play}} \newcommand{\ButtonPlay}{\btnfnt{Play}}
\newcommand{\ButtonSelect}{\btnfnt{Select}} \newcommand{\ButtonSelect}{\btnfnt{Select}}
\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}} \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Forward}}
\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}} \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Backward}}
\newcommand{\ButtonHold}{\btnfnt{Hold}} \newcommand{\ButtonHold}{\btnfnt{Hold}}
%Button actions, standard context %Button actions, standard context

View file

@ -33,8 +33,8 @@
\newcommand{\ButtonMenu}{\btnfnt{Menu}} \newcommand{\ButtonMenu}{\btnfnt{Menu}}
\newcommand{\ButtonPlay}{\btnfnt{Play}} \newcommand{\ButtonPlay}{\btnfnt{Play}}
\newcommand{\ButtonSelect}{\btnfnt{Select}} \newcommand{\ButtonSelect}{\btnfnt{Select}}
\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}} \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Forward}}
\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}} \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Backward}}
\newcommand{\ButtonHold}{\btnfnt{Hold}} \newcommand{\ButtonHold}{\btnfnt{Hold}}
%Button actions, standard context %Button actions, standard context

View file

@ -43,8 +43,8 @@ visit\\
\ButtonLeft/\ButtonRight/\\ \ButtonLeft/\ButtonRight/\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_C200_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_C200_PAD}
{\ButtonUp/\ButtonDown} {\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
& Enter betting amount\\ & Enter betting amount\\
\opt{RECORDER_PAD}{\ButtonFOne} \opt{RECORDER_PAD}{\ButtonFOne}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}

View file

@ -9,8 +9,8 @@ scrolling from right to left.
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD,GIGABEAT_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD,GIGABEAT_PAD}
{\ButtonUp\ /\ \ButtonDown} {\ButtonUp\ /\ \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack\ /\ \ButtonScrollFwd} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack\ /\ \ButtonScrollFwd}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollDown\ /\ \ButtonScrollUp} \opt{IRIVER_H10_PAD}{\ButtonScrollDown\ /\ \ButtonScrollUp}
& Moves to next/previous option\\ & Moves to next/previous option\\
\ButtonLeft\ /\ \ButtonRight \ButtonLeft\ /\ \ButtonRight
& Increases/decreases option value\\ & Increases/decreases option value\\

View file

@ -27,10 +27,8 @@ must catch it with the paddle. Look out for the bad ones.\\
\ButtonLeft\ / \ButtonRight \ButtonLeft\ / \ButtonRight
\opt{SANSA_C200_PAD}{\\ \opt{SANSA_C200_PAD}{\\
\ButtonVolDown\ / \ButtonVolUp} \ButtonVolDown\ / \ButtonVolUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\\ \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\\
\ButtonScrollBack\ / \ButtonScrollFwd} \ButtonScrollBack\ / \ButtonScrollFwd}
\opt{SANSA_E200_PAD}{\\
\ButtonScrollDown\ / \ButtonScrollUp}
& Moves the paddle\\ & Moves the paddle\\
\opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \ButtonUp} \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \ButtonUp}
\opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonUp} \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonUp}

View file

@ -32,9 +32,9 @@ fired. Points are awarded depending on how quickly the level was completed.
\opt{IRIVER_H10_PAD}{\ButtonRew} \opt{IRIVER_H10_PAD}{\ButtonRew}
& Show high scores\\ & Show high scores\\
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}{\ButtonUp/\ButtonDown} \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}{\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
\opt{ONDIO_PAD,SANSA_C200_PAD}{\ButtonLeft+\ButtonRight} \opt{ONDIO_PAD,SANSA_C200_PAD}{\ButtonLeft+\ButtonRight}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
& Select starting level\\ & Select starting level\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}

View file

@ -53,9 +53,9 @@ The default keymappings are:
% Key "2" % Key "2"
\begin{sideways} \begin{sideways}
\opt{RECORDER_PAD,ONDIO_PAD}{\ButtonUp} \opt{RECORDER_PAD,ONDIO_PAD}{\ButtonUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp} \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
\end{sideways} \end{sideways}
& &
% Key "3" % Key "3"
@ -88,9 +88,9 @@ The default keymappings are:
% Key "8" % Key "8"
\begin{sideways} \begin{sideways}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{IAUDIO_X5_PAD}{\ButtonDown} \opt{IAUDIO_X5_PAD}{\ButtonDown}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
\end{sideways} \end{sideways}
& &
% Key "9" % Key "9"

View file

@ -29,8 +29,8 @@ This is a rotating cube screen saver in 3D.
\opt{PLAYER_PAD}{\ButtonOn+ \ButtonRight/\ButtonLeft} \opt{PLAYER_PAD}{\ButtonOn+ \ButtonRight/\ButtonLeft}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}
{\ButtonUp/\ButtonDown} {\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{SANSA_C200_PAD}{\ButtonVolDown\/\ButtonVolUp} \opt{SANSA_C200_PAD}{\ButtonVolDown\/\ButtonVolUp}
& Increase / decrease y axis\\ & Increase / decrease y axis\\
\opt{PLAYER_PAD}{\ButtonMenu+ \ButtonRight/\ButtonLeft} \opt{PLAYER_PAD}{\ButtonMenu+ \ButtonRight/\ButtonLeft}

View file

@ -11,8 +11,8 @@ Demystify is a screen saver like demo.\\
& Increase / decrease speed\\ & Increase / decrease speed\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}
{\ButtonRight\ / \ButtonLeft} {\ButtonRight\ / \ButtonLeft}
\opt{IPOD_4G_PAD,IPOD_4G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_4G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{IAUDIO_X5_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonUp\ / \ButtonDown} \opt{IAUDIO_X5_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonUp\ / \ButtonDown}
& Add / remove polygon\\ & Add / remove polygon\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}

View file

@ -10,8 +10,7 @@ dice.
\opt{PLAYER_PAD}{\ButtonPlay/\ButtonStop} \opt{PLAYER_PAD}{\ButtonPlay/\ButtonStop}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
{\ButtonUp/\ButtonDown} {\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
\opt{SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown}
& Select number of sides or number of dice\\ & Select number of sides or number of dice\\
\opt{PLAYER_PAD}{\ButtonOn} \opt{PLAYER_PAD}{\ButtonOn}
\opt{RECORDER_PAD}{\ButtonOn/\ButtonPlay} \opt{RECORDER_PAD}{\ButtonOn/\ButtonPlay}

View file

@ -112,14 +112,14 @@ Rockdoom options, you will need to quit your current game and restart the plugin
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_3G_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_3G_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}
{\ButtonSelect} {\ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonRew} \opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD}{\ButtonScrollUp} \opt{SANSA_E200_PAD}{\ButtonScrollBack}
& Enter \\ & Enter \\
% %
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect} \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect}
\opt{IAUDIO_X5_PAD}{\ButtonRec} \opt{IAUDIO_X5_PAD}{\ButtonRec}
\opt{IRIVER_H10_PAD}{\ButtonFF} \opt{IRIVER_H10_PAD}{\ButtonFF}
\opt{SANSA_E200_PAD}{\ButtonScrollDown} \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{GIGABEAT_PAD}{\ButtonVolDown} \opt{GIGABEAT_PAD}{\ButtonVolDown}
& Change Weapon \\ & Change Weapon \\
% %

View file

@ -4,9 +4,9 @@
Fire is a demo displaying a fire effect. Fire is a demo displaying a fire effect.
\begin{table} \begin{table}
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD,GIGABEAT_PAD}
{\ButtonUp\ / \ButtonDown} {\ButtonUp\ / \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
& Increase / decrease number of flames\\ & Increase / decrease number of flames\\
\opt{RECORDER_PAD}{\ButtonOn} \opt{RECORDER_PAD}{\ButtonOn}

View file

@ -41,7 +41,7 @@ greyscale library}.
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
\opt{IAUDIO_X5_PAD}{\ButtonPlay} \opt{IAUDIO_X5_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonFF} \opt{IRIVER_H10_PAD}{\ButtonFF}
\opt{SANSA_E200_PAD}{\ButtonScrollDown} \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight} \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight}
& Next jpeg in directory\\ & Next jpeg in directory\\
\opt{RECORDER_PAD}{\ButtonFTwo} \opt{RECORDER_PAD}{\ButtonFTwo}
@ -50,7 +50,7 @@ greyscale library}.
\opt{IRIVER_H300_PAD}{\ButtonOn} \opt{IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
\opt{IRIVER_H10_PAD}{\ButtonRew} \opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD}{\ButtonScrollUp} \opt{SANSA_E200_PAD}{\ButtonScrollBack}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft} \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft}
& Previous jpeg in directory\\ & Previous jpeg in directory\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}

View file

@ -10,18 +10,16 @@ This demonstration draws fractal images from the Mandelbrot set
\opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonMenu+\ButtonUp} \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonMenu+\ButtonUp}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}{\ButtonSelect} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}{\ButtonSelect}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{SANSA_E200_PAD}{\ButtonScrollDown}
\opt{SANSA_C200_PAD}{\ButtonVolUp} \opt{SANSA_C200_PAD}{\ButtonVolUp}
& Zoom in\\ & Zoom in\\
% %
\opt{RECORDER_PAD}{\ButtonOn} \opt{RECORDER_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown} \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack}
\opt{IAUDIO_X5_PAD,GIGABEAT_PAD}{Long \ButtonSelect} \opt{IAUDIO_X5_PAD,GIGABEAT_PAD}{Long \ButtonSelect}
\opt{IRIVER_H10_PAD}{Long \ButtonPlay} \opt{IRIVER_H10_PAD}{Long \ButtonPlay}
\opt{SANSA_E200_PAD}{\ButtonScrollUp}
\opt{SANSA_C200_PAD}{\ButtonVolDown} \opt{SANSA_C200_PAD}{\ButtonVolDown}
& Zoom out\\ & Zoom out\\
% %

View file

@ -7,7 +7,7 @@ on the appropriate button.
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{PLAYER_PAD}{\ButtonStop} \opt{PLAYER_PAD}{\ButtonStop}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
\opt{IRIVER_H10_PAD,IAUDIO_X5_PAD}{\ButtonPower} \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonPower}
\opt{ONDIO_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{ONDIO_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
& Exit plugin \\ & Exit plugin \\
\opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{ \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{

View file

@ -34,7 +34,7 @@ the location of a mine, it can be tagged to avoid accidentally
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack
& Scroll through the entire minefield \\}% & Scroll through the entire minefield \\}%
% %
\opt{SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown \opt{SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack
& Scroll through the entire minefield \\}% & Scroll through the entire minefield \\}%
% %
\opt{RECORDER_PAD}{\ButtonFOne/\ButtonOn} \opt{RECORDER_PAD}{\ButtonFOne/\ButtonOn}

View file

@ -44,8 +44,8 @@ being played.
& Pause the demo \\ & Pause the demo \\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
{\ButtonUp/\ButtonDown} {\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonVolUp/\ButtonVolDown} \opt{SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonVolUp/\ButtonVolDown}
& Increase / decrease volume\\ & Increase / decrease volume\\
\ButtonRight/\ButtonLeft \ButtonRight/\ButtonLeft

View file

@ -9,7 +9,8 @@ ends when robotfindskitten.
\begin{table} \begin{table}
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay,} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay,}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD} \opt{SANSA_E200_PAD}{\ButtonScrollFwd, \ButtonScrollBack,}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD,RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD}
{\ButtonUp, \ButtonDown,}% {\ButtonUp, \ButtonDown,}%
\opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,} \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,}
\ButtonLeft, \ButtonRight \ButtonLeft, \ButtonRight

View file

@ -28,10 +28,9 @@ pile of blocks reach the ceiling the game is over.
\opt{RECORDER_PAD}{\ButtonPlay} \opt{RECORDER_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{IAUDIO_X5_PAD}{\ButtonPower} \opt{IAUDIO_X5_PAD}{\ButtonPower}
\opt{IRIVER_H10_PAD}{\ButtonRew} \opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD}{\ButtonScrollDown}
\opt{SANSA_C200_PAD}{\ButtonVolDown} \opt{SANSA_C200_PAD}{\ButtonVolDown}
\opt{GIGABEAT_PAD}{\ButtonVolUp} \opt{GIGABEAT_PAD}{\ButtonVolUp}
& Rotate left\\ & Rotate left\\
@ -39,7 +38,8 @@ pile of blocks reach the ceiling the game is over.
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
{\ButtonUp} {\ButtonUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack/\ButtonMenu} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack/\ButtonMenu}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp} \opt{SANSA_E200_PAD}{\ButtonScrollBack}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
\opt{SANSA_C200_PAD}{\ButtonVolUp/\ButtonUp} \opt{SANSA_C200_PAD}{\ButtonVolUp/\ButtonUp}
\opt{GIGABEAT_PAD}{\ButtonVolDown} \opt{GIGABEAT_PAD}{\ButtonVolDown}
& Rotate right\\ & Rotate right\\

View file

@ -23,12 +23,12 @@ the gnuboy emulator. To start a game open a ROM file saved as \fname{.gb} or
\opt{IRIVER_H100_PAD}{\ButtonRec} \opt{IRIVER_H100_PAD}{\ButtonRec}
\opt{IRIVER_H300_PAD}{\ButtonOn} \opt{IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD}{\ButtonSelect} \opt{IPOD_4G_PAD}{\ButtonSelect}
\opt{SANSA_E200_PAD}{\ButtonScrollUp} \opt{SANSA_E200_PAD}{\ButtonScrollBack}
& Start\\ & Start\\
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{ \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{
\opt{RECORDER_PAD}{\ButtonPlay} \opt{RECORDER_PAD}{\ButtonPlay}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
\opt{SANSA_E200_PAD}{\ButtonScrollDown} \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
& Select\\} & Select\\}
\opt{RECORDER_PAD}{\ButtonOn & Cycle display scaling modes\\} \opt{RECORDER_PAD}{\ButtonOn & Cycle display scaling modes\\}
\opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff}

View file

@ -18,8 +18,8 @@ visit\\
\ButtonLeft/\ButtonRight/\\ \ButtonLeft/\ButtonRight/\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_C200_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_C200_PAD}
{\ButtonUp/\ButtonDown} {\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
& Move Cursor around.\\ & Move Cursor around.\\
% %
\opt{RECORDER_PAD}{\ButtonOn} \opt{RECORDER_PAD}{\ButtonOn}

View file

@ -20,9 +20,9 @@ UFO will appear -- shoot this for extra points.
\opt{IRIVER_H10_PAD}{\ButtonScrollUp} \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
& Thrust\\ & Thrust\\
% %
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD}
{\ButtonLeft / \ButtonRight} {\ButtonLeft / \ButtonRight}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack / \ButtonScrollFwd} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack / \ButtonScrollFwd}
& Turn left/right\\ & Turn left/right\\
% %
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}

View file

@ -39,7 +39,7 @@ These are \emph{NOT} saved when saving the game.
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft/\ButtonSelect/\ButtonRight} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft/\ButtonSelect/\ButtonRight}
\opt{IAUDIO_X5_PAD,GIGABEAT_PAD}{\ButtonSelect} \opt{IAUDIO_X5_PAD,GIGABEAT_PAD}{\ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonRew} \opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown} \opt{SANSA_E200_PAD}{\ButtonScrollBack/\ButtonScrollFwd}
\opt{SANSA_C200_PAD}{\ButtonSelect/\ButtonVolUp/\ButtonVolDown} \opt{SANSA_C200_PAD}{\ButtonSelect/\ButtonVolUp/\ButtonVolDown}
& Change number under the cursor\\ & Change number under the cursor\\
% %
@ -49,7 +49,7 @@ These are \emph{NOT} saved when saving the game.
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonLeft/\ButtonSelect/\ButtonRight} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonLeft/\ButtonSelect/\ButtonRight}
\opt{IAUDIO_X5_PAD,GIGABEAT_PAD}{Long \ButtonSelect} \opt{IAUDIO_X5_PAD,GIGABEAT_PAD}{Long \ButtonSelect}
\opt{IRIVER_H10_PAD}{Long \ButtonRew} \opt{IRIVER_H10_PAD}{Long \ButtonRew}
\opt{SANSA_E200_PAD}{Long \ButtonScrollUp/\ButtonScrollDown} \opt{SANSA_E200_PAD}{Long \ButtonScrollBack/\ButtonScrollFwd}
\opt{SANSA_C200_PAD}{Long \ButtonSelect/\ButtonVolUp/\ButtonVolDown} \opt{SANSA_C200_PAD}{Long \ButtonSelect/\ButtonVolUp/\ButtonVolDown}
& Constantly changing the number under the cursor\\ & Constantly changing the number under the cursor\\
% %

View file

@ -85,7 +85,7 @@ If file fits on one screen, there is no scrollbar and toggling Scrollbar mode ha
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
\opt{SANSA_E200_PAD}{\ButtonScrollUp} \opt{SANSA_E200_PAD}{\ButtonScrollBack}
& Toggles Word mode\\ & Toggles Word mode\\
\opt{PLAYER_PAD}{\ButtonOn+\ButtonMenu+\ButtonRight} \opt{PLAYER_PAD}{\ButtonOn+\ButtonMenu+\ButtonRight}

View file

@ -30,15 +30,13 @@ and the meter scale can be changed.
& Settings\\ & Settings\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}
{\ButtonUp} {\ButtonUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{SANSA_E200_PAD}{\ButtonScrollDown}
\opt{SANSA_C200_PAD}{\ButtonVolUp} \opt{SANSA_C200_PAD}{\ButtonVolUp}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp} \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
& Raise Volume\\ & Raise Volume\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}
{\ButtonDown} {\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack}
\opt{SANSA_E200_PAD}{\ButtonScrollUp}
\opt{SANSA_C200_PAD}{\ButtonVolDown} \opt{SANSA_C200_PAD}{\ButtonVolDown}
\opt{IRIVER_H10_PAD}{\ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
& Lower Volume\\ & Lower Volume\\

View file

@ -203,8 +203,8 @@ paragraph.
Above and to the left of this, on the outside of the turning wheel are four Above and to the left of this, on the outside of the turning wheel are four
buttons. These are the \ButtonUp{}, \ButtonDown{}, \ButtonLeft{} and buttons. These are the \ButtonUp{}, \ButtonDown{}, \ButtonLeft{} and
\ButtonRight{} buttons. Inside the wheel is the \ButtonSelect{} button. Turning \ButtonRight{} buttons. Inside the wheel is the \ButtonSelect{} button. Turning
the wheel to the right activates the \ButtonScrollDown{} function, and to the the wheel to the right activates the \ButtonScrollFwd{} function, and to the
left, the \ButtonScrollUp{} function. left, the \ButtonScrollFwd{} function.
On the right of the unit is a slot for inserting flash cards. On the bottom is On the right of the unit is a slot for inserting flash cards. On the bottom is
the connector for the USB cable. On the left is the \ButtonRec{} button, and the connector for the USB cable. On the left is the \ButtonRec{} button, and