summaryrefslogtreecommitdiff
path: root/www/manual/play-wps.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/manual/play-wps.t')
-rw-r--r--www/manual/play-wps.t34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/manual/play-wps.t b/www/manual/play-wps.t
deleted file mode 100644
index e5a5f14739..0000000000
--- a/www/manual/play-wps.t
+++ /dev/null
@@ -1,34 +0,0 @@
1#define _PAGE_ Rockbox WPS
2#include "head.t"
3#include "manual.t"
4
5<p>
6The While Playing Screen shows info about what is currently played and can
7only be seen while there is actual music playback.
8
9<p>You can configure the WPS contents by creating a .wps file and "playing" it.
10The <a href="/docs/custom_wps_format.html">custom wps format</a> supports a wide variety of configurations.
11
12<p>
13[screen dump]
14<p>
15[explain screen info]
16<p>
17<table class=buttontable>
18<tr><th>Button</th><th>Function</th>
19<tr><td> PLAY </td><td> Toggle PAUSE/PLAY. If 'resume' is enabled, pressing PAUSE will make it save "resume point" to disk. </td></tr>
20<tr><td> ON </td><td> Switch to the <a href="play-dir.html">dir browser</a>.
21</td></tr>
22<tr><td> STOP </td><td> Stop playback </td></tr>
23<tr><td> MENU </td><td> Switches to the <a href="play-menu.html">main menu</a>.
24<tr><td> MENU+STOP </td><td> Key lock on/off </td></tr>
25<tr><td> MENU+PLAY </td><td> Mute on/off </td></tr>
26<tr><td> MENU+ON </td><td> Enter id3 browser </td></tr>
27<tr><td> MENU+ '-' </td><td> Lower the volume </td></tr>
28<tr><td> MENU+ '+' </td><td> Raise the volume </td></tr>
29</td></tr>
30
31</table>
32
33#include "foot.t"
34