summaryrefslogtreecommitdiff
path: root/manual/platform/c200.tex
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2008-03-29 00:19:25 +0000
committerMarianne Arnold <pixelma@rockbox.org>2008-03-29 00:19:25 +0000
commit6f027bbe252cb3447deb92a38f3a2efebe7f0498 (patch)
tree34626ce18a6e4cc421112c8ed4ce32ef58164f71 /manual/platform/c200.tex
parent58787280b808838b9812258645d6df69591bbb37 (diff)
downloadrockbox-6f027bbe252cb3447deb92a38f3a2efebe7f0498.tar.gz
rockbox-6f027bbe252cb3447deb92a38f3a2efebe7f0498.zip
Add some more missing Action commands to the H10s' and recording capable Ipods'platform files which should fix the manuals for good. Also renamed ActionSettings* to ActionRecSettings* to avoid confusion with ActionSetting* ... (which is really different on most targets).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16871 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/c200.tex')
-rw-r--r--manual/platform/c200.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/platform/c200.tex b/manual/platform/c200.tex
index b0e586e94b..a43aa4a3b3 100644
--- a/manual/platform/c200.tex
+++ b/manual/platform/c200.tex
@@ -102,11 +102,11 @@
102 102
103%Button actions, Recording screen context 103%Button actions, Recording screen context
104\newcommand{\ActionRecPause}{\ButtonUp} 104\newcommand{\ActionRecPause}{\ButtonUp}
105\newcommand{\ActionRecExit}{\ButtonPower} 105\newcommand{\ActionRecExit}{Long \ButtonPower}
106\newcommand{\ActionRecNewfile}{\ButtonRec} 106\newcommand{\ActionRecNewfile}{\ButtonRec}
107\newcommand{\ActionRecMenu}{Long \ButtonDown} 107\newcommand{\ActionRecMenu}{Long \ButtonDown}
108\newcommand{\ActionSettingsInc}{\ButtonRight} 108\newcommand{\ActionRecSettingsInc}{\ButtonRight}
109\newcommand{\ActionSettingsDec}{\ButtonLeft} 109\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
110 110
111\newcommand{\ActionQuickscreenExit}{\ButtonPower} 111\newcommand{\ActionQuickscreenExit}{\ButtonPower}
112 112