summaryrefslogtreecommitdiff
path: root/www/manual/play-wps.t
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-18 12:16:32 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-18 12:16:32 +0000
commit3375f3563ac039ff9311ed8686672751b182bac5 (patch)
tree0839fc9a41718c35c89a325ea4359b478deb6045 /www/manual/play-wps.t
parent25316c5417087185a0b93f7e095a8cbedc5be110 (diff)
downloadrockbox-3375f3563ac039ff9311ed8686672751b182bac5.tar.gz
rockbox-3375f3563ac039ff9311ed8686672751b182bac5.zip
Manual update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2324 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/manual/play-wps.t')
-rw-r--r--www/manual/play-wps.t15
1 files changed, 10 insertions, 5 deletions
diff --git a/www/manual/play-wps.t b/www/manual/play-wps.t
index ba768e15e2..e5a5f14739 100644
--- a/www/manual/play-wps.t
+++ b/www/manual/play-wps.t
@@ -5,20 +5,25 @@
5<p> 5<p>
6The While Playing Screen shows info about what is currently played and can 6The While Playing Screen shows info about what is currently played and can
7only be seen while there is actual music playback. 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
8<p> 12<p>
9[screen dump] 13[screen dump]
10<p> 14<p>
11[explain screen info] 15[explain screen info]
12<p> 16<p>
13Buttons: 17<table class=buttontable>
14<p> 18<tr><th>Button</th><th>Function</th>
15<table> 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>
16<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>
17<tr><td> ON </td><td> Switch to the <a href="play-dir.html">dir browser</a>. 20<tr><td> ON </td><td> Switch to the <a href="play-dir.html">dir browser</a>.
18</td></tr> 21</td></tr>
19<tr><td> STOP </td><td> Stop playback </td></tr> 22<tr><td> STOP </td><td> Stop playback </td></tr>
20<tr><td> MENU </td><td> Switches to the <a href="play-menu.html">main menu</a>. 23<tr><td> MENU </td><td> Switches to the <a href="play-menu.html">main menu</a>.
21<tr><td> MENU+STOP </td><td> Toggle key lock ON/OFF </td></tr> 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>
22<tr><td> MENU+ '-' </td><td> Lower the volume </td></tr> 27<tr><td> MENU+ '-' </td><td> Lower the volume </td></tr>
23<tr><td> MENU+ '+' </td><td> Raise the volume </td></tr> 28<tr><td> MENU+ '+' </td><td> Raise the volume </td></tr>
24</td></tr> 29</td></tr>