Packard Bell Vibe: Manual - change the names of the buttons internally (ButtonPrev -> ButtonLeft, ButtonNext -> ButtonRight), remove unnecessary strings, join the target to the existing mappings, where it's needed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25683 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Szymon Dziok 2010-04-19 21:28:54 +00:00
parent 46854ed49d
commit 0d824d2b59
35 changed files with 97 additions and 141 deletions

View file

@ -167,9 +167,8 @@
\opt{recorder,recorderv2fm}{\ButtonOn+\ButtonRight/\ButtonLeft} \opt{recorder,recorderv2fm}{\ButtonOn+\ButtonRight/\ButtonLeft}
\opt{ondio}{\ButtonMenu+\ButtonRight/\ButtonLeft} \opt{ondio}{\ButtonMenu+\ButtonRight/\ButtonLeft}
\opt{c200,e200,h100,h300,ipod1g2g,ipod3g,ipod4g,ipodcolor,ipodmini,ipodnano, \opt{c200,e200,h100,h300,ipod1g2g,ipod3g,ipod4g,ipodcolor,ipodmini,ipodnano,
ipodnano2g,ipodvideo,x5,mrobe100,gigabeatf,gigabeats,e200v2} ipodnano2g,ipodvideo,x5,mrobe100,gigabeatf,gigabeats,e200v2,vibe500}
{Long \ButtonRight/\ButtonLeft}\opt{h10,h10_5gb}{Long \ButtonRew/\ButtonFF} {Long \ButtonRight/\ButtonLeft}\opt{h10,h10_5gb}{Long \ButtonRew/\ButtonFF}.
\opt{vibe500}{Long \ButtonPrev/\ButtonNext}.
Setting this option to \setting{Yes} Setting this option to \setting{Yes}
will keep the list entries at their fixed positions and allow them to be will keep the list entries at their fixed positions and allow them to be
scrolled out of view, whereas \setting{No} will only scroll those entries scrolled out of view, whereas \setting{No} will only scroll those entries

View file

