summaryrefslogtreecommitdiff
path: root/www/manual/rec-menu.t
blob: af63acb1590c1a57fc95199c9005660dc39a8079 (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
34
#define _PAGE_ Rockbox Main Menu
#include "head.t"
#include "manual.t"
The main menu offers:
<p>
<img src="rec-menu.png" width=120 height=70 alt="Main menu">

<p> <a href="rec-sound.html">Sound Settings</a>

<p> <a href="rec-general.html">General Settings</a>

<p> <b>Games</b> - pick a game to play!

<p> <b>Screensavers</b> - pick an enterainer!

<p> <b>Info</b> - mp3 buffer and battery info.

<p> <b>Version</b> - sofware version and credits display.

<p> <b>Debug (keep out)</b> - various informational displays for development purposes.

<p>
Buttons:
<p>
<table>
<tr><td>UP</td><td>Move upwards in the list</td></tr>
<tr><td>DOWN</td><td>Move downwards in the list</td></tr>
<tr><td>RIGHT</td><td>Select item in list</td></tr>
<tr><td>LEFT</td><td>Same as F1</td></tr>
<tr><td>F1</td><td>Toggle back to the screen you came from when you arrived here, <a href="rec-wps.html">WPS</a> or <a href="rec-dir.html">dir browser</a></td></tr>
<tr><td>F3</td><td>Toggle status bar ON/OFF</td></tr>
</table>

#include "foot.t"