summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hohmuth <sideral@rockbox.org>2011-02-11 18:45:04 +0000
committerMichael Hohmuth <sideral@rockbox.org>2011-02-11 18:45:04 +0000
commit751e922783a18aeaeed532bffac300f917f4e159 (patch)
treeba5f479b1d80069d613f9029f7da83a9d5fb5ac1
parent97ba12e3360c14f3764b18fa0af2722dbcb4edca (diff)
downloadrockbox-751e922783a18aeaeed532bffac300f917f4e159.tar.gz
rockbox-751e922783a18aeaeed532bffac300f917f4e159.zip
Use generic keyboard actions rather than the device-dependent
\ButtonLeft / \ButtonRight git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29285 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/autoresume.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/configure_rockbox/autoresume.tex b/manual/configure_rockbox/autoresume.tex
index a253a88bcd..3042f3b04e 100644
--- a/manual/configure_rockbox/autoresume.tex
+++ b/manual/configure_rockbox/autoresume.tex
@@ -22,11 +22,11 @@ stops, including when explicitly stopping the track, powering off the
22\dap{}, or starting playback of another track. 22\dap{}, or starting playback of another track.
23 23
24If you intend to start a track from its beginning but notice that it 24If you intend to start a track from its beginning but notice that it
25was resumed, you can press the \ButtonLeft{} button to skip back to 25was resumed, you can press \ActionWpsSkipPrev{} in the WPS to skip back to
26its beginning. When pressing \ButtonLeft{} again in the first few 26its beginning. When pressing \ActionWpsSkipPrev{} again in the first few
27seconds of a track to go to the previous track, the previously (on 27seconds of a track to go to the previous track, the previously (on
28first button press) saved resume position is retained. Therefore, you 28first button press) saved resume position is retained. Therefore, you
29can also use the \ButtonLeft{} and \ButtonRight{} buttons to skip 29can also use \ActionWpsSkipPrev{} and \ActionWpsSkipNext{} to skip
30across tracks in a playlist without losing their resume position. 30across tracks in a playlist without losing their resume position.
31 31
32\begin{description} 32\begin{description}