summaryrefslogtreecommitdiff
path: root/www/manual/play-menu.t
blob: 807c797d6440c00f1929bccbb7dc3c18cb3a8f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#define _PAGE_ Rockbox Main Menu
#include "head.t"
#include "manual.t"
<p>
The main menu offers:
<p>
[screen dump]
<p>
Sound Settings -
<p>
General Settings -
<p>
Info -
<p>
Version -
<p>
(Debug? -)

<p>
Buttons:
<p>
<table>
<tr><td>-</td><td>Move upwards in the list</td></tr>
<tr><td>+</td><td>Move downwards in the list</td></tr>
<tr><td>PLAY</td><td>Selects the menu alternative the cursor is "on"</td></tr>
<tr><td>MENU</td>
<td>Toggle back to the screen you came from when you arrived here,
<a href="play-wps.html">WPS</a> or <a href="play-dir.html">dir browser</a></td>
</tr>
</table>


#include "foot.t"