summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2009-01-26 12:04:48 +0000
committerRobert Menes <rmenes@rockbox.org>2009-01-26 12:04:48 +0000
commit4e1b7bf7286c3994e34ca11f740a2165d9b5a001 (patch)
tree2fca5558029944ed4e16fe65b2bfc70f3c1f5e4d /manual
parent3c1dbb269f0ca1872bc61ecfffd88a54fb0de5d9 (diff)
downloadrockbox-4e1b7bf7286c3994e34ca11f740a2165d9b5a001.tar.gz
rockbox-4e1b7bf7286c3994e34ca11f740a2165d9b5a001.zip
Commit FS#9825 and FS#9826 by Alex Parker: Correct the recording table button for the c200 and don't show hard disk spin up warning for flash+SWCODEC (FS#9825) and Correct incorrect splash on c200 (FS#9826).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19859 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/main_menu/recording_screen.tex7
-rw-r--r--manual/platform/keymap-c200.tex4
2 files changed, 7 insertions, 4 deletions
diff --git a/manual/main_menu/recording_screen.tex b/manual/main_menu/recording_screen.tex
index 05aa73ee71..a24b67f0e1 100644
--- a/manual/main_menu/recording_screen.tex
+++ b/manual/main_menu/recording_screen.tex
@@ -15,10 +15,13 @@ affect the recorded sound. If enabled in the peak meter settings, a counter in
15front of the peak meters shows the number of times the clip indicator was 15front of the peak meters shows the number of times the clip indicator was
16activated during recording. The counter is reset to zero when starting a new 16activated during recording. The counter is reset to zero when starting a new
17recording. 17recording.
18
18\opt{swcodec}{ 19\opt{swcodec}{
20\opt{disk_storage}{
19\note{When you start a recording, the hard disk will spin up. This will cause 21\note{When you start a recording, the hard disk will spin up. This will cause
20the peak meters to freeze in the process. This is expected behaviour, and 22the peak meters to freeze in the process. This is expected behaviour, and
21nothing to worry about. The recording continues during the spin up.}} 23nothing to worry about. The recording continues during the spin up.}}}
24
22\opt{MASCODEC}{The frequency, channels and quality} 25\opt{MASCODEC}{The frequency, channels and quality}
23\opt{swcodec}{The frequency and channels} settings are shown on the last line. 26\opt{swcodec}{The frequency and channels} settings are shown on the last line.
24 27
@@ -38,7 +41,7 @@ The controls for this screen are:
38 & While recording: Stop recording.\\ 41 & While recording: Stop recording.\\
39 % 42 %
40 \opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,% 43 \opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,%
41 SANSA_E200_PAD,IPOD_4G_PAD}{ 44 SANSA_E200_PAD,IPOD_4G_PAD,SANSA_C200_PAD}{
42 \ActionRecNewfile & Starts recording.\\ 45 \ActionRecNewfile & Starts recording.\\
43 & While recording: close the current file and open 46 & While recording: close the current file and open
44 a new one.\\ 47 a new one.\\
diff --git a/manual/platform/keymap-c200.tex b/manual/platform/keymap-c200.tex
index 579df945f7..4039228f4c 100644
--- a/manual/platform/keymap-c200.tex
+++ b/manual/platform/keymap-c200.tex
@@ -85,10 +85,10 @@
85\newcommand{\ActionPsExit}{\ButtonPower} 85\newcommand{\ActionPsExit}{\ButtonPower}
86 86
87%Button actions, Recording screen context 87%Button actions, Recording screen context
88\newcommand{\ActionRecPause}{\ButtonUp} 88\newcommand{\ActionRecPause}{\ButtonSelect}
89\newcommand{\ActionRecExit}{Long \ButtonPower} 89\newcommand{\ActionRecExit}{Long \ButtonPower}
90\newcommand{\ActionRecNewfile}{\ButtonRec} 90\newcommand{\ActionRecNewfile}{\ButtonRec}
91\newcommand{\ActionRecMenu}{Long \ButtonDown} 91\newcommand{\ActionRecMenu}{\ButtonPower}
92\newcommand{\ActionRecSettingsInc}{\ButtonRight} 92\newcommand{\ActionRecSettingsInc}{\ButtonRight}
93\newcommand{\ActionRecSettingsDec}{\ButtonLeft} 93\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
94\newcommand{\ActionRecPrev}{\ButtonDown} 94\newcommand{\ActionRecPrev}{\ButtonDown}