@ -346,19 +346,17 @@ change to customise your listening experience.
& 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}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonLeft} \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD,PBELL_VIBE500_PAD}{\ButtonLeft}
\opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonUp} \opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonUp}
\opt{COWON_D2_PAD}{\ActionStdPrev} \opt{COWON_D2_PAD}{\ActionStdPrev}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
\opt{GIGABEAT_RC_PAD}{\ButtonRCVolUp} \opt{GIGABEAT_RC_PAD}{\ButtonRCVolUp}
& Moves to the previous EQ band. \\ & Moves to the previous EQ band. \\
% %
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRight} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRight}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonRight} \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD,PBELL_VIBE500_PAD}{\ButtonRight}
\opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown} \opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown}
\opt{COWON_D2_PAD}{\ActionStdNext} \opt{COWON_D2_PAD}{\ActionStdNext}
\opt{PBELL_VIBE500_PAD}{\ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
\opt{GIGABEAT_RC_PAD}{\ButtonRCVolDown} \opt{GIGABEAT_RC_PAD}{\ButtonRCVolDown}
& Moves to the next EQ band. \\ & Moves to the next EQ band. \\

View file

@ -212,13 +212,13 @@ therefore result in better runtime.
\opt{GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,IRIVER_H10_PAD}% \opt{GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,IRIVER_H10_PAD}%
{\ButtonPower}% {\ButtonPower}%
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonRight} \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonRight}
\opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonPrev} \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonLeft}
and and
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonRec}% \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonRec}%
\opt{GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,IRIVER_H10_PAD}% \opt{GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,IRIVER_H10_PAD}%
{Long \ButtonPower}% {Long \ButtonPower}%
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonLeft} \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonNext} \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonRight}
keys, respectively.% keys, respectively.%
}% }%
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
@ -299,9 +299,8 @@ therefore result in better runtime.
% Scan previous track % Scan previous track
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,% \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,%
IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD% IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
,MROBE100_PAD} ,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft} {\ButtonLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev}
\opt{GIGABEAT_RC_PAD}{\ButtonPrev; \ButtonLeft}% \opt{GIGABEAT_RC_PAD}{\ButtonPrev; \ButtonLeft}%
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
@ -313,9 +312,8 @@ therefore result in better runtime.
% Scan next track % Scan next track
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD% ,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
,MROBE100_PAD} ,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonRight} {\ButtonRight}
\opt{PBELL_VIBE500_PAD}{\ButtonNext}
\opt{GIGABEAT_RC_PAD}{\ButtonNext; \ButtonRight}% \opt{GIGABEAT_RC_PAD}{\ButtonNext; \ButtonRight}%
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
@ -362,10 +360,10 @@ therefore result in better runtime.
% Slide previous % Slide previous
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD% \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{\ButtonLeft} ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft}
\opt{GIGABEAT_S_PAD}{\ButtonPrev; \ButtonLeft} \opt{GIGABEAT_S_PAD}{\ButtonPrev; \ButtonLeft}
\opt{IRIVER_H10_PAD}{\ButtonRew} \opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
\opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCRew}% \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCRew}%
@ -375,10 +373,10 @@ therefore result in better runtime.
% Slide next % Slide next
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD% \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{\ButtonRight} ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonRight}
\opt{GIGABEAT_S_PAD}{\ButtonNext; \ButtonRight} \opt{GIGABEAT_S_PAD}{\ButtonNext; \ButtonRight}
\opt{IRIVER_H10_PAD}{\ButtonFF} \opt{IRIVER_H10_PAD}{\ButtonFF}
\opt{PBELL_VIBE500_PAD}{\ButtonNext}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
\opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCFF}% \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCFF}%
@ -388,10 +386,10 @@ therefore result in better runtime.
% Slide first % Slide first
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD% \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{Long \ButtonLeft} ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{Long \ButtonLeft}
\opt{GIGABEAT_S_PAD}{Long \ButtonPrev; Long \ButtonLeft} \opt{GIGABEAT_S_PAD}{Long \ButtonPrev; Long \ButtonLeft}
\opt{IRIVER_H10_PAD}{Long \ButtonRew} \opt{IRIVER_H10_PAD}{Long \ButtonRew}
\opt{PBELL_VIBE500_PAD}{Long \ButtonPrev}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
\opt{MROBE100_RC_PAD}{Long \ButtonRCRew}% \opt{MROBE100_RC_PAD}{Long \ButtonRCRew}%
@ -401,10 +399,10 @@ therefore result in better runtime.
% Slide last % Slide last
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD% \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{Long \ButtonRight} ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{Long \ButtonRight}
\opt{GIGABEAT_S_PAD}{Long \ButtonNext; Long \ButtonRight} \opt{GIGABEAT_S_PAD}{Long \ButtonNext; Long \ButtonRight}
\opt{IRIVER_H10_PAD}{Long \ButtonFF} \opt{IRIVER_H10_PAD}{Long \ButtonFF}
\opt{PBELL_VIBE500_PAD}{Long \ButtonNext}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
\opt{MROBE100_RC_PAD}{Long \ButtonRCFF}% \opt{MROBE100_RC_PAD}{Long \ButtonRCFF}%
@ -565,9 +563,8 @@ therefore result in better runtime.
% Tab previous / next % Tab previous / next
\opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD% \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
,SANSA_CLIP_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD% ,SANSA_CLIP_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
,IPOD_1G2G_PAD,MROBE100_PAD} ,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft / \ButtonRight} {\ButtonLeft / \ButtonRight}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev / \ButtonNext}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
\opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD} \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
@ -595,9 +592,8 @@ therefore result in better runtime.
% History back / forward % History back / forward
\opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD% \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
,SANSA_CLIP_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD% ,SANSA_CLIP_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
,IPOD_1G2G_PAD,MROBE100_PAD} ,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{Long \ButtonLeft / Long \ButtonRight} {Long \ButtonLeft / Long \ButtonRight}
\opt{PBELL_VIBE500_PAD}{Long \ButtonPrev / Long \ButtonNext}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
\opt{MROBE100_RC_PAD}{Long \ButtonRCRew / Long \ButtonRCFF}% \opt{MROBE100_RC_PAD}{Long \ButtonRCRew / Long \ButtonRCFF}%
@ -631,14 +627,12 @@ therefore result in better runtime.
\begin{btnmap}{}{} \begin{btnmap}{}{}
% Cursor move up / down / left / right % Cursor move up / down / left / right
\opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD% \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
,SANSA_CLIP_PAD,MROBE100_PAD} ,SANSA_CLIP_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonUp / \ButtonDown / \ButtonLeft / \ButtonRight} {\ButtonUp / \ButtonDown / \ButtonLeft / \ButtonRight}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown / \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown /
\ButtonLeft / \ButtonRight} \ButtonLeft / \ButtonRight}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD} \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
{\ButtonMenu / \ButtonPlay / \ButtonLeft / \ButtonRight} {\ButtonMenu / \ButtonPlay / \ButtonLeft / \ButtonRight}
\opt{PBELL_VIBE500_PAD}
{\ButtonUp / \ButtonDown / \ButtonPrev / \ButtonNext}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
\opt{MROBE100_RC_PAD}{\ButtonRCPlay / \ButtonRCDisplay / \opt{MROBE100_RC_PAD}{\ButtonRCPlay / \ButtonRCDisplay /

View file

@ -3,8 +3,8 @@
\newcommand{\ButtonPower}{\btnfnt{Power}} \newcommand{\ButtonPower}{\btnfnt{Power}}
\newcommand{\ButtonMenu}{\btnfnt{Menu}} \newcommand{\ButtonMenu}{\btnfnt{Menu}}
\newcommand{\ButtonPlay}{\btnfnt{Play}} \newcommand{\ButtonPlay}{\btnfnt{Play}}
\newcommand{\ButtonPrev}{\btnfnt{Prev}} \newcommand{\ButtonLeft}{\btnfnt{Prev}}
\newcommand{\ButtonNext}{\btnfnt{Next}} \newcommand{\ButtonRight}{\btnfnt{Next}}
\newcommand{\ButtonUp}{\btnfnt{Scroll Up}} \newcommand{\ButtonUp}{\btnfnt{Scroll Up}}
\newcommand{\ButtonDown}{\btnfnt{Scroll Down}} \newcommand{\ButtonDown}{\btnfnt{Scroll Down}}
\newcommand{\ButtonOK}{\btnfnt{OK}} \newcommand{\ButtonOK}{\btnfnt{OK}}
@ -13,8 +13,8 @@
\newcommand{\ButtonHold}{\btnfnt{Hold}} \newcommand{\ButtonHold}{\btnfnt{Hold}}
%temporary for the lack of plugin keymaps %temporary for the lack of plugin keymaps
\newcommand{\ButtonLeft}{\btnfnt{WhatLeft}} %\newcommand{\ButtonLeft}{\btnfnt{WhatLeft}}
\newcommand{\ButtonRight}{\btnfnt{WhatRight}} %\newcommand{\ButtonRight}{\btnfnt{WhatRight}}
\newcommand{\ButtonSelect}{\btnfnt{WhatSelect}} \newcommand{\ButtonSelect}{\btnfnt{WhatSelect}}
%Button actions, standard context %Button actions, standard context
@ -22,8 +22,8 @@
\newcommand{\ActionStdPrevRepeat}{\ButtonUp} \newcommand{\ActionStdPrevRepeat}{\ButtonUp}
\newcommand{\ActionStdNext}{\ButtonDown} \newcommand{\ActionStdNext}{\ButtonDown}
\newcommand{\ActionStdNextRepeat}{\ButtonDown} \newcommand{\ActionStdNextRepeat}{\ButtonDown}
\newcommand{\ActionStdCancel}{\ButtonPrev{} or \ButtonCancel} \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonCancel}
\newcommand{\ActionStdOk}{\ButtonNext{} or \ButtonOK} \newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOK}
\newcommand{\ActionStdMenu}{\ButtonMenu} \newcommand{\ActionStdMenu}{\ButtonMenu}
\newcommand{\ActionStdQuickScreen}{Long \ButtonOK} \newcommand{\ActionStdQuickScreen}{Long \ButtonOK}
\newcommand{\ActionStdContext}{Long \ButtonMenu} \newcommand{\ActionStdContext}{Long \ButtonMenu}
@ -33,10 +33,10 @@
%Button actions, wps context %Button actions, wps context
\newcommand{\ActionWpsPlay}{\ButtonPlay} \newcommand{\ActionWpsPlay}{\ButtonPlay}
\newcommand{\ActionWpsStop}{Long \ButtonPlay} \newcommand{\ActionWpsStop}{Long \ButtonPlay}
\newcommand{\ActionWpsSkipPrev}{\ButtonPrev} \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
\newcommand{\ActionWpsSeekBack}{Long \ButtonPrev} \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
\newcommand{\ActionWpsSkipNext}{\ButtonNext} \newcommand{\ActionWpsSkipNext}{\ButtonRight}
\newcommand{\ActionWpsSeekFwd}{Long \ButtonNext} \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
\newcommand{\ActionWpsVolDown}{\ButtonDown} \newcommand{\ActionWpsVolDown}{\ButtonDown}
\newcommand{\ActionWpsVolUp}{\ButtonUp} \newcommand{\ActionWpsVolUp}{\ButtonUp}
\newcommand{\ActionWpsBrowse}{\ButtonOK} \newcommand{\ActionWpsBrowse}{\ButtonOK}
@ -49,8 +49,8 @@
%Button actions, tree context %Button actions, tree context
\newcommand{\ActionTreeWps}{\ButtonPlay} \newcommand{\ActionTreeWps}{\ButtonPlay}
\newcommand{\ActionTreeStop}{Long \ButtonPlay} \newcommand{\ActionTreeStop}{Long \ButtonPlay}
\newcommand{\ActionTreeEnter}{\ButtonNext} \newcommand{\ActionTreeEnter}{\ButtonRight}
\newcommand{\ActionTreeParentDirectory}{\ButtonPrev} \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
\newcommand{\ActionTreeHotkey}{\ButtonRec} \newcommand{\ActionTreeHotkey}{\ButtonRec}
%Button actions, YesNo context %Button actions, YesNo context
@ -63,12 +63,12 @@
%Button actions, Alarm screen %Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonOK} \newcommand{\ActionAlarmSet}{\ButtonOK}
\newcommand{\ActionAlarmCancel}{\ButtonCancel} \newcommand{\ActionAlarmCancel}{\ButtonCancel}
\newcommand{\ActionAlarmHoursDec}{\ButtonPrev} \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
\newcommand{\ActionAlarmHoursInc}{\ButtonNext} \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
%Button actions, Virtual Keyboard Context %Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonPrev} \newcommand{\ActionKbdLeft}{\ButtonLeft}
\newcommand{\ActionKbdRight}{\ButtonNext} \newcommand{\ActionKbdRight}{\ButtonRight}
\newcommand{\ActionKbdSelect}{\ButtonPlay} \newcommand{\ActionKbdSelect}{\ButtonPlay}
\newcommand{\ActionKbdDone}{\ButtonOK} \newcommand{\ActionKbdDone}{\ButtonOK}
\newcommand{\ActionKbdAbort}{\ButtonCancel} \newcommand{\ActionKbdAbort}{\ButtonCancel}
@ -84,8 +84,8 @@
\newcommand{\ActionPsIncBig}{\ButtonUp} \newcommand{\ActionPsIncBig}{\ButtonUp}
\newcommand{\ActionPsDecSmall}{\ButtonDown} \newcommand{\ActionPsDecSmall}{\ButtonDown}
\newcommand{\ActionPsDecBig}{\ButtonDown} \newcommand{\ActionPsDecBig}{\ButtonDown}
\newcommand{\ActionPsNudgeLeft}{\ButtonPrev} \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
\newcommand{\ActionPsNudgeRight}{\ButtonNext} \newcommand{\ActionPsNudgeRight}{\ButtonRight}
\newcommand{\ActionPsReset}{\ButtonMenu} \newcommand{\ActionPsReset}{\ButtonMenu}
\newcommand{\ActionPsExit}{\ButtonOK} \newcommand{\ActionPsExit}{\ButtonOK}
@ -95,8 +95,8 @@
\newcommand{\ActionRecMenu}{Long \ButtonMenu} \newcommand{\ActionRecMenu}{Long \ButtonMenu}
\newcommand{\ActionRecPause}{\ButtonPlay} \newcommand{\ActionRecPause}{\ButtonPlay}
\newcommand{\ActionRecExit}{\ButtonCancel} \newcommand{\ActionRecExit}{\ButtonCancel}
\newcommand{\ActionRecSettingsInc}{\ButtonNext} \newcommand{\ActionRecSettingsInc}{\ButtonRight}
\newcommand{\ActionRecSettingsDec}{\ButtonPrev} \newcommand{\ActionRecSettingsDec}{\ButtonLeft}
\newcommand{\ActionRecPrev}{\ButtonUp} \newcommand{\ActionRecPrev}{\ButtonUp}
\newcommand{\ActionRecNext}{\ButtonDown} \newcommand{\ActionRecNext}{\ButtonDown}

