summaryrefslogtreecommitdiff
path: root/manual/platform/e200.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-02-03 20:55:25 +0000
committerNils Wallménius <nils@rockbox.org>2008-02-03 20:55:25 +0000
commit191ffdc498b6c3ef6a065bd4fa8d7cd1ecfe90b1 (patch)
treef2c4fd619beb0c913be1ebc9caa21f197d2c23e5 /manual/platform/e200.tex
parente400010eda4251b54b9d0923716f844589b3eba9 (diff)
downloadrockbox-191ffdc498b6c3ef6a065bd4fa8d7cd1ecfe90b1.tar.gz
rockbox-191ffdc498b6c3ef6a065bd4fa8d7cd1ecfe90b1.zip
Convert the fmradio section in the mainmenu chapter to use button action macros. Fix FS#8325 wrong buttons in the buttontable for h10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16211 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/e200.tex')
-rw-r--r--manual/platform/e200.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex
index db3bbf6685..faaa87512a 100644
--- a/manual/platform/e200.tex
+++ b/manual/platform/e200.tex
@@ -117,3 +117,16 @@
117\newcommand{\ActionRecMenu}{\ButtonDown} 117\newcommand{\ActionRecMenu}{\ButtonDown}
118\newcommand{\ActionSettingsInc}{\ButtonRight} 118\newcommand{\ActionSettingsInc}{\ButtonRight}
119\newcommand{\ActionSettingsDec}{\ButtonLeft} 119\newcommand{\ActionSettingsDec}{\ButtonLeft}
120
121%Button actions, FM radio context
122\newcommand{\ActionFMPreset}{\ButtonSelect}
123\newcommand{\ActionFMMenu}{Long \ButtonSelect}
124\newcommand{\ActionFMMode}{Long \ButtonUp}
125\newcommand{\ActionFMStop}{\ButtonPower}
126\newcommand{\ActionFMExit}{\ButtonDown}
127\newcommand{\ActionFMPlay}{\ButtonUp}
128\newcommand{\ActionFMSettingsInc}{\ButtonUp}
129\newcommand{\ActionFMSettingsDec}{\ButtonDown}
130\newcommand{\ActionFMPrev}{\ActionSettingsInc}
131\newcommand{\ActionFMNext}{\ActionSettingsDec}
132