summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Louis Biasini <jlbiasini@gmail.com>2013-07-01 20:05:59 +0300
committerAmaury Pouly <amaury.pouly@gmail.com>2013-07-16 15:04:49 +0200
commitec52afc96b44bd5d7bfae1d494c94555aeeeb932 (patch)
treeb9b3b52fdf1ecfbb50db66e71f4e9ae87ca2e7fe
parent43e52e34ed7c9a9b08ab706b75dd608f53d0b4cc (diff)
downloadrockbox-ec52afc96b44bd5d7bfae1d494c94555aeeeb932.tar.gz
rockbox-ec52afc96b44bd5d7bfae1d494c94555aeeeb932.zip
[Manual] Document soft lock for FM
After the recent soft lock implementation for FM, this adds the related information in the manual for Fuze+ and Clip/clip+ (basicaly it's a copy/paste from WPS section). Change-Id: I23c39d7b3763eb2b9897187baa3a9b2663003cf7 Reviewed-on: http://gerrit.rockbox.org/495 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
-rw-r--r--manual/main_menu/fmradio.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/main_menu/fmradio.tex b/manual/main_menu/fmradio.tex
index 36468a1835..1ba67de068 100644
--- a/manual/main_menu/fmradio.tex
+++ b/manual/main_menu/fmradio.tex
@@ -89,6 +89,14 @@
89 \ActionFMMenu 89 \ActionFMMenu
90 \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMMenu} 90 \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMMenu}
91 & Display the FM radio settings menu.\\ 91 & Display the FM radio settings menu.\\
92 %
93 % software hold targets
94 \nopt{hold_button}{%
95 \opt{SANSA_CLIP_PAD}{\ButtonHome+\ButtonSelect}
96 \opt{SANSA_FUZEPLUS_PAD}{\ButtonPower}
97 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
98 & Key lock (software hold switch) on/off.\\
99 }%
92 \end{btnmap} 100 \end{btnmap}
93 101
94 \begin{description} 102 \begin{description}