View file

@ -7,10 +7,9 @@ This plugin is an alarm clock, which resumes a paused song at a given time.
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD% \opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD% ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD%
,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD} ,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft{} / \ButtonRight} {\ButtonLeft{} / \ButtonRight}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Switch between hours/minutes selection \\ & Switch between hours/minutes selection \\
\opt{RECORDER_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% \opt{RECORDER_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%

View file

@ -15,14 +15,13 @@ visit\\
\begin{table} \begin{table}
\begin{btnmap}{}{} \begin{btnmap}{}{}
\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%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD} ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft{} / \ButtonRight{} / \ButtonUp{} / \ButtonDown} {\ButtonLeft{} / \ButtonRight{} / \ButtonUp{} / \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
{\ButtonLeft{} / \ButtonRight{} / \ButtonScrollFwd{} / \ButtonScrollBack} {\ButtonLeft{} / \ButtonRight{} / \ButtonScrollFwd{} / \ButtonScrollBack}
\opt{IRIVER_H10_PAD} \opt{IRIVER_H10_PAD}
{\ButtonLeft{} / \ButtonRight{} / \ButtonScrollUp{} / \ButtonScrollDown} {\ButtonLeft{} / \ButtonRight{} / \ButtonScrollUp{} / \ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext{} / \ButtonUp{} / \ButtonDown}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Enter betting amount\\ & Enter betting amount\\
\opt{RECORDER_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} \opt{RECORDER_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}

View file

@ -22,10 +22,9 @@ view a bigger file you may need to stop playback.}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} % \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} %
\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%
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD} ,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{/ \ButtonLeft\ / \ButtonRight} {/ \ButtonLeft\ / \ButtonRight}
\opt{COWON_D2_PAD}{} \opt{COWON_D2_PAD}{}
\opt{PBELL_VIBE500_PAD}{/ \ButtonPrev\ / \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Move around in zoomed in image\\ & Move around in zoomed in image\\
\opt{RECORDER_PAD}{\ButtonPlay} \opt{RECORDER_PAD}{\ButtonPlay}
@ -61,7 +60,7 @@ view a bigger file you may need to stop playback.}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight} \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight}
\opt{GIGABEAT_S_PAD}{\ButtonNext} \opt{GIGABEAT_S_PAD}{\ButtonNext}
\opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight} \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight}
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonNext} \opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonRight}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Next bmp in directory\\ & Next bmp in directory\\
\opt{RECORDER_PAD}{\ButtonFTwo} \opt{RECORDER_PAD}{\ButtonFTwo}
@ -75,7 +74,7 @@ view a bigger file you may need to stop playback.}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft} \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft}
\opt{GIGABEAT_S_PAD}{\ButtonPrev} \opt{GIGABEAT_S_PAD}{\ButtonPrev}
\opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft} \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonPrev} \opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonLeft}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Previous bmp in directory\\ & Previous bmp in directory\\
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{%currently only defined for the sansa pads \opt{SANSA_E200_PAD,SANSA_C200_PAD}{%currently only defined for the sansa pads

View file

@ -18,10 +18,9 @@ scrolling from right to left.
& Moves to next/previous option\\ & Moves to next/previous option\\
\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%
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD% ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD} ,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonRight{} / \ButtonLeft} {\ButtonRight{} / \ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonNext{} / \ButtonPrev}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Increases/decreases option value\\ & Increases/decreases option value\\
\opt{RECORDER_PAD}{\ButtonOn} \opt{RECORDER_PAD}{\ButtonOn}

