f1e19d8683
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1555 a1c6a512-1295-4272-9138-f99709370657
33 lines
612 B
Perl
33 lines
612 B
Perl
#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"
|