From ccb6990ad59e79053a1157ba5c75c960782df36b Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Sun, 23 Aug 2009 18:01:25 +0000 Subject: 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 --- manual/platform/gigabeatf.tex | 3 +++ manual/platform/gigabeats.tex | 3 +++ manual/platform/remote-keymap-gigabeat.tex | 8 ++++---- 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'manual/platform') diff --git a/manual/platform/gigabeatf.tex b/manual/platform/gigabeatf.tex index bad3372e97..e49f1593c8 100644 --- a/manual/platform/gigabeatf.tex +++ b/manual/platform/gigabeatf.tex @@ -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} diff --git a/manual/platform/gigabeats.tex b/manual/platform/gigabeats.tex index 29e64e4ee2..920eb1789f 100644 --- a/manual/platform/gigabeats.tex +++ b/manual/platform/gigabeats.tex @@ -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} diff --git a/manual/platform/remote-keymap-gigabeat.tex b/manual/platform/remote-keymap-gigabeat.tex index 083b90638e..9a93745bb8 100644 --- a/manual/platform/remote-keymap-gigabeat.tex +++ b/manual/platform/remote-keymap-gigabeat.tex @@ -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} -- cgit v1.2.3