View file

@ -32,7 +32,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{ \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{
\ButtonScrollBack\ / \ButtonScrollFwd} \ButtonScrollBack\ / \ButtonScrollFwd}
\opt{COWON_D2_PAD}{\ButtonMinus{} or \TouchBottomLeft{} / \ButtonPlus{} or \TouchBottomRight} \opt{COWON_D2_PAD}{\ButtonMinus{} or \TouchBottomLeft{} / \ButtonPlus{} or \TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} or \ButtonMenu{} / \ButtonNext{} or \ButtonPlay} \opt{PBELL_VIBE500_PAD}{\ButtonLeft{} or \ButtonMenu{} / \ButtonRight{} or \ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Moves the paddle\\ & Moves the paddle\\
\opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \ButtonUp} \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \ButtonUp}

View file

@ -21,12 +21,12 @@ fired. Points are awarded depending on how quickly the level was completed.
} }
& Pause game\\ & Pause game\\
\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%
,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} ,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD
,PBELL_VIBE500_PAD}
{\ButtonLeft{} / \ButtonRight} {\ButtonLeft{} / \ButtonRight}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
{\ButtonScrollFwd{} / \ButtonScrollBack} {\ButtonScrollFwd{} / \ButtonScrollBack}
\opt{COWON_D2_PAD}{\ButtonMinus{} / \ButtonPlus{} or \TouchMidLeft{} / \TouchMidRight} \opt{COWON_D2_PAD}{\ButtonMinus{} / \ButtonPlus{} or \TouchMidLeft{} / \TouchMidRight}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Aim the bubble\\ & Aim the bubble\\
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD%

View file

@ -10,17 +10,16 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% ,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD} ,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft{} / \ButtonRight{} /} {\ButtonLeft{} / \ButtonRight{} /}
\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%
,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
SANSA_FUZE_PAD} SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonUp{} / \ButtonDown} {\ButtonUp{} / \ButtonDown}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{/} \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{/}
\opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack} \opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight / \TouchTopMiddle / \TouchBottomMiddle} \opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight / \TouchTopMiddle / \TouchBottomMiddle}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext{} / \ButtonUp{} / \ButtonDown}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Move around the keypad\\ & Move around the keypad\\
% %

View file

