summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-05-28 16:33:44 +0000
committerNils Wallménius <nils@rockbox.org>2007-05-28 16:33:44 +0000
commit8b6d9b341ee6e4d52a1fb586c5ebdab257006089 (patch)
tree5aa951822d8c1ac4d11f6453838c65c9a329e027
parent19519d7648f789cac8059759cc75c508d397f695 (diff)
downloadrockbox-8b6d9b341ee6e4d52a1fb586c5ebdab257006089.tar.gz
rockbox-8b6d9b341ee6e4d52a1fb586c5ebdab257006089.zip
Add correct buttons to the instructions for a-b repeat as well as dirskip for several targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13504 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/playback_options.tex18
-rw-r--r--manual/platform/e200.tex2
-rw-r--r--manual/platform/h10.tex4
-rw-r--r--manual/platform/h10_5gb.tex4
-rw-r--r--manual/platform/recorder.tex4
-rw-r--r--manual/rockbox_interface/wps.tex2
6 files changed, 29 insertions, 5 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index 29e6d6e94a..456e47480d 100644
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -40,6 +40,12 @@ related to audio playback.
This option is more complicated to use than the others as the \dap\
must first be placed into A-B repeat mode and then the start and end
points defined.\\
+ \opt{RECORDER_PAD}{
+ To set the Start Point (A) hold \ButtonOn{} and press \ButtonLeft{}.
+ Setting the End Point (B) is done accordingly using
+ \ButtonOn{} and \ButtonRight{}.
+ To reset the markers hold \ButtonOn{} and press \ButtonOff{}.
+ }
\opt{h10,h10_5gb}{
Hold \ButtonPower{} and press \ButtonRew{} to set the Start Point (A).
For setting the End Point (B) hold \ButtonPower{} and press \ButtonFF{}.
@@ -56,10 +62,16 @@ related to audio playback.
\ButtonOn{} and \ButtonRight{}.
To reset the markers hold \ButtonOn{} and press \ButtonSelect{}.
}
- \nopt{h1xx,h300,h10,h10_5gb,ipod,x5}{
+ \opt{e200}{
+ To set the Start Point (A) hold \ButtonPower{} and press \ButtonLeft{}.
+ Setting the End Point (B) is done accordingly using
+ \ButtonPower{} and \ButtonRight{}.
+ To reset the markers hold \ButtonPower{} and press \ButtonUp{}.
+ }
+ \nopt{h1xx,h300,h10,h10_5gb,ipod,x5,e200,RECORDER_PAD}{
\fixme{
- Hold Play and press Left --- Sets Start Point (A)\\
- Hold Play and press Right --- Sets End Point (B)\\
+ --- Sets Start Point (A)\\
+ --- Sets End Point (B)\\
}
}
}
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex
index a74ff20d4d..66a852b84b 100644
--- a/manual/platform/e200.tex
+++ b/manual/platform/e200.tex
@@ -59,7 +59,7 @@
\newcommand{\ActionWpsContext}{\ButtonDown}
\newcommand{\ActionWpsBrowse}{Long \ButtonSelect}
-\newcommand{\ActionWpsAbSetANextDir}{\ButtonPower{} + \ButtonRight}
+\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight}
\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft}
\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonUp}
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index d239b80ede..cec8014c67 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -60,6 +60,10 @@
\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
+\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonFF}
+\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonRew}
+\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonPlay}
+
%Button actions, tree context
\newcommand{\ActionTreeWps}{\ButtonPlay}
\newcommand{\ActionTreeStop}{Long \ButtonPlay}
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
index 48de9eea74..21e76091ed 100644
--- a/manual/platform/h10_5gb.tex
+++ b/manual/platform/h10_5gb.tex
@@ -60,6 +60,10 @@
\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
+\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonFF}
+\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonRew}
+\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonPlay}
+
%Button actions, tree context
\newcommand{\ActionTreeWps}{\ButtonPlay}
\newcommand{\ActionTreeStop}{Long \ButtonPlay}
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index ef91206b2e..fa42f3829a 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -59,6 +59,10 @@
\newcommand{\ActionWpsBrowse}{\ButtonOn}
\newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
+\newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft}
+\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight}
+\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff}
+
%Button actions, tree context
\newcommand{\ActionTreeWps}{\ButtonOn}
\newcommand{\ActionTreeStop}{\ButtonOff}
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index a1a8d22804..77eea92bdc 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -103,7 +103,7 @@ your WPS (While Playing Screen).
\opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{%
\ActionWpsIdThreeScreen & Enter \setting{ID3 Viewer}.\\%
}%
- \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{%
+ \opt{h1xx,h300,e200,gigabeat,h10,h10_5gb,RECORDER_PAD}{%
\ActionWpsAbSetBNextDir & Skip to the next directory.\\%
\ActionWpsAbSetAPrevDir & Skip to the previous directory.\\%
}%