summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorJean-Louis Biasini <jlbiasini@gmail.com>2013-07-15 18:28:54 +0300
committerAmaury Pouly <amaury.pouly@gmail.com>2013-07-16 15:06:31 +0200
commit5ba7e2ca72412a4e58a76f43738f6309b533e03f (patch)
treefacab06ba29495244b1df9372e4083d558e4f063 /manual
parentec52afc96b44bd5d7bfae1d494c94555aeeeb932 (diff)
downloadrockbox-5ba7e2ca72412a4e58a76f43738f6309b533e03f.tar.gz
rockbox-5ba7e2ca72412a4e58a76f43738f6309b533e03f.zip
[Fuze+][Keymaps] keymaps for radio and recorder update
1) Now that recording is working a few keymaps update are required. 2) also implement the radio.c file so that fm dedicated keymaps works. 3) implement some missing fm keymaps 4) manual updated accordingly Change-Id: I40be3e245853ccb9ed7a5bc5a76fe4ed90772272 Reviewed-on: http://gerrit.rockbox.org/513 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'manual')
-rw-r--r--manual/main_menu/fmradio.tex5
-rw-r--r--manual/platform/keymap-sansafuzeplus.tex9
2 files changed, 10 insertions, 4 deletions
diff --git a/manual/main_menu/fmradio.tex b/manual/main_menu/fmradio.tex
index 1ba67de068..b8c76291db 100644
--- a/manual/main_menu/fmradio.tex
+++ b/manual/main_menu/fmradio.tex
@@ -49,6 +49,11 @@
49 \opt{HAVEREMOTEKEYMAP}{& Long \ActionRCFMPrev, Long \ActionRCFMNext} 49 \opt{HAVEREMOTEKEYMAP}{& Long \ActionRCFMPrev, Long \ActionRCFMNext}
50 & Seek to next station in \setting{SCAN} mode.\\ 50 & Seek to next station in \setting{SCAN} mode.\\
51 % 51 %
52 \opt{SANSA_FUZEPLUS_PAD}{
53 \ActionFMPrevPreset, \ActionFMNextPreset
54 & Jump to next/previous preset station.\\
55 }
56 %
52 \ActionFMSettingsInc, \ActionFMSettingsDec 57 \ActionFMSettingsInc, \ActionFMSettingsDec
53 \opt{HAVEREMOTEKEYMAP}{ 58 \opt{HAVEREMOTEKEYMAP}{
54 & 59 &
diff --git a/manual/platform/keymap-sansafuzeplus.tex b/manual/platform/keymap-sansafuzeplus.tex
index 9f8c538d94..9b915f0f10 100644
--- a/manual/platform/keymap-sansafuzeplus.tex
+++ b/manual/platform/keymap-sansafuzeplus.tex
@@ -121,14 +121,15 @@
121\newcommand{\ActionRecNext}{\ButtonDown} 121\newcommand{\ActionRecNext}{\ButtonDown}
122 122
123%Button actions, FM radio context 123%Button actions, FM radio context
124\newcommand{\ActionFMMenu}{\fixme{tbd}} 124\newcommand{\ActionFMMenu}{Long \ButtonSelect}
125 125
126\newcommand{\ActionFMPreset}{\ButtonBottomRight} 126\newcommand{\ActionFMPreset}{Long \ButtonBottomRight}
127\newcommand{\ActionFMPlay}{\ButtonPlay} 127\newcommand{\ActionFMPlay}{\ButtonPlay}
128\newcommand{\ActionFMStop}{Long \ButtonPlay} 128\newcommand{\ActionFMStop}{Long \ButtonPlay}
129\newcommand{\ActionFMMode}{\ButtonBottomLeft} 129\newcommand{\ActionFMMode}{\ButtonSelect}
130\newcommand{\ActionFMExit}{\ButtonBack} 130\newcommand{\ActionFMExit}{\ButtonBack}
131 131\newcommand{\ActionFMPrevPreset}{\ButtonBottomLeft}
132\newcommand{\ActionFMNextPreset}{\ButtonBottomRight}
132\newcommand{\ActionFMSettingsInc}{\ActionSettingInc} 133\newcommand{\ActionFMSettingsInc}{\ActionSettingInc}
133\newcommand{\ActionFMSettingsDec}{\ActionSettingDec} 134\newcommand{\ActionFMSettingsDec}{\ActionSettingDec}
134\newcommand{\ActionFMPrev}{\ButtonLeft} 135\newcommand{\ActionFMPrev}{\ButtonLeft}