@ -11,15 +11,15 @@ You can select what day is first day of week by the setting \setting{First Day o
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,IPOD_4G_PAD% ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD} ,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft{} / \ButtonRight{} /} {\ButtonLeft{} / \ButtonRight{} /}
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD% \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD%
,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD}{\ButtonUp{} / \ButtonDown} ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}
{\ButtonUp{} / \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
{\ButtonScrollFwd{} / \ButtonScrollBack} {\ButtonScrollFwd{} / \ButtonScrollBack}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight{} / \TouchTopMiddle{} / \TouchBottomMiddle} \opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight{} / \TouchTopMiddle{} / \TouchBottomMiddle}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext{} / \ButtonUp{} / \ButtonDown}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Move the selector\\ & Move the selector\\
% %

View file

@ -69,7 +69,7 @@ Keys are as follows:
& Exit plugin \\ & Exit plugin \\
% %
\opt{PLAYER_PAD}{\ButtonStop} \opt{PLAYER_PAD}{\ButtonStop}
\opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft} \opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,PBELL_VIBE500_PAD}{\ButtonLeft}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IAUDIO_X5_PAD}{\ButtonPower} \opt{IAUDIO_X5_PAD}{\ButtonPower}
\opt{IRIVER_H10_PAD}{\ButtonFF} \opt{IRIVER_H10_PAD}{\ButtonFF}
@ -77,7 +77,6 @@ Keys are as follows:
\opt{GIGABEAT_PAD}{\ButtonA} \opt{GIGABEAT_PAD}{\ButtonA}
\opt{GIGABEAT_S_PAD}{\ButtonPrev} \opt{GIGABEAT_S_PAD}{\ButtonPrev}
\opt{MROBE100_PAD}{\ButtonDisplay} \opt{MROBE100_PAD}{\ButtonDisplay}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Restart round for the current player \\ & Restart round for the current player \\
% %

View file

@ -78,9 +78,8 @@ The default keymappings are:
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% ,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD%
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_FUZE_PAD} ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft} {\ButtonLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev}
\end{sideways} \end{sideways}
& &
% Key "5" % Key "5"
@ -100,9 +99,8 @@ The default keymappings are:
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% ,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD%
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_FUZE_PAD} ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonRight} {\ButtonRight}
\opt{PBELL_VIBE500_PAD}{\ButtonNext}
\end{sideways} \end{sideways}
& &
% Key "7" % Key "7"

View file

@ -10,15 +10,14 @@ The more blocks you remove per turn, the more points you get.
\nopt{touchscreen}{ \nopt{touchscreen}{
\opt{RECORDER_PAD,IRIVER_H10_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% \opt{RECORDER_PAD,IRIVER_H10_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% ,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD,SANSA_FUZE_PAD} ,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft/\ButtonRight/} {\ButtonLeft/\ButtonRight/}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD% ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD%
,SANSA_FUZE_PAD} ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonUp/\ButtonDown} {\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext{} / \ButtonUp{} / \ButtonDown}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Move the cursor around the blocks \\ & Move the cursor around the blocks \\
\opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}

View file

@ -9,10 +9,9 @@ This is a fully featured analogue and digital clock plugin.
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD% \opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD% ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD%
,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD} ,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft{} / \ButtonRight} {\ButtonLeft{} / \ButtonRight}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Cycle through modes \\ & Cycle through modes \\
\opt{RECORDER_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% \opt{RECORDER_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
@ -27,12 +26,11 @@ This is a fully featured analogue and digital clock plugin.
\opt{RECORDER_PAD}{\ButtonFOne} \opt{RECORDER_PAD}{\ButtonFOne}
\opt{IAUDIO_X5_PAD}{\ButtonRec} \opt{IAUDIO_X5_PAD}{\ButtonRec}
\opt{IRIVER_H300_PAD}{\ButtonMode} \opt{IRIVER_H300_PAD}{\ButtonMode}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonMenu} {\ButtonMenu}
\opt{SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonDown} \opt{SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonDown}
\opt{IRIVER_H10_PAD}{\ButtonFF} \opt{IRIVER_H10_PAD}{\ButtonFF}
\opt{COWON_D2_PAD}{\ButtonMenu{} or \TouchTopLeft} \opt{COWON_D2_PAD}{\ButtonMenu{} or \TouchTopLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Main Menu \\ & Main Menu \\
\opt{RECORDER_PAD}{\ButtonPlay} \opt{RECORDER_PAD}{\ButtonPlay}

View file

@ -28,10 +28,9 @@ peg in the wrong position.
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Check suggestion and move to next line \\ & Check suggestion and move to next line \\
\opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% \opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_4G_PAD} ,SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_4G_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft\ / \ButtonRight} {\ButtonLeft\ / \ButtonRight}
\opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight} \opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Select a peg \\ & Select a peg \\
\opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD} \opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD}

View file

@ -24,7 +24,8 @@ This is a rotating cube screen saver in 3D.
\opt{COWON_D2_PAD}{\TouchCenter} \opt{COWON_D2_PAD}{\TouchCenter}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Pause\\ & Pause\\
\opt{PLAYER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu} \opt{PLAYER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonMenu}
\opt{RECORDER_PAD}{\ButtonFThree} \opt{RECORDER_PAD}{\ButtonFThree}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
@ -36,11 +37,10 @@ This is a rotating cube screen saver in 3D.
& Cycle draw mode\\ & Cycle draw mode\\
\opt{ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,RECORDER_PAD% \opt{ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,RECORDER_PAD%
,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% ,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD} ,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD}
{\ButtonRight{} / \ButtonLeft} {\ButtonRight{} / \ButtonLeft}
\opt{PLAYER_PAD}{\ButtonOn+\ButtonRight{} / \ButtonOn+\ButtonLeft} \opt{PLAYER_PAD}{\ButtonOn+\ButtonRight{} / \ButtonOn+\ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Select axis to adjust\\ & Select axis to adjust\\
\opt{PLAYER_PAD}{\ButtonRight{} / \ButtonLeft} \opt{PLAYER_PAD}{\ButtonRight{} / \ButtonLeft}

View file

@ -7,10 +7,10 @@ Demystify is a screen saver like demo.\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}
{\ButtonUp\ / \ButtonDown} {\ButtonUp\ / \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} ,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD
,PBELL_VIBE500_PAD}
{\ButtonRight\ / \ButtonLeft} {\ButtonRight\ / \ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& 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}

