1
0
Fork 0
forked from len0rd/rockbox

Add remote keymappings to the Gigabeat F/X and Gigabeat S manuals.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22476 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alex Parker 2009-08-23 18:01:25 +00:00
parent 62cba940d8
commit ccb6990ad5
7 changed files with 19 additions and 9 deletions

View file

@ -333,7 +333,7 @@ change to customise your listening experience.
\opt{SANSA_E200_PAD}{\ButtonScrollBack}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonRight}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCFF}
\opt{IRIVER_RC_H100_PAD,GIGABEAT_RC_PAD}{\ButtonRCFF}
}
& Raises the highlighted parameter.\\
%
@ -342,7 +342,7 @@ change to customise your listening experience.
\opt{SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonLeft}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCRew}
\opt{IRIVER_RC_H100_PAD,GIGABEAT_RC_PAD}{\ButtonRCRew}
}
& Lowers the highlighted parameter.\\
%
@ -350,18 +350,21 @@ change to customise your listening experience.
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonLeft}
\opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonUp}
\opt{HAVEREMOTEKEYMAP}{& }
\opt{GIGABEAT_RC_PAD}{\ButtonRCVolUp}
& Moves to the previous EQ band. \\
%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRight}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonRight}
\opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown}
\opt{HAVEREMOTEKEYMAP}{& }
\opt{GIGABEAT_RC_PAD}{\ButtonRCVolDown}
& Moves to the next EQ band. \\
%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
\opt{IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD,SANSA_E200_PAD}{\ButtonSelect}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCSelect}
\opt{GIGABEAT_RC_PAD}{\ButtonRCPlay}
}
& Toggles the cursor among the three parameters (gain, center frequency,
Q) for the selected EQ band.\\
@ -373,6 +376,7 @@ change to customise your listening experience.
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonPower}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
\opt{GIGABEAT_RC_PAD}{\ButtonRCDsp}
}
& Exits the graphic EQ screen.\\
\end{btnmap}

View file

@ -7,6 +7,8 @@
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
\edef\UseOption{\UseOption,gigabeat}
\edef\UseOption{\UseOption,GIGABEAT_RC_PAD}
\edef\UseOption{\UseOption,HAVEREMOTEKEYMAP}
\newcommand{\playerman}{Toshiba}
\newcommand{\playertype}{Gigabeat F and X Series}
@ -24,3 +26,4 @@
% link external keymap file
\input{platform/keymap-gigabeatf.tex}
\input{platform/remote-keymap-gigabeat.tex}

View file

@ -6,6 +6,8 @@
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,gigabeat}
\edef\UseOption{\UseOption,GIGABEAT_RC_PAD}
\edef\UseOption{\UseOption,HAVEREMOTEKEYMAP}
\newcommand{\playerman}{Toshiba}
\newcommand{\playertype}{Gigabeat S Series}
@ -23,3 +25,4 @@
% link external keymap file
\input{platform/keymap-gigabeats.tex}
\input{platform/remote-keymap-gigabeat.tex}

View file

@ -22,8 +22,8 @@
\newcommand{\ActionRCWpsPlay}{\ButtonRCPlay}
\newcommand{\ActionRCWpsSkipNext}{\ButtonRCFF}
\newcommand{\ActionRCWpsSkipPrev}{\ButtonRCRew}
\newcommand{\ActionRCWpsSeekBack}{Long \ButtonRCFF}
\newcommand{\ActionRCWpsSeekFwd}{Long \ButtonRCRew}
\newcommand{\ActionRCWpsSeekBack}{Long \ButtonRCRew}
\newcommand{\ActionRCWpsSeekFwd}{Long \ButtonRCFF}
\newcommand{\ActionRCWpsAbSetBNextDir}{}
\newcommand{\ActionRCWpsAbSetAPrevDir}{}
\newcommand{\ActionRCWpsStop}{Long \ButtonRCPlay}
@ -40,8 +40,8 @@
%Button actions, tree context
\newcommand{\ActionRCTreeWps}{\ButtonRCPlay}
\newcommand{\ActionRCTreeStop}{Long \ButtonRCPlay}
\newcommand{\ActionRCTreeEnter}{}
\newcommand{\ActionRCTreeParentDirectory}{}
\newcommand{\ActionRCTreeEnter}{\ButtonRCFF}
\newcommand{\ActionRCTreeParentDirectory}{\ButtonRCRew}
%Button actions, YesNo context
\newcommand{\ActionRCYesNoAccept}{\ButtonRCPlay}

View file

@ -20,7 +20,6 @@ option and choose \setting{mpegplayer}.
& Stop\\
\nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsVolUp{} / \ActionWpsVolDown}
\opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonLeft{} or \ButtonVolDown{} /
\opt{HAVEREMOTEKEYMAP}{& }
\ButtonRight{} or \ButtonVolUp}
\opt{HAVEREMOTEKEYMAP}{& }
& Adjust volume up / down\\

View file

@ -55,7 +55,7 @@ the \setting{Show Files} setting to all.
\ButtonOn+\ButtonUp{}/ \ButtonDown
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCSource{}/ \ButtonRCBitrate}
}
}
& Move one page up/down in the list.\\
}
\opt{IRIVER_H10_PAD}

View file

@ -96,6 +96,7 @@ your WPS (While Playing Screen).
%
\opt{ONDIO_PAD}{\ActionWpsContext{} twice}%
\nopt{ONDIO_PAD}{\ActionWpsMenu}%
\opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsMenu}
& Enter \setting{Main Menu}%
\opt{ONDIO_PAD}{ via the \setting{WPS Context Menu}}.\\%
%
@ -153,7 +154,7 @@ your WPS (While Playing Screen).
\opt{HAVEREMOTEKEYMAP}{
&
\opt{IRIVER_RC_H100_PAD}{\ActionRCWpsAbSetAPrevDir{} or}
Short \ActionRCWpsSkipNext{} + Long \ActionRCWpsSkipNext}
Short \ActionRCWpsSkipPrev{} + Long \ActionRCWpsSkipPrev}
& Skip to the previous directory.\\
%
\opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{