rockbox/www/manual/play-wps.t
Daniel Stenberg 1c2976f22b 1.3 updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2050 a1c6a512-1295-4272-9138-f99709370657
2002-08-29 10:11:35 +00:00

29 lines
867 B
Perl

#define _PAGE_ Rockbox WPS
#include "head.t"
#include "manual.t"
<p>
The While Playing Screen shows info about what is currently played and can
only be seen while there is actual music playback.
<p>
[screen dump]
<p>
[explain screen info]
<p>
Buttons:
<p>
<table>
<tr><td> PLAY </td><td> Toggle PAUSE/PLAY. If 'resume' is enabled, pressing PAUSE will make it store a "resume point" where it can start again from later. </td></tr>
<tr><td> ON </td><td> Switch to the <a href="play-dir.html">dir browser</a>.
</td></tr>
<tr><td> STOP </td><td> Stop playback </td></tr>
<tr><td> MENU </td><td> Switches to the <a href="play-menu.html">main menu</a>.
<tr><td> MENU+STOP </td><td> Toggle key lock ON/OFF </td></tr>
<tr><td> MENU+ '-' </td><td> Lower the volume </td></tr>
<tr><td> MENU+ '+' </td><td> Raise the volume </td></tr>
</td></tr>
</table>
#include "foot.t"