View file

@ -100,17 +100,15 @@ Rockdoom options, you will need to quit your current game and restart the plugin
% %
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD}{\ButtonLeft} ,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Turn Left \\ & Turn Left \\
% %
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD}{\ButtonRight} ,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonRight}
\opt{COWON_D2_PAD}{\TouchMidRight} \opt{COWON_D2_PAD}{\TouchMidRight}
\opt{PBELL_VIBE500_PAD}{\ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Turn Right \\ & Turn Right \\
% %

View file

@ -17,19 +17,17 @@ Fire is a demo displaying a fire effect.
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD% \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD%
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonLeft} ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Toggle flame type\\ & Toggle flame type\\
\opt{RECORDER_PAD}{\ButtonPlay} \opt{RECORDER_PAD}{\ButtonPlay}
\opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD% ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
,GIGABEAT_S_PAD,MROBE100_PAD} ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonRight} {\ButtonRight}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
\opt{COWON_D2_PAD}{\TouchMidRight} \opt{COWON_D2_PAD}{\TouchMidRight}
\opt{PBELL_VIBE500_PAD}{\ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Toggle moving flames\\ & Toggle moving flames\\
\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,13 +10,12 @@ a screen containing tokens of only one colour.
\opt{PLAYER_PAD}{\ButtonOn{} / \ButtonMenu{} / \ButtonLeft{} / \ButtonRight} \opt{PLAYER_PAD}{\ButtonOn{} / \ButtonMenu{} / \ButtonLeft{} / \ButtonRight}
\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%
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,MROBE100_PAD} ,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight} \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight} \opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight}
\opt{PBELL_VIBE500_PAD}{\ButtonUp{} / \ButtonDown{} / \ButtonPrev{} / \ButtonNext}
& Move the cursor \\ & Move the cursor \\
\opt{PLAYER_PAD,RECORDER_PAD}{\ButtonPlay} \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu} \opt{ONDIO_PAD}{\ButtonMenu}

View file

@ -8,13 +8,12 @@ This demonstration draws fractal images from the Mandelbrot set%
\opt{HAVEREMOTEKEYMAP}{&} \opt{HAVEREMOTEKEYMAP}{&}
& Move about the image\\ & Move about the image\\
% %
\opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} \opt{RECORDER_PAD,IRIVER_H10_PAD,PBELL_VIBE500_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,MROBE100_PAD}{\ButtonSelect} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd}
\opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} \opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{COWON_D2_PAD}{\TouchTopRight} \opt{COWON_D2_PAD}{\TouchTopRight}
\opt{PBELL_VIBE500_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Zoom in\\ & Zoom in\\
% %

View file

@ -57,14 +57,13 @@ classic commercial Infocom games:
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Press enter\\ & Press enter\\
\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,PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD% \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
,GIGABEAT_PAD,MROBE100_PAD} ,GIGABEAT_PAD,MROBE100_PAD}
{\ButtonPower} {\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome} \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack} \opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{COWON_D2_PAD}{\ButtonPower{} or \TouchBottomRight} \opt{COWON_D2_PAD}{\ButtonPower{} or \TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& \opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
} }

View file

@ -77,8 +77,7 @@ these markers:
Move cursor down Move cursor down
\\ \\
\nopt{COWON_D2_PAD,PBELL_VIBE500_PAD}{\ButtonLeft} \nopt{COWON_D2_PAD}{\ButtonLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev}
\opt{COWON_D2_PAD}{\TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidLeft}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
@ -88,8 +87,7 @@ these markers:
node in the game tree if in \emph{tree} navigation mode} node in the game tree if in \emph{tree} navigation mode}
\\ \\
\nopt{COWON_D2_PAD,PBELL_VIBE500_PAD}{\ButtonRight} \nopt{COWON_D2_PAD}{\ButtonRight}
\opt{PBELL_VIBE500_PAD}{\ButtonNext}
\opt{COWON_D2_PAD}{\TouchMidRight} \opt{COWON_D2_PAD}{\TouchMidRight}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
@ -129,7 +127,7 @@ these markers:
\opt{IAUDIO_X5_PAD}{\ButtonPlay}% \opt{IAUDIO_X5_PAD}{\ButtonPlay}%
\opt{RECORDER_PAD}{\ButtonFOne} \opt{RECORDER_PAD}{\ButtonFOne}
\opt{COWON_D2_PAD}{\TouchBottomLeft} \opt{COWON_D2_PAD}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonPrev} \opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonLeft}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
&} &}
@ -145,7 +143,7 @@ these markers:
\opt{IAUDIO_X5_PAD}{\ButtonRec}% \opt{IAUDIO_X5_PAD}{\ButtonRec}%
\opt{RECORDER_PAD}{\ButtonFThree} \opt{RECORDER_PAD}{\ButtonFThree}
\opt{COWON_D2_PAD}{\TouchBottomRight} \opt{COWON_D2_PAD}{\TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonNext} \opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonRight}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
&} &}
@ -157,12 +155,11 @@ these markers:
,SANSA_C200_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{\ButtonPower}% ,SANSA_C200_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{\ButtonPower}%
\opt{MROBE100_PAD}{\ButtonDisplay}% \opt{MROBE100_PAD}{\ButtonDisplay}%
\opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{Long \ButtonSelect}% \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{Long \ButtonSelect}%
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}% \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}%
\opt{RECORDER_PAD}{\ButtonFTwo}% \opt{RECORDER_PAD}{\ButtonFTwo}%
\opt{ONDIO_PAD}{Long \ButtonMenu} \opt{ONDIO_PAD}{Long \ButtonMenu}
\opt{COWON_D2_PAD}{\TouchTopLeft} \opt{COWON_D2_PAD}{\TouchTopLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonMenu}
& &
\opt{HAVEREMOTEKEYMAP}{ \opt{HAVEREMOTEKEYMAP}{
&} &}

