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
This commit is contained in:
Michael Hohmuth 2011-02-11 18:45:04 +00:00
parent 97ba12e336
commit 751e922783

View file

@ -22,11 +22,11 @@ stops, including when explicitly stopping the track, powering off the
\dap{}, or starting playback of another track. \dap{}, or starting playback of another track.
If you intend to start a track from its beginning but notice that it 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 was resumed, you can press \ActionWpsSkipPrev{} in the WPS to skip back to
its beginning. When pressing \ButtonLeft{} again in the first few its beginning. When pressing \ActionWpsSkipPrev{} again in the first few
seconds of a track to go to the previous track, the previously (on seconds of a track to go to the previous track, the previously (on
first button press) saved resume position is retained. Therefore, you 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. across tracks in a playlist without losing their resume position.
\begin{description} \begin{description}