rockbox/www/manual/play-menu.t
Björn Stenberg 3375f3563a Manual update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2324 a1c6a512-1295-4272-9138-f99709370657
2002-09-18 12:16:32 +00:00

32 lines
654 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>
<table class=buttontable>
<tr><th>Button</th><th>Function</th>
<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"