View file

@ -9,19 +9,17 @@ increase speed, drop down and reverse direction after every pass!
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
,IPOD_1G2G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_E200_PAD% ,IPOD_1G2G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,GIGABEAT_S_PAD,IRIVER_H10_PAD} ,SANSA_FUZE_PAD,GIGABEAT_S_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft} {\ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidLeft{}, \TouchBottomLeft{} or \ButtonMinus} \opt{COWON_D2_PAD}{\TouchMidLeft{}, \TouchBottomLeft{} or \ButtonMinus}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Move left \\ & Move left \\
% %
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
,IPOD_1G2G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_E200_PAD% ,IPOD_1G2G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,GIGABEAT_S_PAD,IRIVER_H10_PAD} ,SANSA_FUZE_PAD,GIGABEAT_S_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{\ButtonRight} {\ButtonRight}
\opt{COWON_D2_PAD}{\TouchMidRight{}, \TouchBottomRight{} or \ButtonPlus} \opt{COWON_D2_PAD}{\TouchMidRight{}, \TouchBottomRight{} or \ButtonPlus}
\opt{PBELL_VIBE500_PAD}{\ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Move right \\ & Move right \\
% %

View file

@ -16,17 +16,16 @@ In puzzle mode the aim of the game is to connect the puzzles, by skilful swappin
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{RECORDER_PAD,IRIVER_H10_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% \opt{RECORDER_PAD,IRIVER_H10_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD% ,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD%
,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD} ,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft/\ButtonRight/} {\ButtonLeft/\ButtonRight/}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD% ,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD%
,GIGABEAT_S_PAD} ,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}
{\ButtonUp/\ButtonDown} {\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay} \opt{IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay}
\opt{IPOD_3G_PAD}{\ButtonScrollBack/\ButtonScrollFwd} \opt{IPOD_3G_PAD}{\ButtonScrollBack/\ButtonScrollFwd}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchMidLeft/\TouchMidRight/\TouchTopMiddle/\TouchBottomMiddle} \opt{COWON_D2_PAD}{\TouchMidLeft/\TouchMidRight/\TouchTopMiddle/\TouchBottomMiddle}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{}/\ButtonNext{}/\ButtonUp{}/\ButtonDown}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Move the cursor around the jewels \\ & Move the cursor around the jewels \\
\opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}

View file

@ -16,16 +16,15 @@ view a bigger file you may need to stop playback.}
\begin{btnmap}{}{} \begin{btnmap}{}{}
\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%
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,MROBE100_PAD} ,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonUp\ / \ButtonDown}% {\ButtonUp\ / \ButtonDown}%
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu\ / \ButtonPlay}% \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu\ / \ButtonPlay}%
\opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} % \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} %
\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%
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD} ,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{/ \ButtonLeft\ / \ButtonRight} {/ \ButtonLeft\ / \ButtonRight}
\opt{COWON_D2_PAD}{} \opt{COWON_D2_PAD}{}
\opt{PBELL_VIBE500_PAD}{\ButtonUp\ / \ButtonDown\ / \ButtonPrev\ / \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Move around in zoomed in image\\ & Move around in zoomed in image\\
\opt{RECORDER_PAD}{\ButtonPlay} \opt{RECORDER_PAD}{\ButtonPlay}
@ -61,7 +60,7 @@ view a bigger file you may need to stop playback.}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight} \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight}
\opt{GIGABEAT_S_PAD}{\ButtonNext} \opt{GIGABEAT_S_PAD}{\ButtonNext}
\opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight} \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight}
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonNext} \opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonRight}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Next jpeg in directory\\ & Next jpeg in directory\\
\opt{RECORDER_PAD}{\ButtonFTwo} \opt{RECORDER_PAD}{\ButtonFTwo}
@ -75,7 +74,7 @@ view a bigger file you may need to stop playback.}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft} \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft}
\opt{GIGABEAT_S_PAD}{\ButtonPrev} \opt{GIGABEAT_S_PAD}{\ButtonPrev}
\opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft} \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonPrev} \opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonLeft}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Previous jpeg in directory\\ & Previous jpeg in directory\\
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{%currently only defined for the sansa pads \opt{SANSA_E200_PAD,SANSA_C200_PAD}{%currently only defined for the sansa pads

View file

@ -7,10 +7,9 @@ You get an empty screen with maximum brightness.
\opt{lcd_color}{ \opt{lcd_color}{
\opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% \opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% ,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZE_PAD} ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft/\ButtonRight} {\ButtonLeft/\ButtonRight}
\opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight} \opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Toggle between colours\\ & Toggle between colours\\
} }

View file

