diff options
author | Nils Wallménius <nils@rockbox.org> | 2008-02-03 20:55:25 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2008-02-03 20:55:25 +0000 |
commit | 191ffdc498b6c3ef6a065bd4fa8d7cd1ecfe90b1 (patch) | |
tree | f2c4fd619beb0c913be1ebc9caa21f197d2c23e5 /manual/platform/h10_5gb.tex | |
parent | e400010eda4251b54b9d0923716f844589b3eba9 (diff) | |
download | rockbox-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/h10_5gb.tex')
-rw-r--r-- | manual/platform/h10_5gb.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index 4f1a450803..cded5815e2 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -110,3 +110,16 @@ \newcommand{\ActionPsNudgeRight}{\ButtonFF} \newcommand{\ActionPsReset}{\ButtonPlay} \newcommand{\ActionPsExit}{\ButtonLeft} + +%Button actions, FM radio context +\newcommand{\ActionFMPreset}{\ButtonRight} +\newcommand{\ActionFMMenu}{Long \ButtonRight} +\newcommand{\ActionFMMode}{\ButtonLeft} +\newcommand{\ActionFMStop}{Long \ButtonPlay} +\newcommand{\ActionFMExit}{\ButtonPower} +\newcommand{\ActionFMPlay}{\ButtonPlay} +\newcommand{\ActionFMSettingsInc}{\ButtonScrollUp} +\newcommand{\ActionFMSettingsDec}{\ButtonScrollDown} +\newcommand{\ActionFMPrev}{\ButtonRew} +\newcommand{\ActionFMNext}{\ButtonFF} + |