summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface
diff options
context:
space:
mode:
Diffstat (limited to 'manual/rockbox_interface')
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex34
-rw-r--r--manual/rockbox_interface/main.tex2
-rw-r--r--manual/rockbox_interface/wps.tex64
3 files changed, 81 insertions, 19 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index fa29ca9f13..12e9896923 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -46,12 +46,14 @@ the \setting{Show Files} setting to all.
46\begin{table} 46\begin{table}
47 \begin{btnmap}{}{} 47 \begin{btnmap}{}{}
48 \ActionStdPrev{}/\ActionStdNext{} 48 \ActionStdPrev{}/\ActionStdNext{}
49 \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdPrev{}/\ActionRCStdNext{}}
49 & Go to previous/next item in list. If you are on the first/last 50 & Go to previous/next item in list. If you are on the first/last
50 entry, the cursor will wrap to the last/first entry.\\ 51 entry, the cursor will wrap to the last/first entry.\\
51 % 52 %
52 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD} 53 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}
53 { 54 {
54 \ButtonOn+\ButtonUp{}/ \ButtonDown 55 \ButtonOn+\ButtonUp{}/ \ButtonDown
56 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCBitrate{}/ \ButtonRCSource}
55 & Move one page up/down in the list.\\ 57 & Move one page up/down in the list.\\
56 } 58 }
57 \opt{IRIVER_H10_PAD} 59 \opt{IRIVER_H10_PAD}
@@ -60,28 +62,39 @@ the \setting{Show Files} setting to all.
60 & Move one page up/down in the list.\\ 62 & Move one page up/down in the list.\\
61 } 63 }
62 % 64 %
63 \ActionTreeParentDirectory & Go to the parent directory.\\ 65 \ActionTreeParentDirectory
66 \opt{IRIVER_RC_H100_PAD}{& \ActionRCTreeParentDirectory}
67 & Go to the parent directory.\\
64 % 68 %
65 \ActionTreeEnter 69 \ActionTreeEnter
70 \opt{IRIVER_RC_H100_PAD}{& \ActionRCTreeEnter}
66 & Executes the default action on the selected file or enters a 71 & Executes the default action on the selected file or enters a
67 directory.\\ 72 directory.\\
68 % 73 %
69 \ActionTreeWps & If there is an audio file playing, returns to the 74 \ActionTreeWps
75 \opt{IRIVER_RC_H100_PAD}{& \ActionRCTreeWps}
76 & If there is an audio file playing, returns to the
70 \setting{While Playing Screen} (WPS) without stopping playback.\\ 77 \setting{While Playing Screen} (WPS) without stopping playback.\\
71 % 78 %
72 \nopt{player,c200}% 79 \nopt{player,c200}%
73 {% 80 {%
74 \ActionTreeStop & Stops audio playback.\\% 81 \ActionTreeStop
82 \opt{IRIVER_RC_H100_PAD}{& \ActionRCTreeStop}
83 & Stops audio playback.\\%
75 }% 84 }%
76 % 85 %
77 \ActionStdContext{} 86 \ActionStdContext{}
87 \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdContext}
78 & Enter the \setting{Context Menu}\\ 88 & Enter the \setting{Context Menu}\\
79 % 89 %
80 \ActionStdMenu{} 90 \ActionStdMenu{}
91 \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdMenu}
81 & Enter the \setting{Main Menu}\\ 92 & Enter the \setting{Main Menu}\\
82 % 93 %
83 \opt{quickscreen}{ 94 \opt{quickscreen}{
84 \ActionStdQuickScreen & Switches to the \setting{Quick Screen} 95 \ActionStdQuickScreen
96 \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdQuickScreen}
97 & Switches to the \setting{Quick Screen}
85 (see \reference{ref:QuickScreen}) \\ 98 (see \reference{ref:QuickScreen}) \\
86 } 99 }
87 \opt{RECORDER_PAD}{ 100 \opt{RECORDER_PAD}{
@@ -186,18 +199,24 @@ can be easily changed by making a text file with the required layout. More
186 \begin{table} 199 \begin{table}
187 \begin{btnmap}{}{} 200 \begin{btnmap}{}{}
188 \ActionKbdLeft~/ \ActionKbdRight~/ \ActionKbdUp~/ \ActionKbdDown 201 \ActionKbdLeft~/ \ActionKbdRight~/ \ActionKbdUp~/ \ActionKbdDown
202 \opt{IRIVER_RC_H100_PAD}{
203 & \ActionRCKbdLeft~/ \ActionRCKbdRight~/ \ActionRCKbdUp~/ \ActionRCKbdDown}
189 & Move about the virtual keyboard (moves the solid cursor) \\ 204 & Move about the virtual keyboard (moves the solid cursor) \\
190 % 205 %
191 \ActionKbdPageFlip 206 \ActionKbdPageFlip
207 \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdPageFlip}
192 & Flip to the next page of characters (if there is more than one) \\ 208 & Flip to the next page of characters (if there is more than one) \\
193 % 209 %
194 \ActionKbdCursorLeft or \ActionKbdCursorRight 210 \ActionKbdCursorLeft{} / \ActionKbdCursorRight
211 \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdCursorLeft{} / \ActionRCKbdCursorRight}
195 & Move the line cursor within the text line \\ 212 & Move the line cursor within the text line \\
196 % 213 %
197 \ActionKbdSelect 214 \ActionKbdSelect
215 \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdSelect}
198 & Inserts the selected keyboard letter at the current cursor position \\ 216 & Inserts the selected keyboard letter at the current cursor position \\
199 % 217 %
200 \ActionKbdAbort 218 \ActionKbdAbort
219 \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdAbort}
201 & Exits the virtual keyboard without saving any changes \\ 220 & Exits the virtual keyboard without saving any changes \\
202 % 221 %
203 \opt{RECORDER_PAD}{ 222 \opt{RECORDER_PAD}{
@@ -206,14 +225,19 @@ can be easily changed by making a text file with the required layout. More
206 } 225 }
207 % 226 %
208 \ActionKbdDone 227 \ActionKbdDone
228 \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdDone}
209 & Exits the virtual keyboard and saves any changes \\ 229 & Exits the virtual keyboard and saves any changes \\
230 %
210 \ActionKbdBackSpace 231 \ActionKbdBackSpace
232 \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdBackSpace}
211 & Deletes the character before the line cursor \\ 233 & Deletes the character before the line cursor \\
212 % 234 %
213 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD}{ 235 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD}{
214 \ActionKbdMorseInput 236 \ActionKbdMorseInput
237 \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdMorseInput}
215 & Enters Morse input mode \\ 238 & Enters Morse input mode \\
216 \ActionKbdMorseSelect 239 \ActionKbdMorseSelect
240 \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdMorseSelect}
217 & Tap to select a character in Morse input mode \\ 241 & Tap to select a character in Morse input mode \\
218 } 242 }
219 \end{btnmap} 243 \end{btnmap}
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 43851489a1..d28f3ceb2d 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -424,6 +424,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
424 \begin{table} 424 \begin{table}
425 \begin{btnmap}{}{} 425 \begin{btnmap}{}{}
426 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}% 426 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}%
427 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCOn}%
427 \opt{IPOD_4G_PAD}{\ButtonMenu{} / \ButtonSelect}% 428 \opt{IPOD_4G_PAD}{\ButtonMenu{} / \ButtonSelect}%
428 \opt{IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay}% 429 \opt{IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay}%
429 \opt{ONDIO_PAD}{\ButtonOff}\opt{RECORDER_PAD,PLAYER_PAD}% 430 \opt{ONDIO_PAD}{\ButtonOff}\opt{RECORDER_PAD,PLAYER_PAD}%
@@ -432,6 +433,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
432 {\ButtonPower}% 433 {\ButtonPower}%
433 & Start Rockbox\\ 434 & Start Rockbox\\
434 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOff}% 435 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOff}%
436 \opt{IRIVER_RC_H100_PAD}{& Long \ButtonRCStop}%
435 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}% 437 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}%
436 \opt{ONDIO_PAD,recorderv2fm}{Long \ButtonOff}% 438 \opt{ONDIO_PAD,recorderv2fm}{Long \ButtonOff}%
437 \opt{recorder}{Double tap \ButtonOff\ when playback is stopped}% 439 \opt{recorder}{Double tap \ButtonOff\ when playback is stopped}%
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index 6780999a7d..43ee436534 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -57,24 +57,42 @@ your WPS (While Playing Screen).
57 57
58\begin{table} 58\begin{table}
59 \begin{btnmap}{}{} 59 \begin{btnmap}{}{}
60 \ActionWpsVolUp{} / \ActionWpsVolDown & Volume up/down.\\ 60 \ActionWpsVolUp{} / \ActionWpsVolDown
61 \opt{HAVE_REMOTE_KEYMAP}{& \ActionRCWpsVolUp{} / \ActionRCWpsVolDown}
62 & Volume up/down.\\
61 % 63 %
62 \ActionWpsSkipPrev & Go to beginning of track, or if pressed while in the 64 \ActionWpsSkipPrev
65 \opt{HAVE_REMOTE_KEYMAP}{& \ActionRCWpsSkipPrev}
66 & Go to beginning of track, or if pressed while in the
63 first seconds of a track, go to previous track.\\ 67 first seconds of a track, go to previous track.\\
64 % 68 %
65 \ActionWpsSeekBack & Rewind in track.\\ 69 \ActionWpsSeekBack
70 \opt{HAVE_REMOTE_KEYMAP}{& \ActionRCWpsSeekBack}
71 & Rewind in track.\\
66 % 72 %
67 \ActionWpsSkipNext & Go to next track.\\ 73 \ActionWpsSkipNext
74 \opt{HAVE_REMOTE_KEYMAP}{& \ActionRCWpsSkipNext}
75 & Go to next track.\\
68 % 76 %
69 \ActionWpsSeekFwd & Fast forward in track.\\ 77 \ActionWpsSeekFwd
78 \opt{HAVE_REMOTE_KEYMAP}{& \ActionRCWpsSeekFwd}
79 & Fast forward in track.\\
70 % 80 %
71 \ActionWpsPlay & Toggle play/pause.\\ 81 \ActionWpsPlay
82 \opt{HAVE_REMOTE_KEYMAP}{& \ActionRCWpsPlay}
83 & Toggle play/pause.\\
72 % 84 %
73 \ActionWpsStop & Stop playback.\\ 85 \ActionWpsStop
86 \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsStop}
87 & Stop playback.\\
74 % 88 %
75 \ActionWpsBrowse & Return to the \setting{File Browser}.\\ 89 \ActionWpsBrowse
90 \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsBrowse}
91 & Return to the \setting{File Browser}.\\
76 % 92 %
77 \ActionWpsContext & Enter \setting{WPS Context Menu}.\\ 93 \ActionWpsContext
94 \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsContext}
95 & Enter \setting{WPS Context Menu}.\\
78 % 96 %
79 \opt{ONDIO_PAD}{\ActionWpsContext{} twice}% 97 \opt{ONDIO_PAD}{\ActionWpsContext{} twice}%
80 \nopt{ONDIO_PAD}{\ActionWpsMenu}% 98 \nopt{ONDIO_PAD}{\ActionWpsMenu}%
@@ -82,7 +100,9 @@ your WPS (While Playing Screen).
82 \opt{ONDIO_PAD}{ via the \setting{WPS Context Menu}}.\\% 100 \opt{ONDIO_PAD}{ via the \setting{WPS Context Menu}}.\\%
83 % 101 %
84 \opt{quickscreen}{% 102 \opt{quickscreen}{%
85 \ActionWpsQuickScreen & Switches to the \setting{Quick Screen}. 103 \ActionWpsQuickScreen
104 \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsQuickScreen}
105 & Switches to the \setting{Quick Screen}.
86 (see \reference{ref:QuickScreen}) \\}% 106 (see \reference{ref:QuickScreen}) \\}%
87 % 107 %
88 % software hold targets (currently Archos only) 108 % software hold targets (currently Archos only)
@@ -102,28 +122,38 @@ your WPS (While Playing Screen).
102 }% 122 }%
103 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,MROBE100_PAD% 123 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,MROBE100_PAD%
104 ,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{% 124 ,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{%
105 \ActionWpsPitchScreen & Show \setting{Pitch Screen} 125 \ActionWpsPitchScreen
106 (see \reference{sec:pitchscreen}).\\}% 126 \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsPitchScreen}
127 & Show \setting{Pitch Screen}
128 (see \reference{sec:pitchscreen}).\\}%
107 % 129 %
108 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD% 130 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD%
109 ,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{% 131 ,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{%
110 \ActionWpsIdThreeScreen & Enter \setting{ID3 Viewer}.\\% 132 \ActionWpsIdThreeScreen
133 \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsIdThreeScreen}
134 & Enter \setting{ID3 Viewer}.\\%
111 }% 135 }%
112 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,MROBE100_PAD% 136 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,MROBE100_PAD%
113 ,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{% 137 ,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{%
114 \ActionWpsAbSetBNextDir{} or }% 138 \ActionWpsAbSetBNextDir{} or }%
115 % not all targets have the above action defined but the one below works on all 139 % not all targets have the above action defined but the one below works on all
116 Short \ActionWpsSkipNext{} + Long \ActionWpsSkipNext 140 Short \ActionWpsSkipNext{} + Long \ActionWpsSkipNext
141 \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsAbSetBNextDir{} or
142 Short \ActionRCWpsSkipNext{} + Long \ActionRCWpsSkipNext}
117 & Skip to the next directory.\\ 143 & Skip to the next directory.\\
118 % 144 %
119 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD% 145 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD%
120 ,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{% 146 ,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{%
121 \ActionWpsAbSetAPrevDir{} or }% 147 \ActionWpsAbSetAPrevDir{} or }%
122 Short \ActionWpsSkipPrev{} + Long \ActionWpsSkipPrev 148 Short \ActionWpsSkipPrev{} + Long \ActionWpsSkipPrev
149 \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsAbSetAPrevDir{} or
150 Short \ActionRCWpsSkipNext{} + Long \ActionRCWpsSkipNext}
123 & Skip to the previous directory.\\ 151 & Skip to the previous directory.\\
124 % 152 %
125 \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ 153 \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{
126 \ActionStdRec & Switches to the Recording screen \\ 154 \ActionStdRec
155 \opt{IRIVER_RC_H100_PAD}{&}
156 & Switches to the Recording screen \\
127 }% 157 }%
128 \end{btnmap} 158 \end{btnmap}
129\end{table} 159\end{table}
@@ -288,23 +318,29 @@ Delete the currently playing file.
288 \begin{table} 318 \begin{table}
289 \begin{btnmap}{}{} 319 \begin{btnmap}{}{}
290 \ActionPsToggleMode 320 \ActionPsToggleMode
321 \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsToggleMode}
291 & Toggle pitch changing mode \\ 322 & Toggle pitch changing mode \\
292 % 323 %
293 \ActionPsIncSmall{} / \ActionPsDecSmall 324 \ActionPsIncSmall{} / \ActionPsDecSmall
325 \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsIncSmall{} / \ActionRCPsDecSmall}
294 & Increase / Decrease pitch by 0.1\% (in procentual mode) or a semitone 326 & Increase / Decrease pitch by 0.1\% (in procentual mode) or a semitone
295 (in semitone mode)\\ 327 (in semitone mode)\\
296 % 328 %
297 \ActionPsIncBig{} / \ActionPsDecBig 329 \ActionPsIncBig{} / \ActionPsDecBig
330 \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsIncBig{} / \ActionRCPsDecBig}
298 & Increase / Decrease pitch by 1\% (in procentual mode) or a semitone 331 & Increase / Decrease pitch by 1\% (in procentual mode) or a semitone
299 (in semitone mode)\\ 332 (in semitone mode)\\
300 % 333 %
301 \ActionPsNudgeLeft{} / \ActionPsNudgeRight 334 \ActionPsNudgeLeft{} / \ActionPsNudgeRight
335 \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsNudgeLeft{} / \ActionPsNudgeRight}
302 & Temporarily change pitch by 2.0\% (beatmatch), or modify speed (in timestretch mode) \\ 336 & Temporarily change pitch by 2.0\% (beatmatch), or modify speed (in timestretch mode) \\
303 % 337 %
304 \ActionPsReset 338 \ActionPsReset
339 \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsReset}
305 & Reset pitch and speed to 100\% \\ 340 & Reset pitch and speed to 100\% \\
306 % 341 %
307 \ActionPsExit 342 \ActionPsExit
343 \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsExit}
308 & Leave the Pitch Screen \\ 344 & Leave the Pitch Screen \\
309 % 345 %
310 \end{btnmap} 346 \end{btnmap}