@ -6,10 +6,9 @@ Demo showing the Rockbox logo bouncing around the screen.
\opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% \opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD% ,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD% ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
,IRIVER_H10_PAD} ,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{\ButtonRight\ / \ButtonLeft} {\ButtonRight\ / \ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidRight{}\ /\ \TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidRight{}\ /\ \TouchMidLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{}\ /\ \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Increase / decrease speed on the x-axis\\ & Increase / decrease speed on the x-axis\\
\opt{PLAYER_PAD}{\ButtonOn+\ButtonRight\ / \ButtonOn+\ButtonLeft} \opt{PLAYER_PAD}{\ButtonOn+\ButtonRight\ / \ButtonOn+\ButtonLeft}

View file

@ -23,9 +23,8 @@ Luckily, there are checkpoints at levels four and eight.
\opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,} \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
,SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,RECORDER_PAD,ONDIO_PAD% ,SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,RECORDER_PAD,ONDIO_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD} ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft{}, \ButtonRight} {\ButtonLeft{}, \ButtonRight}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{}, \ButtonNext}
\opt{COWON_D2_PAD}{\TouchMidLeft/\TouchMidRight/\TouchTopMiddle/\TouchBottomMiddle} \opt{COWON_D2_PAD}{\TouchMidLeft/\TouchMidRight/\TouchTopMiddle/\TouchBottomMiddle}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Move Character\\ & Move Character\\

View file

@ -36,10 +36,9 @@ on the appropriate button.
& Tap tempo \\ & Tap tempo \\
\opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% \opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_E200_PAD,SANSA_FUZE_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD} ,SANSA_E200_PAD,SANSA_FUZE_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft{} / \ButtonRight} {\ButtonLeft{} / \ButtonRight}
\opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight} \opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight}
\opt{PBELL_VIBE500_PAD}{\ButtonPrev{} / \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Adjust tempo \\ & Adjust tempo \\
\opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft\ / \ButtonOn+\ButtonRight} \opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft\ / \ButtonOn+\ButtonRight}

View file

@ -27,20 +27,19 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
% %
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,IAUDIO_X5_PAD,MROBE100_PAD,IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD% ,IAUDIO_X5_PAD,MROBE100_PAD,IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,IRIVER_H10_PAD,SANSA_C200_PAD} ,SANSA_FUZE_PAD,IRIVER_H10_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD}
{\ButtonRight/ \ButtonLeft} {\ButtonRight/ \ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonNext/ \ButtonPrev}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Skip 3 seconds forward/ backward\\ & Skip 3 seconds forward/ backward\\
% %
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{\ButtonPlay}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD}{\ButtonUp} \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD}{\ButtonUp}
\opt{GIGABEAT_PAD}{\ButtonA} \opt{GIGABEAT_PAD}{\ButtonA}
\opt{MROBE100_PAD}{\ButtonDisplay} \opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{\TouchCenter} \opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Pause/Resume playback\\ & Pause/Resume playback\\
% %

View file

@ -15,14 +15,12 @@ the location of a mine, it can be tagged to avoid accidentally
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
\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%
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,MROBE100_PAD} ,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
\opt{IRIVER_H10_PAD} \opt{IRIVER_H10_PAD}
{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight} {\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
\opt{COWON_D2_PAD} \opt{COWON_D2_PAD}
{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight} {\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight}
\opt{PBELL_VIBE500_PAD}
{\ButtonUp{} / \ButtonDown{} / \ButtonPrev{} / \ButtonNext}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Move the cursor across the minefield \\ & Move the cursor across the minefield \\
% %
@ -34,14 +32,13 @@ the location of a mine, it can be tagged to avoid accidentally
\opt{ONDIO_PAD}{\ButtonMenu} \opt{ONDIO_PAD}{\ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} / \ButtonRec} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} / \ButtonRec}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
\opt{SANSA_E200_PAD}{\ButtonRec} \opt{SANSA_E200_PAD}{\ButtonRec}
\opt{SANSA_FUZE_PAD}{\ButtonScrollFwd} \opt{SANSA_FUZE_PAD}{\ButtonScrollFwd}
\opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolDown} \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolDown}
\opt{GIGABEAT_PAD}{\ButtonA} \opt{GIGABEAT_PAD}{\ButtonA}
\opt{MROBE100_PAD}{\ButtonDisplay} \opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{\TouchCenter} \opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Toggle flag on / off \\ & Toggle flag on / off \\
% %
@ -65,9 +62,8 @@ the location of a mine, it can be tagged to avoid accidentally
\opt{SANSA_E200_PAD}{Long \ButtonRec} \opt{SANSA_E200_PAD}{Long \ButtonRec}
\opt{SANSA_FUZE_PAD}{\ButtonScrollBack} \opt{SANSA_FUZE_PAD}{\ButtonScrollBack}
\opt{IRIVER_H10_PAD}{\ButtonRew+\ButtonPlay} \opt{IRIVER_H10_PAD}{\ButtonRew+\ButtonPlay}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchBottomRight} \opt{COWON_D2_PAD}{\TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Display the current game status \\ & Display the current game status \\
% %

View file

@ -408,7 +408,7 @@ detail in the following paragraph.
\opt{vibe500}{ \opt{vibe500}{
Hold or lay the \dap{} so that the side with the controls and Hold or lay the \dap{} so that the side with the controls and
LCD is facing towards you. Below the LCD is the touch sensitive pad with the \ButtonMenu{}, LCD is facing towards you. Below the LCD is the touch sensitive pad with the \ButtonMenu{},
\ButtonPlay{}, \ButtonPrev{}, \ButtonNext{} controls and the scroll pad in the centre. The \ButtonPlay{}, \ButtonLeft{}, \ButtonRight{} controls and the scroll pad in the centre. The
scroll pad is oriented vertically and it is between the \ButtonOK{} and \ButtonCancel{} buttons. scroll pad is oriented vertically and it is between the \ButtonOK{} and \ButtonCancel{} buttons.
Sliding the finger between these buttons down or up acts as \ButtonDown{} or \ButtonUp{} Sliding the finger between these buttons down or up acts as \ButtonDown{} or \ButtonUp{}
action respectively. Note that the scroll pad is sensitive, so you will need to move action respectively. Note that the scroll pad is sensitive, so you will need to move