summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-08 17:58:11 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-08 17:58:11 +0000
commit35dcf909a1bde15baa89b954a02903d1b8725622 (patch)
treec8d0da1bd86f30f0b5e0007d46e87acbc53e120b
parentabe4e7e9e6cd46cfeb3c4437a54b8520e6f8cd4e (diff)
downloadrockbox-35dcf909a1bde15baa89b954a02903d1b8725622.tar.gz
rockbox-35dcf909a1bde15baa89b954a02903d1b8725622.zip
Change the tables in the manual (except the plugins) to use booktabs instead of the default table commands. Change standard font to Times.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8961 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/advanced_topics/main.tex8
-rw-r--r--manual/configure_rockbox/main.tex14
-rw-r--r--manual/frontpage/frontpage.tex6
-rw-r--r--manual/getting_started/main.tex1
-rw-r--r--manual/main_menu/main.tex87
-rw-r--r--manual/plugins/main.tex20
-rw-r--r--manual/preamble.tex6
-rw-r--r--manual/rockbox_interface/main.tex222
8 files changed, 193 insertions, 171 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index ce75cb239b..4b5957faed 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -1,5 +1,5 @@
1\chapter{Advanced Topics} 1\chapter{Advanced Topics}
2\newpage 2
3\section{\label{ref:CustomisingUI}Customising the userinterface} 3\section{\label{ref:CustomisingUI}Customising the userinterface}
4\subsection{\label{ref:GettingExtras}Getting Extras (Fonts,Languages)} 4\subsection{\label{ref:GettingExtras}Getting Extras (Fonts,Languages)}
5Rockbox supports custom fonts (for the Recorder and Ondio only) and a number of different languages. Rockbox 2.4 comes with 41 fonts and 24 languages already included. If new fonts and language files have been created, then they will be found at \url{http://www.rockbox.org/fonts/} and \url{http://www.rockbox.org/lang/}. 5Rockbox supports custom fonts (for the Recorder and Ondio only) and a number of different languages. Rockbox 2.4 comes with 41 fonts and 24 languages already included. If new fonts and language files have been created, then they will be found at \url{http://www.rockbox.org/fonts/} and \url{http://www.rockbox.org/lang/}.
@@ -133,10 +133,10 @@ Example for the the \%dN commands: If the path is "/Rock/Kent/Isola/11 - 747.mp3
133\begin{center} 133\begin{center}
134 \begin{tabular}{@{}ll@{}}\toprule 134 \begin{tabular}{@{}ll@{}}\toprule
135 \textbf{Tag} & \textbf{Description}\\\midrule 135 \textbf{Tag} & \textbf{Description}\\\midrule
136 \%pb & Progress Bar 136 \%pb & Progress Bar\\
137 \opt{player}{ 137 \opt{player}{
138 & This will display a 1 character "cup" \\ 138 & This will display a 1 character "cup"\\
139 & that empties as the time progresses.}\\ 139 & that empties as the time progresses.}
140 \opt{recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{ 140 \opt{recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{
141 & This will replace the entire line with a progress bar. \\ 141 & This will replace the entire line with a progress bar. \\
142 & You can set the height, position and width of the progressbar\\ 142 & You can set the height, position and width of the progressbar\\
diff --git a/manual/configure_rockbox/main.tex b/manual/configure_rockbox/main.tex
index 7b768b62d7..5305a0781e 100644
--- a/manual/configure_rockbox/main.tex
+++ b/manual/configure_rockbox/main.tex
@@ -1,5 +1,4 @@
1\chapter{Configuring Rockbox} 1\chapter{Configuring Rockbox}
2\newpage
3 2
4\section{Sound Settings} 3\section{Sound Settings}
5{\centering\itshape 4{\centering\itshape
@@ -132,13 +131,12 @@ defaults Rockbox uses are:
132 131
133\begin{table}[h!] 132\begin{table}[h!]
134 \begin{center} 133 \begin{center}
135 \begin{tabular}{|c|c|} 134 \begin{tabular}{@{}lc@{}}\toprule
136 \hline 135 Setting & Value \\\midrule
137 Setting & Value \\\hline 136 MDB Strength & 50dB \\
138 MDB Strength & 50dB \\\hline 137 MDB Harmonics & 48\% \\
139 MDB Harmonics & 48\% \\\hline 138 MDB Centre Frequency & 60Hz \\
140 MDB Centre Frequency & 60Hz \\\hline 139 MDB Shape & 90Hz \\\bottomrule
141 MDB Shape & 90Hz \\\hline
142 \end{tabular} 140 \end{tabular}
143 \end{center} 141 \end{center}
144\end{table} 142\end{table}
diff --git a/manual/frontpage/frontpage.tex b/manual/frontpage/frontpage.tex
index 730cc276ec..26f0c504b0 100644
--- a/manual/frontpage/frontpage.tex
+++ b/manual/frontpage/frontpage.tex
@@ -6,8 +6,9 @@
6 6
7\Huge {for } 7\Huge {for }
8 8
9\Huge {for \playername} 9\Huge {\playername}
10 10\newline
11\newline
11 12
12\includegraphics[width=10cm]{frontpage/rockbox3540.png} 13\includegraphics[width=10cm]{frontpage/rockbox3540.png}
13 14
@@ -21,4 +22,3 @@
21\pagebreak 22\pagebreak
22\thispagestyle{empty} 23\thispagestyle{empty}
23\cleardoublepage 24\cleardoublepage
24
diff --git a/manual/getting_started/main.tex b/manual/getting_started/main.tex
index 5d6ec88a6c..b6d43dfc30 100644
--- a/manual/getting_started/main.tex
+++ b/manual/getting_started/main.tex
@@ -1,5 +1,4 @@
1\chapter{Getting started} 1\chapter{Getting started}
2\newpage
3\section{Welcome} 2\section{Welcome}
4This is the manual for Rockbox. Rockbox is a replacement firmware for the 3This is the manual for Rockbox. Rockbox is a replacement firmware for the
5Jukebox Studio, Recorder and Ondio players made by Archos, the H120/140 4Jukebox Studio, Recorder and Ondio players made by Archos, the H120/140
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 174347ff85..480995d95c 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -1,5 +1,4 @@
1\chapter{The Main Menu} 1\chapter{The Main Menu}
2\newpage
3 2
4\section{Introducing the Main Menu} 3\section{Introducing the Main Menu}
5{\centering\itshape 4{\centering\itshape
@@ -35,12 +34,14 @@ Navigating through the menu:
35 34
36\begin{table}[h!] 35\begin{table}[h!]
37 \begin{center} 36 \begin{center}
38 \begin{tabular}{|c|c|}\hline 37 \begin{tabular}{@{}lc@{}}\toprule
39 KEY & ACTION \\\hline 38 \textbf{Key} & \textbf{Action} \\\midrule
40 UP & Moves up in the menu. Inside a setting, increases the value or chooses next option \\\hline 39 UP & Moves up in the menu. \\
41 DOWN & Moves down in the menu. Inside a setting, decreases the value or chooses previous option \\\hline 40 & Inside a setting, increases the value or chooses next option \\
42 PLAY/RIGHT & Selects option \\\hline 41 DOWN & Moves down in the menu. \\
43 OFF/LEFT & Exits menu, setting or moves to parent menu\\\hline 42 & Inside a setting, decreases the value or chooses previous option \\
43 PLAY/RIGHT & Selects option \\
44 OFF/LEFT & Exits menu, setting or moves to parent menu\\\bottomrule
44 \end{tabular} 45 \end{tabular}
45 \end{center} 46 \end{center}
46\end{table} 47\end{table}
@@ -49,13 +50,14 @@ Navigating through the menu:
49 50
50\begin{table}[h!] 51\begin{table}[h!]
51 \begin{center} 52 \begin{center}
52 \begin{tabular}{|c|c|} 53 \begin{tabular}{@{}cc@{}}\toprule
53 \hline 54 \textbf{Key} & \textbf{Action} \\\midrule
54 KEY & ACTION \\\hline 55 MINUS & Selects previous option in the menu. \\
55 MINUS & Selects previous option in the menu. Inside an setting, decreases the value or chooses previous option \\\hline 56 & Inside an setting, decreases the value or chooses previous option \\
56 PLUS & Selects next option in the menu. Inside an setting increases the value or chooses next option \\\hline 57 PLUS & Selects next option in the menu. \\
57 PLAY & Selects item \\\hline 58 & Inside an setting increases the value or chooses next option \\
58 STOP & Exit menu, setting or moves to parent menu. \\\hline 59 PLAY & Selects item \\
60 STOP & Exit menu, setting or moves to parent menu. \\\bottomrule
59 \end{tabular} 61 \end{tabular}
60 \end{center} 62 \end{center}
61\end{table} 63\end{table}
@@ -91,16 +93,22 @@ The controls for this screen are:
91 93
92\begin{table}[h!] 94\begin{table}[h!]
93 \begin{center} 95 \begin{center}
94 \begin{tabular}{|c|c|} 96 \begin{tabular}{@{}cc@{}}\toprule
95 \hline 97 \textbf{Button} & \textbf{Function} \\\midrule
96 BUTTON & FUNCTION \\\hline 98 LEFT & Decreases Gain \\
97 LEFT & Decreases Gain \\\hline 99 RIGHT & Increases Gain \\
98 RIGHT & Increases Gain \\\hline 100 PLAY & Starts recording. \\
99 PLAY & Starts recording. While recording, button closes the current file and opens a new one (while recording) Pauses / restarts recording \\\hline 101 & While recording, button closes the current file and opens a new one.\\
100 STOP & Exits Recording Screen (while recording) Stop recording \\\hline 102 & (while recording) Pauses / restarts recording \\
101 F1 & Opens Recording Settings screen (see below) \\\hline 103 STOP & Exits Recording Screen.\\
102 F2 & Quick menu for recording settings. A quick press will leave the screen up (press F2 again to exit), while holding it will close the screen when you release it. \\\hline 104 & (while recording) Stop recording \\
103 F3 &Quick menu for source setting. Quick/hold works as for F2. (while recording) Start a new recording file \\\hline 105 F1 & Opens Recording Settings screen (see below) \\
106 F2 & Quick menu for recording settings. \\
107 & A quick press will leave the screen up (press F2 again to exit),\\
108 & while holding it will close the screen when you release it. \\
109 F3 & Quick menu for source setting. \\
110 & Quick/hold works as for F2. \\
111 & (while recording) Start a new recording file \\\bottomrule
104 \end{tabular} 112 \end{tabular}
105 \end{center} 113 \end{center}
106\end{table} 114\end{table}
@@ -121,13 +129,12 @@ and the average bitrate changes as follows.
121 129
122\begin{table}[h!] 130\begin{table}[h!]
123 \begin{center} 131 \begin{center}
124 \begin{tabular}{|c|c|} 132 \begin{tabular}{@{}ll@{}}\toprule
125 \hline 133 \textbf{Frequency} & \textbf{Bitrate} (Kbit/s) {}- quality 0{}-{\textgreater}7 \\\midrule
126 FREQUENCY & BITRATE (Kbit/s) {}- quality 0{}-{\textgreater}7 \\\hline 134 44100Hz stereo: & 75, 80, 90, 100, 120, 140, 160, 170 \\
127 44100Hz stereo: & 75, 80, 90, 100, 120, 140, 160, 170 \\\hline 135 22050Hz stereo & 39, 41, 45, 50, 60, 80, 110, 130 \\
128 22050Hz stereo & 39, 41, 45, 50, 60, 80, 110, 130 \\\hline 136 44100Hz mono & 65, 68, 73, 80, 90, 105, 125, 140 \\
129 44100Hz mono & 65, 68, 73, 80, 90, 105, 125, 140 \\\hline 137 22050Hz mono & 35, 38, 40, 45, 50, 60, 75, 90 \\\bottomrule
130 22050Hz mono & 35, 38, 40, 45, 50, 60, 75, 90 \\\hline
131 \end{tabular} 138 \end{tabular}
132 \end{center} 139 \end{center}
133\end{table} 140\end{table}
@@ -196,14 +203,16 @@ The keys are:
196 203
197\begin{table}[h!] 204\begin{table}[h!]
198 \begin{center} 205 \begin{center}
199 \begin{tabular}{|c|c|} 206 \begin{tabular}{@{}lc@{}}\toprule
200 \hline 207 \textbf{Button} & \textbf{Function} \\\midrule
201 BUTTON & FUNCTION \\\hline 208 LEFT, RIGHT & Change frequency in 0.1 MHz steps. \\
202 LEFT, RIGHT &Change frequency in 0.1 MHz steps. For automatic station seek, hold LEFT/RIGHT for a little longer. \\\hline 209 & For automatic station seek, \\
203 UP, DOWN & Change volume \\\hline 210 & hold LEFT/RIGHT for a little longer. \\
204 PLAY & \textbf{(EXPERIMENTAL) } freezes all screen updates, may enhance radio reception in some cases. \\\hline 211 UP, DOWN & Change volume \\
205 ON & Leave the radio screen with the radio playing \\\hline 212 PLAY & \textbf{(EXPERIMENTAL)} freezes all screen updates.\\
206 OFF & Back to main menu \\\hline 213 & May enhance radio reception in some cases. \\
214 ON & Leave the radio screen with the radio playing \\
215 OFF & Back to main menu \\\bottomrule
207 \end{tabular} 216 \end{tabular}
208 \end{center} 217 \end{center}
209\end{table} 218\end{table}
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index b451494b37..df59c561d9 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -80,37 +80,35 @@ the associated file. Viewers are stored in the
80 80
81\opt{recorder,recorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}} 81\opt{recorder,recorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}}
82 82
83\input{plugins/search.tex} 83\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/search.tex}}
84 84
85\input{plugins/sort.tex} 85\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/sort.tex}}
86 86
87\input{plugins/text_viewer.tex} 87\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/text_viewer.tex}}
88 88
89\input{plugins/vbrfix.tex} 89\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/vbrfix.tex}}
90 90
91\section{Applications} 91\section{Applications}
92 92
93\input{plugins/battery_test.tex} 93\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/battery_test.tex}}
94 94
95\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/calculator.tex}} 95\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/calculator.tex}}
96 96
97\opt{recorder,recorderv2fm,ondio}{\input{plugins/calendar.tex}} 97\opt{recorder,recorderv2fm,ondio}{\input{plugins/calendar.tex}}
98 98
99 99
100\input{plugins/chess_clock.tex} 100\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/chess_clock.tex}}
101 101
102\opt{recorder,recorderv2fm}{\input{plugins/clock.tex}} 102\opt{recorder,recorderv2fm}{\input{plugins/clock.tex}}
103 103
104\opt{recorder,recorderv2fm}{\input{plugins/euro_converter.tex}} 104\opt{recorder,recorderv2fm}{\input{plugins/euro_converter.tex}}
105 105
106\input{plugins/favorites.tex} 106\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/favorites.tex}}
107 107
108\opt{recorder,recorderv2fm,ondio}{\input{plugins/firmware_flash.tex}} 108\opt{recorder,recorderv2fm,ondio}{\input{plugins/firmware_flash.tex}}
109 109
110\input{plugins/metronome.tex} 110\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/metronome.tex}}
111 111
112\opt{recorder,recorderv2fm,ondio}{\input{plugins/split_editor.tex}} 112\opt{recorder,recorderv2fm,ondio}{\input{plugins/split_editor.tex}}
113 113
114\input{plugins/stopwatch.tex} 114\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/stopwatch.tex}}
115
116
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 9c83615076..9a0503ed80 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -1,7 +1,7 @@
1\documentclass[a4paper,11pt]{report} 1\documentclass[a4paper,11pt]{report}
2\usepackage[latin1]{inputenc} 2\usepackage[latin1]{inputenc}
3%\usepackage{helvet} 3\usepackage{times}
4\renewcommand{\familydefault}{\sfdefault} 4%\renewcommand{\familydefault}{\sfdefault}
5 5
6\usepackage{float} 6\usepackage{float}
7\floatstyle{ruled} 7\floatstyle{ruled}
@@ -54,5 +54,3 @@
54 54
55 \bigskip 55 \bigskip
56 \noindent} 56 \noindent}
57
58\renewcommand{\familydefault}{\sfdefault}
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 74987af308..dcceb2a8ee 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -1,5 +1,4 @@
1\chapter{\label{ref:PARTII}The Rockbox interface} 1\chapter{\label{ref:PARTII}The Rockbox interface}
2\clearpage
3\section{Your Jukebox} 2\section{Your Jukebox}
4\begin{minipage}{16.554cm} 3\begin{minipage}{16.554cm}
5{\centering\itshape 4{\centering\itshape
@@ -33,12 +32,11 @@ information about flashing Rockbox.)
33 32
34\begin{table}[h!] 33\begin{table}[h!]
35 \begin{center} 34 \begin{center}
36 \begin{tabular}{|c|c|} 35 \begin{tabular}{@{}lc@{}}\toprule
37 \hline 36 \textbf{Model} & \textbf{Power Off} \\\midrule
38 model & POWER OFF \\\hline 37 V2 / FM RECORDER/ ONDIO & Hold the OFF key for 2{}-3 seconds \\
39 V2 / FM RECORDER/ ONDIO & Hold the OFF key for 2{}-3 seconds \\\hline 38 V1 RECORDER & Double{}-tap the OFF key when playback is stopped \\
40 V1 RECORDER & Double{}-tap the OFF key when playback is stopped \\\hline 39 PLAYER & From the Rockbox Main Menu select \textbf{Shutdown} \\\bottomrule
41 PLAYER & From the Rockbox Main Menu select \textbf{Shutdown} \\\hline
42 \end{tabular} 40 \end{tabular}
43 \end{center} 41 \end{center}
44\end{table} 42\end{table}
@@ -69,27 +67,32 @@ can select which file types are displayed (see page
69\opt{Rec}{ 67\opt{Rec}{
70 \begin{table}[h!] 68 \begin{table}[h!]
71 \begin{center} 69 \begin{center}
72 \begin{tabular}{|c|c|} 70 \begin{tabular}{@{}cc@{}}\toprule
73 \hline 71 \textbf{Key} & \textbf{Function} \\\midrule
74 \tabelth{KEY} & \tabelth{FUNCTION} \\ \hline
75 % 72 %
76 \tabeltc{UP/DOWN} & Go to previous/next item in list. If you are on the first/last entry, the cursor will wrap to the last/first entry. \\ \hline 73 UP/DOWN & Go to previous/next item in list. \\
74 & If you are on the first/last entry, \\
75 & the cursor will wrap to the last/first entry. \\
77 % 76 %
78 \tabeltc{ON+UP/DOWN} & Move one page up/down on the list.\\ \hline 77 ON+UP/DOWN & Move one page up/down on the list.\\
79 % 78 %
80 \tabeltc{LEFT} & Go to the parent directory. \\ \hline 79 LEFT & Go to the parent directory. \\
81 % 80 %
82 \tabeltc{PLAY/RIGHT} & Executes an action. Depending on the file type, that action may vary. (See page \pageref{ref:Filemenu}) \\ \hline 81 PLAY/RIGHT & Executes an action. \\
82 & Depending on the file type, that action may vary. \\
83 & (See page \pageref{ref:Filemenu}) \\
83 % 84 %
84 \tabeltc{centering} & If there is a MP3 playing, returns to the While Playing Screen (WPS) without stopping playback. \\ \hline 85 Centering & If there is a MP3 playing, \\
86 & returns to the While Playing Screen (WPS) \\
87 & without stopping playback. \\
85 % 88 %
86 \tabeltc{ON+PLAY/HOLD PLAY} & Enters the File Menu \\ \hline 89 ON+PLAY/HOLD PLAY & Enters the File Menu \\
87 % 90 %
88 \tabeltc{F1} & Switches to the Main Menu \\ \hline 91 F1 & Switches to the Main Menu \\
89 % 92 %
90 \tabeltc{F2} & Switches to the Browse/Play Quick Menu \\ \hline 93 F2 & Switches to the Browse/Play Quick Menu \\
91 % 94 %
92 \tabeltc{F3} & Switches to the Display Quick Menu \\ \hline 95 F3 & Switches to the Display Quick Menu \\ \bottomrule
93 % 96 %
94 \end{tabular} 97 \end{tabular}
95 \end{center} 98 \end{center}
@@ -99,15 +102,20 @@ can select which file types are displayed (see page
99\opt{PS}{ 102\opt{PS}{
100 \begin{table}[h!] 103 \begin{table}[h!]
101 \begin{center} 104 \begin{center}
102 \begin{tabular}{|c|c|} 105 \begin{tabular}{@{}cc@{}}\toprule
103 \hline 106 \textbf{Key} & \textbf{Function} \\\midrule
104 KEY & FUNCTION \\\hline 107 MINUS/PLUS & Go to previous/next item in list. \\
105 MINUS/PLUS &Go to previous/next item in list. If you are on the first/last entry, the cursor will wrap to the last/first entry. \\\hline 108 & If you are on the first/last entry, \\
106 STOP & Go to the parent directory. \\\hline 109 & the cursor will wrap to the last/first entry. \\
107 PLAY & Executes an action. Depending on the file type, that action may vary.(See page \pageref{ref:Filemenu}) \\\hline 110 STOP & Go to the parent directory. \\
108 ON & If there is a MP3 playing, returns to the While Playing Screen (WPS) without stopping playback. \\\hline 111 PLAY & Executes an action. \\
109 ON+PLAY/HOLD PLAY & Enters the File Menu \\\hline 112 & Depending on the file type, that action may vary.\\
110 Menu & Switches to the Main Menu \\\hline 113 & (See page \pageref{ref:Filemenu}) \\
114 ON & If there is a MP3 playing, \\
115 & returns to the While Playing Screen (WPS) \\
116 & without stopping playback. \\
117 ON+PLAY/HOLD PLAY & Enters the File Menu \\
118 Menu & Switches to the Main Menu \\\bottomrule
111 \end{tabular} 119 \end{tabular}
112 \end{center} 120 \end{center}
113 \end{table} 121 \end{table}
@@ -207,17 +215,21 @@ Rockbox.
207\opt{Rec}{ 215\opt{Rec}{
208 \begin{table}[h!] 216 \begin{table}[h!]
209 \begin{center} 217 \begin{center}
210 \begin{tabular}{|c|c|} 218 \begin{tabular}{@{}cc@{}}\toprule
211 \hline 219 \textbf{Key} & \textbf{Function} \\\midrule
212 KEY & FUNCTION \\\hline 220 ARROW KEYS & Move about the virtual keyboard \\
213 ARROW KEYS & Move about the virtual keyboard (moves the solid cursor) \\\hline 221 & (moves the solid cursor) \\
214 ON+LEFT/RIGHT & Move about within the current file name (moves the line cursor) \\\hline 222 ON+LEFT/RIGHT & Move about within the current file name \\
215 PLAY &Inserts the currently selected keyboard letter at the current filename cursor position \\\hline 223 & (moves the line cursor) \\
216 STOP & Exits the virtual keyboard without saving any changes \\\hline 224 PLAY & Inserts the currently selected keyboard letter \\
217 ON & No action \\\hline 225 & at the current filename cursor position \\
218 F1 & SHIFT: Shifts between the upper case, lower case and accented keyboards \\\hline 226 STOP & Exits the virtual keyboard without saving any changes \\
219 F2 & OK: Exits the virtual keyboard and saves any changer \\\hline 227 ON & No action \\
220 F3 & DEL: Deletes the character before the current filename cursor \\\hline 228 F1 & SHIFT: Shifts between the upper case, \\
229 & lower case and accented keyboards \\
230 F2 & OK: Exits the virtual keyboard and saves any changer \\
231 F3 & DEL: Deletes the character before\\
232 & the current filename cursor \\\bottomrule
221 \end{tabular} 233 \end{tabular}
222 \end{center} 234 \end{center}
223 \end{table} 235 \end{table}
@@ -231,13 +243,16 @@ Rockbox.
231 243
232 \begin{table}[h!] 244 \begin{table}[h!]
233 \begin{center} 245 \begin{center}
234 \begin{tabular}{|c|c|} 246 \begin{tabular}{@{}cc@{}}\toprule
235 \hline 247 \textbf{Key} & \textbf{Function} \\\midrule
236 KEY & FUNCTION \\\hline 248 MINUS/PLUS & Moves the arrow to/from the filename \\
237 MINUS/PLUS & Moves the arrow to/from the filename and changes between the character bar and BACKSPACE, DELETE, ACCEPT and ABORT. \\\hline 249 & and changes between the character bar \\
238 PLAY/STOP & Varies (see below) \\\hline 250 & and BACKSPACE, DELETE, ACCEPT and ABORT. \\
239 ON & Nothing \\\hline 251 PLAY/STOP & Varies (see below) \\
240 Menu & Shift. When the character selection bar is selected this changes between upper case, lower case, and accented letters. \\\hline 252 ON & Nothing \\
253 Menu & Shift. When the character selection bar is selected\\
254 & this changes between upper case, lower case, \\
255 & and accented letters. \\\bottomrule
241 \end{tabular} 256 \end{tabular}
242 \end{center} 257 \end{center}
243 \end{table} 258 \end{table}
@@ -246,15 +261,20 @@ Rockbox.
246 261
247 \begin{table}[h!] 262 \begin{table}[h!]
248 \begin{center} 263 \begin{center}
249 \begin{tabular}{|c|c|} 264 \begin{tabular}{@{}cc@{}}\toprule
250 \hline 265 \textbf{Selected option} & \textbf{Play/Stop function} \\\midrule
251 SELECTED OPTION & PLAY/STOP FUNCTION \\\hline 266 filename & Moves the cursor left (STOP) \\
252 filename & Moves the cursor left (STOP) or right (PLAY) within the filename \\\hline 267 & or right (PLAY) within the filename \\
253 character bar & Moves the character bar to the next (PLAY) or previous (STOP) character. \\\hline 268 character bar & Moves the character bar to the next (PLAY)\\
254 BACKSPACE & PLAY deletes the character before the current cursor position \\\hline 269 & or previous (STOP) character. \\
255 DELETE & PLAY deletes the character at the current cursor position\\\hline 270 BACKSPACE & PLAY deletes the character before \\
256 ACCEPT & PLAY exits the virtual keyboard and saves any changes \\\hline 271 & the current cursor position \\
257 ABORT & PLAY exits the virtual keyboard and discards any changes \\\hline 272 DELETE & PLAY deletes the character at the \\
273 & current cursor position\\
274 ACCEPT & PLAY exits the virtual keyboard and \\
275 & saves any changes \\
276 ABORT & PLAY exits the virtual keyboard and \\
277 & discards any changes \\\bottomrule
258 \end{tabular} 278 \end{tabular}
259 \end{center} 279 \end{center}
260 \end{table} 280 \end{table}
@@ -303,24 +323,25 @@ details of customising your WPS (While Playing Screen).
303\opt{Rec}{ 323\opt{Rec}{
304 \begin{table}[h!] 324 \begin{table}[h!]
305 \begin{flushleft} 325 \begin{flushleft}
306 \begin{tabular}{|c|c|} 326 \begin{tabular}{@{}cc@{}}\toprule
307 \hline 327 \textbf{Key} & \textbf{Action} \\\midrule
308 KEY & ACTION \\\hline 328 UP/DOWN & Volume up/down \\
309 UP/DOWN & Volume up/down \\\hline 329 LEFT & (quick press) Go to beginning of track, \\
310 LEFT & (quick press) Go to beginning of track, or if pressed while in the first seconds of a track, go to previous track \\\hline 330 & or if pressed while in the first seconds of a track, \\
311 LEFT (hold) & Rewind in track \\\hline 331 & go to previous track \\
312 RIGHT & (quick press) Go to next track. \\\hline 332 LEFT (hold) & Rewind in track \\
313 RIGHT (hold) & Fast forward in track. \\\hline 333 RIGHT & (quick press) Go to next track. \\
314 PLAY & Toggle play/pause \\\hline 334 RIGHT (hold) & Fast forward in track. \\
315 ON & (quick press) Go to file browser \\\hline 335 PLAY & Toggle play/pause \\
316 ON (hold) & Show pitch setting screen \\\hline 336 ON & (quick press) Go to file browser \\
317 STOP & Stop playback \\\hline 337 ON (hold) & Show pitch setting screen \\
318 F1 & Go to Main menu \\\hline 338 STOP & Stop playback \\
319 F2 & Toggles Play/browse quick menu \\\hline 339 F1 & Go to Main menu \\
320 F3 & Toggles Display quick menu \\\hline 340 F2 & Toggles Play/browse quick menu \\
321 F1+DOWN & Key lock on/off \\\hline 341 F3 & Toggles Display quick menu \\
322 F1+PLAY & Mute on/off \\\hline 342 F1+DOWN & Key lock on/off \\
323 F1+ON & Enter ID3 viewer \\\hline 343 F1+PLAY & Mute on/off \\
344 F1+ON & Enter ID3 viewer \\\bottomrule
324 \end{tabular} 345 \end{tabular}
325 \end{flushleft} 346 \end{flushleft}
326 \end{table} 347 \end{table}
@@ -329,22 +350,23 @@ details of customising your WPS (While Playing Screen).
329\opt{PS}{ 350\opt{PS}{
330 \begin{table}[h!] 351 \begin{table}[h!]
331 \begin{center} 352 \begin{center}
332 \begin{tabular}{|c|c|} 353 \begin{tabular}{@{}cc@{}}\toprule
333 \hline 354 \textbf{Key} & \textbf{Action} \\\midrule
334 KEY & ACTION \\\hline 355 MENU+PLUS & Increases volume \\
335 MENU+PLUS & Increases volume \\\hline 356 MENU+MINUS & Decreases volume \\
336 MENU+MINUS & Decreases volume \\\hline 357 MINUS & (quick press) Go to beginning of track, \\
337 MINUS &(quick press) Go to beginning of track, or if pressed while in the first seconds of a track, go to previous track. \\\hline 358 & or if pressed while in the first seconds of a track, \\
338 MINUS (hold) & Rewind in track \\\hline 359 & go to previous track. \\
339 PLUS & (quick press) Go to next track. \\\hline 360 MINUS (hold) & Rewind in track \\
340 PLUS (hold) & Fast{}-forward in track. \\\hline 361 PLUS & (quick press) Go to next track. \\
341 PLAY & Toggle play/pause \\\hline 362 PLUS (hold) & Fast{}-forward in track. \\
342 ON & Quick press = Go to file browser \\\hline 363 PLAY & Toggle play/pause \\
343 OFF & Stop playback \\\hline 364 ON & Quick press = Go to file browser \\
344 MENU & Go to Main menu \\\hline 365 OFF & Stop playback \\
345 MENU+STOP & Key lock on/off \\\hline 366 MENU & Go to Main menu \\
346 MENU+PLAY & Mute on/off \\\hline 367 MENU+STOP & Key lock on/off \\
347 MENU+ON & Enter ID3 viewer \\\hline 368 MENU+PLAY & Mute on/off \\
369 MENU+ON & Enter ID3 viewer \\\bottomrule
348 \end{tabular} 370 \end{tabular}
349 \end{center} 371 \end{center}
350 \end{table} 372 \end{table}
@@ -423,12 +445,11 @@ settings.
423 445
424\begin{table}[h!] 446\begin{table}[h!]
425 \begin{center} 447 \begin{center}
426 \begin{tabular}{|c|c|} 448 \begin{tabular}{@cc@{}}\toprule
427 \hline 449 \textbf{Key} & \textbf{Action} \\\midrule
428 KEY & ACTION \\\hline 450 LEFT & Controls Shuffle mode setting \\
429 LEFT & Controls Shuffle mode setting \\\hline 451 RIGHT & Controls Repeat mode setting \\
430 RIGHT & Controls Repeat mode setting \\\hline 452 DOWN & Controls Show file setting \\\bottomrule
431 DOWN & Controls Show file setting \\\hline
432 \end{tabular} 453 \end{tabular}
433 \end{center} 454 \end{center}
434\end{table} 455\end{table}
@@ -449,12 +470,11 @@ settings.
449 470
450\begin{table}[h!] 471\begin{table}[h!]
451 \begin{center} 472 \begin{center}
452 \begin{tabular}{|c|c|} 473 \begin{tabular}{@{}cc@{}}\toprule
453 \hline 474 \textbf{Key} & \textbf{Action} \\\midrule
454 KEY & ACTION \\\hline 475 LEFT & Controls scroll bar display \\
455 LEFT & Controls scroll bar display \\\hline 476 RIGHT & Controls status bar display \\
456 RIGHT & Controls status bar display \\\hline 477 DOWN & Controls upside down screen setting \\\bottomrule
457 DOWN & Controls upside down screen setting \\\hline
458 \end{tabular} 478 \end{tabular}
459 \end{center} 479 \end{center}
460\end{table} 480\end{table}