diff options
| author | Michael Hohmuth <sideral@rockbox.org> | 2011-02-11 18:45:04 +0000 |
|---|---|---|
| committer | Michael Hohmuth <sideral@rockbox.org> | 2011-02-11 18:45:04 +0000 |
| commit | 751e922783a18aeaeed532bffac300f917f4e159 (patch) | |
| tree | ba5f479b1d80069d613f9029f7da83a9d5fb5ac1 | |
| parent | 97ba12e3360c14f3764b18fa0af2722dbcb4edca (diff) | |
| download | rockbox-751e922783a18aeaeed532bffac300f917f4e159.zip rockbox-751e922783a18aeaeed532bffac300f917f4e159.tar.gz rockbox-751e922783a18aeaeed532bffac300f917f4e159.tar.bz2 rockbox-751e922783a18aeaeed532bffac300f917f4e159.tar.xz | |
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.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/configure_rockbox/autoresume.tex b/manual/configure_rockbox/autoresume.tex index a253a88..3042f3b 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 \dap{}, or starting playback of another track. If you intend to start a track from its beginning but notice that it -was resumed, you can press the \ButtonLeft{} button to skip back to -its beginning. When pressing \ButtonLeft{} again in the first few +was resumed, you can press \ActionWpsSkipPrev{} in the WPS to skip back to +its beginning. When pressing \ActionWpsSkipPrev{} again in the first few seconds of a track to go to the previous track, the previously (on first button press) saved resume position is retained. Therefore, you -can also use the \ButtonLeft{} and \ButtonRight{} buttons to skip +can also use \ActionWpsSkipPrev{} and \ActionWpsSkipNext{} to skip across tracks in a playlist without losing their resume position. \begin{description} |