From 191ffdc498b6c3ef6a065bd4fa8d7cd1ecfe90b1 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 3 Feb 2008 20:55:25 +0000 Subject: 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 --- manual/platform/e200.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'manual/platform/e200.tex') 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 @@ \newcommand{\ActionRecMenu}{\ButtonDown} \newcommand{\ActionSettingsInc}{\ButtonRight} \newcommand{\ActionSettingsDec}{\ButtonLeft} + +%Button actions, FM radio context +\newcommand{\ActionFMPreset}{\ButtonSelect} +\newcommand{\ActionFMMenu}{Long \ButtonSelect} +\newcommand{\ActionFMMode}{Long \ButtonUp} +\newcommand{\ActionFMStop}{\ButtonPower} +\newcommand{\ActionFMExit}{\ButtonDown} +\newcommand{\ActionFMPlay}{\ButtonUp} +\newcommand{\ActionFMSettingsInc}{\ButtonUp} +\newcommand{\ActionFMSettingsDec}{\ButtonDown} +\newcommand{\ActionFMPrev}{\ActionSettingsInc} +\newcommand{\ActionFMNext}{\ActionSettingsDec} + -- cgit v1.2.3