summaryrefslogtreecommitdiff
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
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
-rw-r--r--manual/main_menu/recording_screen.tex2
-rw-r--r--manual/platform/c200.tex6
-rw-r--r--manual/platform/e200.tex8
-rw-r--r--manual/platform/h10.tex8
-rw-r--r--manual/platform/h10_5gb.tex8
-rw-r--r--manual/platform/h1xx.tex4
-rw-r--r--manual/platform/h300.tex4
-rw-r--r--manual/platform/ipod4g.tex4
-rw-r--r--manual/platform/ipodcolor.tex4
-rw-r--r--manual/platform/ipodnano.tex4
-rw-r--r--manual/platform/ipodvideo.tex5
-rw-r--r--manual/platform/m5.tex4
-rw-r--r--manual/platform/ondiofm.tex4
-rw-r--r--manual/platform/recorder.tex4
-rw-r--r--manual/platform/recorderv2fm.tex4
-rw-r--r--manual/platform/x5.tex4
16 files changed, 44 insertions, 33 deletions
diff --git a/manual/main_menu/recording_screen.tex b/manual/main_menu/recording_screen.tex
index 55a3325655..278fc063cb 100644
--- a/manual/main_menu/recording_screen.tex
+++ b/manual/main_menu/recording_screen.tex
@@ -28,7 +28,7 @@ The controls for this screen are:
28 28
29 \ActionStdPrev{} / \ActionStdNext & Select setting.\\ 29 \ActionStdPrev{} / \ActionStdNext & Select setting.\\
30 % 30 %
31 \ActionSettingsDec{} / \ActionSettingsInc & Adjust selected setting.\\ 31 \ActionRecSettingsDec{} / \ActionRecSettingsInc & Adjust selected setting.\\
32 % 32 %
33 \ActionRecPause & Start recording.\\ 33 \ActionRecPause & Start recording.\\
34 & While recording: pause recording (press again to 34 & While recording: pause recording (press again to
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
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex
index b3ee602674..168fcd2f24 100644
--- a/manual/platform/e200.tex
+++ b/manual/platform/e200.tex
@@ -105,8 +105,8 @@
105\newcommand{\ActionRecExit}{\ButtonPower} 105\newcommand{\ActionRecExit}{\ButtonPower}
106\newcommand{\ActionRecNewfile}{\ButtonRec} 106\newcommand{\ActionRecNewfile}{\ButtonRec}
107\newcommand{\ActionRecMenu}{\ButtonDown} 107\newcommand{\ActionRecMenu}{\ButtonDown}
108\newcommand{\ActionSettingsInc}{\ButtonRight} 108\newcommand{\ActionRecSettingsInc}{\ButtonRight}
109\newcommand{\ActionSettingsDec}{\ButtonLeft} 109\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
110 110
111%Button actions, FM radio context 111%Button actions, FM radio context
112\newcommand{\ActionFMPreset}{\ButtonSelect} 112\newcommand{\ActionFMPreset}{\ButtonSelect}
@@ -117,6 +117,6 @@
117\newcommand{\ActionFMPlay}{\ButtonUp} 117\newcommand{\ActionFMPlay}{\ButtonUp}
118\newcommand{\ActionFMSettingsInc}{\ButtonUp} 118\newcommand{\ActionFMSettingsInc}{\ButtonUp}
119\newcommand{\ActionFMSettingsDec}{\ButtonDown} 119\newcommand{\ActionFMSettingsDec}{\ButtonDown}
120\newcommand{\ActionFMPrev}{\ActionSettingsInc} 120\newcommand{\ActionFMPrev}{\ActionRecSettingsInc}
121\newcommand{\ActionFMNext}{\ActionSettingsDec} 121\newcommand{\ActionFMNext}{\ActionRecSettingsDec}
122 122
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index a7a1c63f63..51c5c8c5e4 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -117,7 +117,9 @@
117\newcommand{\ActionFMNext}{\ButtonFF} 117\newcommand{\ActionFMNext}{\ButtonFF}
118 118
119%Button actions, Recording screen context 119%Button actions, Recording screen context
120\newcommand{\ActionRecPause}{\fixme{fix me}} 120\newcommand{\ActionRecPause}{\ButtonPlay}
121\newcommand{\ActionRecExit}{\fixme{fix me}} 121\newcommand{\ActionRecExit}{\ButtonLeft}
122\newcommand{\ActionRecMenu}{\fixme{fix me}} 122\newcommand{\ActionRecMenu}{\ButtonPower}
123\newcommand{\ActionRecSettingsInc}{\ActionSettingInc}
124\newcommand{\ActionRecSettingsDec}{\ActionSettingDec}
123 125
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
index c456bfb21f..7438e1cede 100644
--- a/manual/platform/h10_5gb.tex
+++ b/manual/platform/h10_5gb.tex
@@ -117,7 +117,9 @@
117\newcommand{\ActionFMNext}{\ButtonFF} 117\newcommand{\ActionFMNext}{\ButtonFF}
118 118
119%Button actions, Recording screen context 119%Button actions, Recording screen context
120\newcommand{\ActionRecPause}{\fixme{fix me}} 120\newcommand{\ActionRecPause}{\ButtonPlay}
121\newcommand{\ActionRecExit}{\fixme{fix me}} 121\newcommand{\ActionRecExit}{\ButtonLeft}
122\newcommand{\ActionRecMenu}{\fixme{fix me}} 122\newcommand{\ActionRecMenu}{\ButtonPower}
123\newcommand{\ActionRecSettingsInc}{\ActionSettingInc}
124\newcommand{\ActionRecSettingsDec}{\ActionSettingDec}
123 125
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index 2c0c616a60..c936efe0ea 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -104,8 +104,8 @@
104%Button actions, Recording screen context 104%Button actions, Recording screen context
105\newcommand{\ActionRecPause}{\ButtonOn} 105\newcommand{\ActionRecPause}{\ButtonOn}
106\newcommand{\ActionRecNewfile}{\ButtonRec} 106\newcommand{\ActionRecNewfile}{\ButtonRec}
107\newcommand{\ActionSettingsInc}{\ButtonRight} 107\newcommand{\ActionRecSettingsInc}{\ButtonRight}
108\newcommand{\ActionSettingsDec}{\ButtonLeft} 108\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
109\newcommand{\ActionRecMenu}{\ButtonMode} 109\newcommand{\ActionRecMenu}{\ButtonMode}
110\newcommand{\ActionRecExit}{\ButtonOff} 110\newcommand{\ActionRecExit}{\ButtonOff}
111 111
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index 02b1f6def9..f18a9eb2f3 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -104,8 +104,8 @@
104%Button actions, Recording screen context 104%Button actions, Recording screen context
105\newcommand{\ActionRecPause}{\ButtonOn} 105\newcommand{\ActionRecPause}{\ButtonOn}
106\newcommand{\ActionRecNewfile}{\ButtonRec} 106\newcommand{\ActionRecNewfile}{\ButtonRec}
107\newcommand{\ActionSettingsInc}{\ButtonRight} 107\newcommand{\ActionRecSettingsInc}{\ButtonRight}
108\newcommand{\ActionSettingsDec}{\ButtonLeft} 108\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
109\newcommand{\ActionRecMenu}{\ButtonMode} 109\newcommand{\ActionRecMenu}{\ButtonMode}
110\newcommand{\ActionRecExit}{\ButtonOff} 110\newcommand{\ActionRecExit}{\ButtonOff}
111 111
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index 991e00e5e3..fb1763e537 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -98,6 +98,8 @@
98 98
99%Button actions, Recording screen context 99%Button actions, Recording screen context
100\newcommand{\ActionRecPause}{\ButtonPlay} 100\newcommand{\ActionRecPause}{\ButtonPlay}
101\newcommand{\ActionRecExit}{\ButtonMenu} 101\newcommand{\ActionRecExit}{Long \ButtonPlay}
102\newcommand{\ActionRecMenu}{\fixme{fixme}} 102\newcommand{\ActionRecMenu}{\fixme{fixme}}
103\newcommand{\ActionRecSettingsInc}{\ActionSettingInc}
104\newcommand{\ActionRecSettingsDec}{\ActionSettingDec}
103 105
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index aa13111751..0f1b46b123 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -98,6 +98,8 @@
98 98
99%Button actions, Recording screen context 99%Button actions, Recording screen context
100\newcommand{\ActionRecPause}{\ButtonPlay} 100\newcommand{\ActionRecPause}{\ButtonPlay}
101\newcommand{\ActionRecExit}{\ButtonMenu} 101\newcommand{\ActionRecExit}{Long \ButtonPlay}
102\newcommand{\ActionRecMenu}{\fixme{fixme}} 102\newcommand{\ActionRecMenu}{\fixme{fixme}}
103\newcommand{\ActionRecSettingsInc}{\ActionSettingInc}
104\newcommand{\ActionRecSettingsDec}{\ActionSettingDec}
103 105
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index 15315cb62e..eb4f421397 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -97,6 +97,8 @@
97 97
98%Button actions, Recording screen context 98%Button actions, Recording screen context
99\newcommand{\ActionRecPause}{\ButtonPlay} 99\newcommand{\ActionRecPause}{\ButtonPlay}
100\newcommand{\ActionRecExit}{\ButtonMenu} 100\newcommand{\ActionRecExit}{Long \ButtonPlay}
101\newcommand{\ActionRecMenu}{\fixme{fixme}} 101\newcommand{\ActionRecMenu}{\fixme{fixme}}
102\newcommand{\ActionRecSettingsInc}{\ActionSettingInc}
103\newcommand{\ActionRecSettingsDec}{\ActionSettingDec}
102 104
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index 23dca0178c..3e89c80ba3 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -99,6 +99,7 @@
99 99
100%Button actions, Recording screen context 100%Button actions, Recording screen context
101\newcommand{\ActionRecPause}{\ButtonPlay} 101\newcommand{\ActionRecPause}{\ButtonPlay}
102\newcommand{\ActionRecExit}{\ButtonMenu} 102\newcommand{\ActionRecExit}{Long \ButtonPlay}
103\newcommand{\ActionRecMenu}{\fixme{fixme}} 103\newcommand{\ActionRecMenu}{\fixme{fixme}}
104 104\newcommand{\ActionRecSettingsInc}{\ActionSettingInc}
105\newcommand{\ActionRecSettingsDec}{\ActionSettingDec}
diff --git a/manual/platform/m5.tex b/manual/platform/m5.tex
index c5dae6e0f0..ef45ee0f86 100644
--- a/manual/platform/m5.tex
+++ b/manual/platform/m5.tex
@@ -92,7 +92,7 @@
92%Button actions, Recording screen context 92%Button actions, Recording screen context
93\newcommand{\ActionRecPause}{\ButtonPlay} 93\newcommand{\ActionRecPause}{\ButtonPlay}
94\newcommand{\ActionRecNewfile}{\ButtonRec} 94\newcommand{\ActionRecNewfile}{\ButtonRec}
95\newcommand{\ActionSettingsInc}{\ButtonRight} 95\newcommand{\ActionRecSettingsInc}{\ButtonRight}
96\newcommand{\ActionSettingsDec}{\ButtonLeft} 96\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
97\newcommand{\ActionRecMenu}{Long \ButtonRec} 97\newcommand{\ActionRecMenu}{Long \ButtonRec}
98\newcommand{\ActionRecExit}{Long \ButtonPlay} 98\newcommand{\ActionRecExit}{Long \ButtonPlay}
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex
index 7e14067f4b..b951e996f2 100644
--- a/manual/platform/ondiofm.tex
+++ b/manual/platform/ondiofm.tex
@@ -85,8 +85,8 @@
85 85
86%Button actions, Recording screen context 86%Button actions, Recording screen context
87\newcommand{\ActionRecPause}{\ButtonMenu} 87\newcommand{\ActionRecPause}{\ButtonMenu}
88\newcommand{\ActionSettingsInc}{\ButtonRight} 88\newcommand{\ActionRecSettingsInc}{\ButtonRight}
89\newcommand{\ActionSettingsDec}{\ButtonLeft} 89\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
90\newcommand{\ActionRecMenu}{Long \ButtonMenu} 90\newcommand{\ActionRecMenu}{Long \ButtonMenu}
91\newcommand{\ActionRecExit}{\ButtonOff} 91\newcommand{\ActionRecExit}{\ButtonOff}
92 92
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index c601ae2357..bc49518fa1 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -104,7 +104,7 @@
104\newcommand{\ActionRecPause}{\ButtonPlay} 104\newcommand{\ActionRecPause}{\ButtonPlay}
105\newcommand{\ActionRecFTwo}{\ButtonFTwo} 105\newcommand{\ActionRecFTwo}{\ButtonFTwo}
106\newcommand{\ActionRecFThree}{\ButtonFThree} 106\newcommand{\ActionRecFThree}{\ButtonFThree}
107\newcommand{\ActionSettingsInc}{\ButtonRight} 107\newcommand{\ActionRecSettingsInc}{\ButtonRight}
108\newcommand{\ActionSettingsDec}{\ButtonLeft} 108\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
109\newcommand{\ActionRecMenu}{\ButtonFOne} 109\newcommand{\ActionRecMenu}{\ButtonFOne}
110\newcommand{\ActionRecExit}{\ButtonOff} 110\newcommand{\ActionRecExit}{\ButtonOff}
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index 7190e51117..674217a3d2 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -109,8 +109,8 @@
109\newcommand{\ActionRecPause}{\ButtonPlay} 109\newcommand{\ActionRecPause}{\ButtonPlay}
110\newcommand{\ActionRecFTwo}{\ButtonFTwo} 110\newcommand{\ActionRecFTwo}{\ButtonFTwo}
111\newcommand{\ActionRecFThree}{\ButtonFThree} 111\newcommand{\ActionRecFThree}{\ButtonFThree}
112\newcommand{\ActionSettingsInc}{\ButtonRight} 112\newcommand{\ActionRecSettingsInc}{\ButtonRight}
113\newcommand{\ActionSettingsDec}{\ButtonLeft} 113\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
114\newcommand{\ActionRecMenu}{\ButtonFOne} 114\newcommand{\ActionRecMenu}{\ButtonFOne}
115\newcommand{\ActionRecExit}{\ButtonOff} 115\newcommand{\ActionRecExit}{\ButtonOff}
116 116
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index 173bc45e10..681aa7bdef 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -92,8 +92,8 @@
92%Button actions, Recording screen context 92%Button actions, Recording screen context
93\newcommand{\ActionRecPause}{\ButtonPlay} 93\newcommand{\ActionRecPause}{\ButtonPlay}
94\newcommand{\ActionRecNewfile}{\ButtonRec} 94\newcommand{\ActionRecNewfile}{\ButtonRec}
95\newcommand{\ActionSettingsInc}{\ButtonRight} 95\newcommand{\ActionRecSettingsInc}{\ButtonRight}
96\newcommand{\ActionSettingsDec}{\ButtonLeft} 96\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
97\newcommand{\ActionRecMenu}{Long \ButtonRec} 97\newcommand{\ActionRecMenu}{Long \ButtonRec}
98\newcommand{\ActionRecExit}{Long \ButtonPlay} 98\newcommand{\ActionRecExit}{Long \ButtonPlay}
99 99