diff options
-rw-r--r-- | www/manual/rec-sound.t | 20 | ||||
-rw-r--r-- | www/manual/rec-wps.t | 8 |
2 files changed, 22 insertions, 6 deletions
diff --git a/www/manual/rec-sound.t b/www/manual/rec-sound.t index 293e02efb2..c62a26f1d1 100644 --- a/www/manual/rec-sound.t +++ b/www/manual/rec-sound.t @@ -1,10 +1,21 @@ #define _PAGE_ Rockbox Sound Settings #include "head.t" #include "manual.t" -The sound settings menu offers: + <p> -Volume, Bass or Treble: - <img src="rec-soundsettings.png"> + This menu offers a selection of different sound properties you may change + to improve your sound experience. + +<p> <img src="rec-soundsettings.png"> + +<p> <b>Volume</b> +<p> <b>Bass</b> +<p> <b>Treble</b> +<p> <b>Balance</b> +<p> <b>Loudness</b> +<p> <b>Bass Boost</b> +<p> <b>Auto Volume</b> + <p> This is how the volumne screen looks like: <img src="rec-volume.png"> @@ -15,8 +26,9 @@ Buttons: <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>RIGHT</td><td>Select an item in list</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" diff --git a/www/manual/rec-wps.t b/www/manual/rec-wps.t index 6851dfe21f..c4ac390392 100644 --- a/www/manual/rec-wps.t +++ b/www/manual/rec-wps.t @@ -24,8 +24,12 @@ The screen lines contain the following information: <tr><th> Key </th><th> Function </th></tr> <tr><td> UP</td><td> Increase volume </td></tr> <tr><td> DOWN </td><td> Decrease volume </td></tr> -<tr><td> LEFT </td><td> Move to previous song</td></tr> -<tr><td> RIGHT </td><td> Move to next song </td></tr> + +<tr><td> LEFT </td><td> Quick press: moves to the beginning of the song, or if +pressed while in the beginning of a song it moves to the previous +song. Keep the button pressed to rewind the song. </td></tr> + +<tr><td> RIGHT </td><td> Quick press: moves to next song. Keep the button pressed to fast-forward the song. </td></tr> <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> <tr><td>ON</td><td> Switch to the <a href="rec-dir.html">dir browser</a> </td></tr> <tr><td>OFF</td><td> Stop playback </td></tr> |