From 6e430365abea4e1737eaa6202351c20d48228347 Mon Sep 17 00:00:00 2001 From: Michael Chicoine Date: Fri, 27 Nov 2009 17:19:01 +0000 Subject: Manual - correct FM Radio volume key mapping problems on Fuze, Gigabeat S (remote), e200, and e200v2 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23773 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/keymap-e200.tex | 4 ++-- manual/platform/keymap-fuze.tex | 4 ++-- manual/platform/remote-keymap-gigabeat.tex | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manual/platform/keymap-e200.tex b/manual/platform/keymap-e200.tex index ce2bc5a47a..253e8898eb 100644 --- a/manual/platform/keymap-e200.tex +++ b/manual/platform/keymap-e200.tex @@ -101,8 +101,8 @@ \newcommand{\ActionFMStop}{\ButtonPower} \newcommand{\ActionFMExit}{\ButtonDown} \newcommand{\ActionFMPlay}{\ButtonUp} -\newcommand{\ActionFMSettingsInc}{\ButtonUp} -\newcommand{\ActionFMSettingsDec}{\ButtonDown} +\newcommand{\ActionFMSettingsInc}{\ButtonScrollFwd} +\newcommand{\ActionFMSettingsDec}{\ButtonScrollBack} \newcommand{\ActionFMPrev}{\ActionRecSettingsInc} \newcommand{\ActionFMNext}{\ActionRecSettingsDec} diff --git a/manual/platform/keymap-fuze.tex b/manual/platform/keymap-fuze.tex index 46ddc8ba62..8c4935c013 100644 --- a/manual/platform/keymap-fuze.tex +++ b/manual/platform/keymap-fuze.tex @@ -100,8 +100,8 @@ \newcommand{\ActionFMStop}{Long \ButtonHome} \newcommand{\ActionFMExit}{\ButtonDown} \newcommand{\ActionFMPlay}{\ButtonUp} -\newcommand{\ActionFMSettingsInc}{\ButtonUp} %? -\newcommand{\ActionFMSettingsDec}{\ButtonDown} %? +\newcommand{\ActionFMSettingsInc}{\ButtonScrollFwd} +\newcommand{\ActionFMSettingsDec}{\ButtonScrollBack} \newcommand{\ActionFMPrev}{\ButtonLeft} \newcommand{\ActionFMNext}{\ButtonRight} diff --git a/manual/platform/remote-keymap-gigabeat.tex b/manual/platform/remote-keymap-gigabeat.tex index 5acae3a9f9..a0a06ebf98 100644 --- a/manual/platform/remote-keymap-gigabeat.tex +++ b/manual/platform/remote-keymap-gigabeat.tex @@ -94,11 +94,11 @@ \newcommand{\ActionRCFMExit}{\ButtonRCDsp} \newcommand{\ActionRCFMPlay}{\ButtonRCPlay} \newcommand{\ActionRCFMSettingsInc}{\ActionRCSettingInc} -\newcommand{\ActionRCFMSettingsDec}{\ActionRCSettingInc} +\newcommand{\ActionRCFMSettingsDec}{\ActionRCSettingDec} \newcommand{\ActionRCFMPrev}{\ButtonRCRew} \newcommand{\ActionRCFMNext}{\ButtonRCFF} \newcommand{\ActionRCFMVolUp}{\ButtonRCVolUp} \newcommand{\ActionRCFMVolDown}{\ButtonRCVolDown} %Button actions, Bookmark screen context -\newcommand{\ActionRCBmDelete}{Long \ButtonRCDsp} \ No newline at end of file +\newcommand{\ActionRCBmDelete}{Long \ButtonRCDsp} -- cgit v1.2.3