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}{}{}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollFwd}
\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.\\
%
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollBack}
\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.\\
%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonLeft}

View file

@ -31,7 +31,8 @@
& Seek to next station or preset in
\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}
\nopt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp, \ButtonDown}
& Change volume.\\
@ -116,7 +117,8 @@
\opt{IRIVER_H10_PAD}{Press \ButtonRight}
to go to the presets list.
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}
to move the cursor and then press
\opt{RECORDER_PAD}{\ButtonPlay}%
@ -133,7 +135,8 @@
{Press \ButtonSelect}%
\opt{IRIVER_H10_PAD}{Press \ButtonRight}
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}
to move the cursor and then
\opt{RECORDER_PAD}{press \ButtonFThree}%

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -27,10 +27,8 @@ must catch it with the paddle. Look out for the bad ones.\\
\ButtonLeft\ / \ButtonRight
\opt{SANSA_C200_PAD}{\\
\ButtonVolDown\ / \ButtonVolUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\\
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\\
\ButtonScrollBack\ / \ButtonScrollFwd}
\opt{SANSA_E200_PAD}{\\
\ButtonScrollDown\ / \ButtonScrollUp}
& Moves the paddle\\
\opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \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}
& Show high scores\\
\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{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
& Select starting level\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}

View file

@ -53,9 +53,9 @@ The default keymappings are:
% Key "2"
\begin{sideways}
\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_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
\end{sideways}
&
% Key "3"
@ -88,9 +88,9 @@ The default keymappings are:
% Key "8"
\begin{sideways}
\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{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollDown}
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
\end{sideways}
&
% Key "9"

View file

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

View file

@ -11,8 +11,8 @@ Demystify is a screen saver like demo.\\
& Increase / decrease speed\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}
{\ButtonRight\ / \ButtonLeft}
\opt{IPOD_4G_PAD,IPOD_4G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{IPOD_4G_PAD,IPOD_4G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{IAUDIO_X5_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonUp\ / \ButtonDown}
& Add / remove polygon\\
\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{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
{\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
\opt{SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
& Select number of sides or number of dice\\
\opt{PLAYER_PAD}{\ButtonOn}
\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}
{\ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD}{\ButtonScrollUp}
\opt{SANSA_E200_PAD}{\ButtonScrollBack}
& Enter \\
%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect}
\opt{IAUDIO_X5_PAD}{\ButtonRec}
\opt{IRIVER_H10_PAD}{\ButtonFF}
\opt{SANSA_E200_PAD}{\ButtonScrollDown}
\opt{SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{GIGABEAT_PAD}{\ButtonVolDown}
& Change Weapon \\
%

View file

@ -4,9 +4,9 @@
Fire is a demo displaying a fire effect.
\begin{table}
\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}
\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}
& Increase / decrease number of flames\\
\opt{RECORDER_PAD}{\ButtonOn}

View file

@ -41,7 +41,7 @@ greyscale library}.
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
\opt{IAUDIO_X5_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonFF}
\opt{SANSA_E200_PAD}{\ButtonScrollDown}
\opt{SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight}
& Next jpeg in directory\\
\opt{RECORDER_PAD}{\ButtonFTwo}
@ -50,7 +50,7 @@ greyscale library}.
\opt{IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD}{\ButtonScrollUp}
\opt{SANSA_E200_PAD}{\ButtonScrollBack}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft}
& Previous jpeg in directory\\
\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{ONDIO_PAD}{\ButtonMenu\ / \ButtonMenu+\ButtonUp}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}{\ButtonSelect}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
\opt{SANSA_E200_PAD}{\ButtonScrollDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{SANSA_C200_PAD}{\ButtonVolUp}
& Zoom in\\
%
\opt{RECORDER_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
\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{IRIVER_H10_PAD}{Long \ButtonPlay}
\opt{SANSA_E200_PAD}{\ButtonScrollUp}
\opt{SANSA_C200_PAD}{\ButtonVolDown}
& Zoom out\\
%

View file

@ -7,7 +7,7 @@ on the appropriate button.
\begin{btnmap}{}{}
\opt{PLAYER_PAD}{\ButtonStop}
\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}
& Exit plugin \\
\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
& Scroll through the entire minefield \\}%
%
\opt{SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown
\opt{SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack
& Scroll through the entire minefield \\}%
%
\opt{RECORDER_PAD}{\ButtonFOne/\ButtonOn}

View file

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

View file

@ -9,7 +9,8 @@ ends when robotfindskitten.
\begin{table}
\begin{btnmap}{}{}
\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,}%
\opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,}
\ButtonLeft, \ButtonRight

View file

@ -28,10 +28,9 @@ pile of blocks reach the ceiling the game is over.
\opt{RECORDER_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
\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{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD}{\ButtonScrollDown}
\opt{SANSA_C200_PAD}{\ButtonVolDown}
\opt{GIGABEAT_PAD}{\ButtonVolUp}
& 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}
{\ButtonUp}
\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{GIGABEAT_PAD}{\ButtonVolDown}
& 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_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD}{\ButtonSelect}
\opt{SANSA_E200_PAD}{\ButtonScrollUp}
\opt{SANSA_E200_PAD}{\ButtonScrollBack}
& Start\\
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{
\opt{RECORDER_PAD}{\ButtonPlay}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
\opt{SANSA_E200_PAD}{\ButtonScrollDown}
\opt{SANSA_E200_PAD}{\ButtonScrollFwd}
& Select\\}
\opt{RECORDER_PAD}{\ButtonOn & Cycle display scaling modes\\}
\opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff}

View file

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

View file

@ -20,9 +20,9 @@ UFO will appear -- shoot this for extra points.
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
& 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}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack / \ButtonScrollFwd}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack / \ButtonScrollFwd}
& 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}

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{IAUDIO_X5_PAD,GIGABEAT_PAD}{\ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{SANSA_E200_PAD}{\ButtonScrollBack/\ButtonScrollFwd}
\opt{SANSA_C200_PAD}{\ButtonSelect/\ButtonVolUp/\ButtonVolDown}
& 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{IAUDIO_X5_PAD,GIGABEAT_PAD}{Long \ButtonSelect}
\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}
& 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{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
\opt{SANSA_E200_PAD}{\ButtonScrollUp}
\opt{SANSA_E200_PAD}{\ButtonScrollBack}
& Toggles Word mode\\
\opt{PLAYER_PAD}{\ButtonOn+\ButtonMenu+\ButtonRight}

View file

@ -30,15 +30,13 @@ and the meter scale can be changed.
& Settings\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}
{\ButtonUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
\opt{SANSA_E200_PAD}{\ButtonScrollDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{SANSA_C200_PAD}{\ButtonVolUp}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
& Raise Volume\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}
{\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
\opt{SANSA_E200_PAD}{\ButtonScrollUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack}
\opt{SANSA_C200_PAD}{\ButtonVolDown}
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
& 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
buttons. These are the \ButtonUp{}, \ButtonDown{}, \ButtonLeft{} and
\ButtonRight{} buttons. Inside the wheel is the \ButtonSelect{} button. Turning
the wheel to the right activates the \ButtonScrollDown{} function, and to the
left, the \ButtonScrollUp{} function.
the wheel to the right activates the \ButtonScrollFwd{} function, and to the
left, the \ButtonScrollFwd{} function.
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