f1e19d8683
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1555 a1c6a512-1295-4272-9138-f99709370657
41 lines
638 B
Perl
41 lines
638 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>
|
|
MENU+STOP
|
|
</td><td>
|
|
Toggle key lock ON/OFF
|
|
</td></tr>
|
|
<tr><td>
|
|
PLAY
|
|
</td><td>
|
|
Toggle PAUSE/PLAY
|
|
</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>.
|
|
</td></tr>
|
|
</table>
|