fix: The second playback time is not correct in playing TTA musics continuously.
[kugel-rb.git] / manual / configure_rockbox / system_options.tex
blobe8dc2310f94d1bf4e3f50783216ceb9b707b0425
1 % $Id$ %
2 \section{\label{ref:SystemOptions}System}
3 \subsection{Start Screen}
4 Set the screen that Rockbox will start in. Selecting
5 \setting{Resume Playback} will resume playback where it was when the \dap{}
6 was shut off if there is a playlist to resume and will then end up in the
7 WPS. Selecting \setting{Previous Screen} will make Rockbox start in the
8 screen it was when the \dap{} was shut off.
10 \nopt{sansa}%will probably be there on Sansas one day - exclude it the simple way without specific option
11 {\nopt{sansaAMS}{
12 \subsection{Battery}
13 Options relating to the \opt{archos}{batteries}\nopt{archos}{battery}
14 in the \dap.
15 \begin{description}
16 \item [Battery Capacity.] This setting can be used to tell Rockbox what
17 capacity (in mAh) the battery being used has. The default is
18 \opt{player,recorder}{1500~mAh}%
19 \opt{recorderv2fm}{2200~mAh}%
20 \opt{ondiosp,ondiofm,vibe500}{1000~mAh}%
21 \opt{h100,h300}{1300~mAh}%
22 \opt{ipodmini}{400~mAh (1G) or 630~mAh (2G)}%
23 \opt{ipodcolor}{700~mAh}%
24 \opt{ipodnano}{300~mAh}%
25 \opt{ipodvideo}{400~mAh (30~GB) or 600~mAh (60/80~GB)}%
26 \opt{ipod4g}{630~mAh}%
27 \opt{ipod3g}{630~mAh}%
28 \opt{ipod1g2g}{1200~mAh}%
29 \opt{m5,x5}{950~mAh}%
30 \opt{gigabeatf}{2000~mAh}%
31 \opt{gigabeats}{700~mAh}%
32 \opt{cowond2}{1600~mAh}%
33 , which is the capacity value for the standard
34 \opt{archos}{batteries}\nopt{archos}{battery} shipped with the \dap.
35 Rockbox uses this value for runtime estimation, not battery percentage
36 calculation. Changing this setting has no effect whatsoever on
37 actual battery life. This setting only affects the accuracy of the
38 runtime estimation as shown on screen.
39 \opt{iaudio}{Rockbox does not automatically distinguish between the
40 ``L'' models and the ``simple'' models which determine the default
41 value. If your dap{} is an \opt{m5}{M5L}\opt{x5}{X5L} set the value
42 to 2250~mAh for more accuracy in the runtime estimation.}
43 \opt{ipod,sansa}{This value is fairly meaningless in the \playerman{}
44 family at present, and work is on-going into finding a better way to
45 determine battery life.}
47 \opt{battery_types}{
48 \item [Battery Type.] This setting tells Rockbox which type of battery
49 is currently used in the \dap{}. The two supported battery types are
50 ``Alkaline'' or ``NiMH''.}
52 \opt{h300,ipodnano2g}{
53 \item [Charge During USB Connection.] This option lets you control whether
54 the \dap{} should charge during the USB connection and hence draw the
55 full 500~mA. Turning it \setting{Off} is recommended if the dap{} is
56 connected through an unpowered USB hub or a laptop port.
59 \end{description}
61 \opt{dircache,HAVE_DISK_STORAGE}{
62 \subsection{Disk}
63 Options relating to the hard disk.
65 \begin{description}
66 \opt{HAVE_DISK_STORAGE}{
67 \item [Disk Spindown.] Rockbox has a timer that makes it spin down the
68 hard disk after it is idle for a certain amount of time. This setting
69 controls the amount of time between the last user activity and the time
70 that the disk spins down. This idle time is only affected by user
71 activity, like navigating through the \setting{File Browser}. When the
72 hard disk spins up to fill the audio buffer, it automatically spins down
73 afterwards.
76 \opt{dircache}{
77 \item [Directory Cache.] Rockbox has the ability to cache the contents of
78 your drive in RAM. The \setting{Directory Cache} takes a small amount of
79 memory away from Rockbox that would otherwise be used to buffer music,
80 but it speeds up navigation in the file browser by eliminating
81 the slight pause between the time a navigation button is pressed and the
82 time Rockbox responds. Turning this setting on activates the
83 directory cache, and turning it off deactivates the directory
84 cache.
85 \note{The first time you enable the directory cache,
86 Rockbox will request a reboot of the \dap{} and upon restarting take a few
87 minutes to scan the drive. After this, the directory cache will work in the
88 background.}
90 \end{description}
91 } % \opt{dircache,HAVE_DISK_STORAGE}
93 \subsection{Idle Poweroff}
94 Rockbox can be configured to turn off power after the unit has been idle for a
95 defined number of minutes. The \dap{} is idle when playback is stopped or
96 paused. It is not idle while the USB or charger is connected
97 \opt{recording}{, or while recording}.
98 Settings are either \setting{Off} or 1 to 10 minutes in 1 minute steps. Then
99 15, 30, 45 or 60 minutes are available.
102 \subsection{Limits}
103 This sub menu relates to limits in the Rockbox operating system.
104 \begin{description}
105 \item [Max Entries in File Browser.] This setting controls the limit on
106 the number of files that you can put in any particular directory in the
107 file browser. You can configure the size to be between 50 and
108 10,000 files in steps of 50. The default is 400. Higher values will shorten
109 the music buffer, so you should increase this setting \emph{only} if you have
110 directories with a large number of files.
112 \item [Max Playlist Size.] This setting controls the maximum size of
113 a playlist. The playlist size can be between 1,000 and 32,000 files,
114 in steps of 1,000 (default is 10,000). Higher values will shorten the
115 music buffer, so you should increase this setting \emph{only} if you
116 have very large playlists.
117 \end{description}
119 % TODO: this needs to be rewritten in another style, it lets you mix sound from another source into the music
120 \opt{player}{
121 \subsection{Line In} This option activates the line-in port on \dap, which is
122 off by default. This is useful for such applications as:
123 \begin{itemize}
124 \item Game boy $\rightarrow$ \dap $\rightarrow$ human
125 \item laptop $\rightarrow$ \dap $\rightarrow$ human
126 \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human
127 \end{itemize}
130 \opt{HAVE_CAR_ADAPTER_MODE}{
131 \subsection{Car Adapter Mode}
132 This option turns \setting{On} and \setting{Off} the car ignition
133 auto stop function.
134 \begin{description}
135 \item [Car Adapter Mode.] When using the \dap{} in a car,
136 \setting{Car Adapter Mode} automatically stops playback on the \dap{} when
137 power (i.e. from cigarette lighter power adapter) to the external DC in jack
138 is turned off. If the \setting{Car Adapter Mode} is set to \setting{On},
139 Rockbox will pause playback when the external power off condition is
140 detected. Rockbox will then shutdown the \dap{} after the length of time set
141 in the \setting{Idle Poweroff} setting (see above).
142 If power to the DC in jack is turned back on before the \emph{Idle Poweroff}
143 function has shut the \dap{} off, playback will be resumed 5 seconds after
144 the power is applied. This delay is to allow for the time while the car
145 engine is being started.
146 \end{description}
148 Once the \dap{} is shut off either manually, or automatically with the
149 \setting{Idle Poweroff} function, it must be powered up manually to resume
150 playback.
153 \opt{accessory_supply}{
154 \subsection{\label{ref:AccessoryPowerSupply}Accessory Power Supply}
155 This option turns the accessory power supply \setting{On} and \setting{Off}.
156 The Apple accessory protocol has been partially implemented in Rockbox, and
157 thus there is a reasonable chance that your favourite accessory will work.
158 The accessory may require power from the \dap{} to function, and if so you should turn
159 this option \setting{On}. If it is not required, then turning this setting
160 \setting{Off} will save battery and therefore result in better runtime.
163 \opt{lineout_poweroff}{
164 \subsection{\label{ref:LineoutOnOff}Line Out}
165 This option turns the \dap{}'s line-out \setting{On} and \setting{Off}. On some
166 devices an enabled line-out will consume some power even if not used. If it is
167 not required, then turning this setting \setting{Off} will save battery and
168 therefore result in better runtime.
171 \opt{HAVE_BUTTON_LIGHTS}{
172 \opt{e200,e200v2}{
173 \subsection{Wheel Light Timeout}
174 This setting controls the amount of time the wheel lights shine after a
175 button press or wheel turn. If set to \setting{Off}, the LEDs will not
176 light when a button is pressed. If set to \setting{On}, the lights will
177 never shut off. If set to a time (1 to 120 seconds), the wheel will stay
178 lit for that amount of time after a button press or wheel turn.
180 \nopt{e200,e200v2}{
181 \subsection{Button Light Timeout}
182 This setting controls the amount of time the button lights shine after a
183 button press. If set to \setting{Off}, the LEDs will not light when a
184 button is pressed. If set to \setting{On}, the lights will never shut off.
185 If set to a time (1 to 120 seconds), the buttons will stay lit for
186 that amount of time after a button press.
188 \opt{gigabeatf}{
189 \subsection{Button Light Brightness}
190 Changes the brightness of the button lights.
193 \opt{usb_hid}{
194 \subsection{\label{ref:USB_HID}USB HID}
195 This option turns the USB HID feature \setting{On} and \setting{Off}.
196 When this feature is enabled, the \dap{} enumerates as a Human Interface
197 Device (HID), composed of several HID sub devices.
198 Since the \dap{} also enumerates as a Mass Storage Device, it becomes a USB
199 Composite Device, which contains both these devices.
201 \subsection{USB Keypad Mode}
202 This setting control the keypad mode when the \dap{} is attached to a
203 computer through USB. Pressing a key on the \dap{} sends a keystroke the
204 computer the \dap{} is attached to, according to the mapping set by the
205 keypad mode. There are different modes which provide different
206 functionality.
207 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
208 ,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD%
209 ,PBELL_VIBE500_PAD}{%
210 Switching modes back and forth is done by pressing the
211 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}%
212 \opt{GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,IRIVER_H10_PAD}%
213 {\ButtonPower}%
214 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonRight}
215 \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonLeft}
217 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonRec}%
218 \opt{GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,IRIVER_H10_PAD}%
219 {Long \ButtonPower}%
220 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonLeft}
221 \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonRight}
222 keys, respectively.%
224 \opt{HAVEREMOTEKEYMAP}{
225 Remote %
226 \opt{GIGABEAT_RC_PAD}{\ButtonRCDsp / Long \ButtonRCDsp}%
227 \opt{MROBE100_RC_PAD}{\ButtonRCMode / Long \ButtonRCMode}
228 can also be used to switch modes.%
230 \newline\newline
231 The following modes are available:
232 \begin{description}
234 \item [Multimedia.] This mode lets you control the volume, playback,
235 and skips tracks on the host computer. It is equivalent for the
236 multimedia keys found on top of some multimedia keyboards.
238 \begin{table}
239 \begin{btnmap}{}{}
240 % Volume up / down
241 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
242 {\ButtonScrollFwd / \ButtonScrollBack}
243 \opt{GIGABEAT_S_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
244 {\ButtonVolUp / \ButtonVolDown}
245 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown}
246 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp / \ButtonDown}
248 \opt{HAVEREMOTEKEYMAP}{
249 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
250 {\ButtonRCVolUp / \ButtonRCVolDown}%
252 Volume up / down, respectively
255 % Volume mute
256 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
257 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{\ButtonSelect}
258 \opt{GIGABEAT_S_PAD}{\ButtonSelect; \ButtonBack}
259 \opt{IRIVER_H10_PAD}{\ButtonFF}
260 \opt{IRIVER_VIBE500_PAD}{\ButtonMenu}
262 \opt{HAVEREMOTEKEYMAP}{
263 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF}%
264 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
266 Volume mute
269 % Playback play / pause
270 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp}
271 \opt{IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
272 ,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
273 \opt{GIGABEAT_S_PAD}{\ButtonPlay; \ButtonUp}
275 \opt{HAVEREMOTEKEYMAP}{
276 \opt{GIGABEAT_RC_PAD}{\ButtonRCPlay}%
277 \opt{MROBE100_RC_PAD}{\ButtonRCPlay}%
279 Play / Pause
282 % Playback stop
283 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
284 \opt{GIGABEAT_S_PAD}{\ButtonMenu; \ButtonDown}
285 \opt{SANSA_CLIP_PAD}{\ButtonHome}
286 \opt{IRIVER_H10_PAD}{\ButtonRew; Long \ButtonPlay}
287 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
288 {\ButtonMenu; Long \ButtonPlay}
289 \opt{PBELL_VIBE500_PAD}{\ButtonCancel; Long \ButtonPlay}
290 \opt{MROBE100_PAD}{\ButtonDisplay; Long {\ButtonPlay}}
292 \opt{HAVEREMOTEKEYMAP}{
293 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCPlay}%
294 \opt{MROBE100_RC_PAD}{\ButtonRCDisplay; Long \ButtonRCPlay}%
296 Stop
299 % Scan previous track
300 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,%
301 IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
302 ,MROBE100_PAD,PBELL_VIBE500_PAD}
303 {\ButtonLeft}
304 \opt{GIGABEAT_RC_PAD}{\ButtonPrev; \ButtonLeft}%
306 \opt{HAVEREMOTEKEYMAP}{
307 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCRew}%
309 Scan previous track
312 % Scan next track
313 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
314 ,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
315 ,MROBE100_PAD,PBELL_VIBE500_PAD}
316 {\ButtonRight}
317 \opt{GIGABEAT_RC_PAD}{\ButtonNext; \ButtonRight}%
319 \opt{HAVEREMOTEKEYMAP}{
320 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCFF}%
322 Scan next track
324 \end{btnmap}
325 \end{table}
327 \item [Presentation.] This mode lets you control a presentation program
328 (e.g. OpenOffice Impress, and some other popular application), making
329 the \dap{} a wired remote control device. This mode is can be useful
330 for lecturers who does not have a wireless remote control for this
331 purpose.
333 \begin{table}
334 \begin{btnmap}{}{}
335 % Slideshow start
336 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp}
337 \opt{GIGABEAT_S_PAD}{\ButtonPlay; \ButtonUp}
338 \opt{IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
339 ,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
341 \opt{HAVEREMOTEKEYMAP}{
342 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCPlay}%
344 Slideshow start
347 % Slideshow leave
348 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
349 \opt{GIGABEAT_S_PAD}{Long \ButtonPlay; Long \ButtonUp}
350 \opt{SANSA_CLIP_PAD}{\ButtonHome}
351 \opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD}{Long \ButtonPlay}
352 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{Long \ButtonPlay}
353 \opt{MROBE100_PAD}{\ButtonDisplay; Long \ButtonPlay}
355 \opt{HAVEREMOTEKEYMAP}{
356 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{Long \ButtonRCPlay}%
358 Slideshow leave
361 % Slide previous
362 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
363 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
364 {\ButtonLeft}
365 \opt{GIGABEAT_S_PAD}{\ButtonPrev; \ButtonLeft}
366 \opt{IRIVER_H10_PAD}{\ButtonRew}
368 \opt{HAVEREMOTEKEYMAP}{
369 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCRew}%
371 Slide previous
374 % Slide next
375 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
376 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
377 {\ButtonRight}
378 \opt{GIGABEAT_S_PAD}{\ButtonNext; \ButtonRight}
379 \opt{IRIVER_H10_PAD}{\ButtonFF}
381 \opt{HAVEREMOTEKEYMAP}{
382 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCFF}%
384 Slide next
387 % Slide first
388 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
389 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
390 {Long \ButtonLeft}
391 \opt{GIGABEAT_S_PAD}{Long \ButtonPrev; Long \ButtonLeft}
392 \opt{IRIVER_H10_PAD}{Long \ButtonRew}
394 \opt{HAVEREMOTEKEYMAP}{
395 \opt{MROBE100_RC_PAD}{Long \ButtonRCRew}%
397 Slide first
400 % Slide last
401 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
402 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
403 {Long \ButtonRight}
404 \opt{GIGABEAT_S_PAD}{Long \ButtonNext; Long \ButtonRight}
405 \opt{IRIVER_H10_PAD}{Long \ButtonFF}
407 \opt{HAVEREMOTEKEYMAP}{
408 \opt{MROBE100_RC_PAD}{Long \ButtonRCFF}%
410 Slide last
413 % Screen black
414 \opt{SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
415 ,SANSA_CLIP_PAD}{\ButtonDown}
416 \opt{IRIVER_H10_PAD}{\ButtonLeft}
417 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
418 {\ButtonMenu}
419 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
421 \opt{HAVEREMOTEKEYMAP}{
422 \opt{MROBE100_RC_PAD}{\ButtonRCDisplay}%
424 Black screen
427 % Screen white
428 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
429 ,SANSA_CLIP_PAD}{Long \ButtonDown}
430 \opt{IRIVER_H10_PAD}{Long \ButtonLeft}
431 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
432 {Long \ButtonMenu}
433 \opt{PBELL_VIBE500_PAD}{\ButtonMenu}
435 \opt{HAVEREMOTEKEYMAP}{
436 \opt{MROBE100_RC_PAD}{Long \ButtonRCDisplay}%
438 White screen
441 % Link previous / next
442 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
443 {\ButtonScrollBack / \ButtonScrollFwd}
444 \opt{GIGABEAT_S_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
445 {\ButtonVolUp / \ButtonVolDown}
446 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown}
447 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp / \ButtonDown}
449 \opt{HAVEREMOTEKEYMAP}{
450 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
451 {\ButtonRCVolUp / \ButtonRCVolDown}%
453 Previous / next link in slide, respectively
456 % Mouse click
457 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
458 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
459 {\ButtonSelect}
460 \opt{GIGABEAT_S_PAD}{\ButtonSelect; \ButtonBack}
461 \opt{IRIVER_H10_PAD}{\ButtonRight}
462 \opt{PBELL_VIBE500_PAD}{\ButtonOK}
464 \opt{HAVEREMOTEKEYMAP}{
465 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF}%
466 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
468 Perform a 'mouse click' over a link
471 % Mouse over
472 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
473 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{Long \ButtonSelect}
474 \opt{GIGABEAT_S_PAD}{Long \ButtonSelect; Long \ButtonBack}
475 \opt{IRIVER_H10_PAD}{Long \ButtonRight}
476 \opt{PBELL_VIBE500_PAD}{Long \ButtonOK}
478 \opt{HAVEREMOTEKEYMAP}{
479 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCRew}%
480 \opt{MROBE100_RC_PAD}{Long \ButtonRCHeart}%
482 Perform a 'mouse over' over a link
484 \end{btnmap}
485 \end{table}
487 \item [Browser.] This mode lets you control a web browser (e.g.
488 Firefox). It uses the \dap{}'s keys to navigate through the web page
489 and different tabs, navigate through history, and to control zoom.
491 \begin{table}
492 \begin{btnmap}{}{}
493 % Scroll up / down
494 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
495 {\ButtonScrollBack / \ButtonScrollFwd}
496 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}
497 {\ButtonVolUp / \ButtonVolDown}
498 \opt{GIGABEAT_S_PAD}
499 {\ButtonPrev; \ButtonVolUp / \ButtonNext; \ButtonVolDown}
500 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown}
501 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp / \ButtonDown}
503 \opt{HAVEREMOTEKEYMAP}{
504 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
505 {\ButtonRCVolUp / \ButtonRCVolDown}%
507 Scroll up / down, respectively
510 % Scroll page up / page down
511 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
512 {\ButtonUp / \ButtonDown}
513 \opt{GIGABEAT_S_PAD}{\ButtonUp / \ButtonDown}
514 \opt{IRIVER_H10_PAD}{\ButtonRew / \ButtonFF}
515 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
516 {\ButtonPlay / \ButtonMenu}
517 \opt{PBELL_VIBE500_PAD}{\ButtonOK / \ButtonCancel}
519 \opt{HAVEREMOTEKEYMAP}{
520 \opt{MROBE100_RC_PAD}{\ButtonRCPlay / \ButtonRCDisplay}%
522 Scroll page up / page down, respectively
525 % Zoom in / out
526 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
527 {Long \ButtonUp / Long \ButtonDown}
528 \opt{GIGABEAT_S_PAD}{Long \ButtonUp / Long \ButtonDown}
529 \opt{IRIVER_H10_PAD}{Long \ButtonRew / Long \ButtonFF}
530 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
531 {Long \ButtonPlay / Long \ButtonMenu}
532 \opt{PBELL_VIBE500_PAD}{\ButtonPlay / \ButtonMenu}
534 \opt{HAVEREMOTEKEYMAP}{
535 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF / Long \ButtonRCRew}%
536 \opt{MROBE100_RC_PAD}
537 {Long \ButtonRCPlay / Long \ButtonRCDisplay}%
539 Zoom in / out, respectively
542 % Zoom reset
543 \opt{SANSA_E200_PAD}
544 {Long \ButtonSelect; Long \ButtonUp+\ButtonDown}
545 \opt{MROBE100_PAD}
546 {Long \ButtonSelect; Long \ButtonPlay+\ButtonMenu}
547 \opt{SANSA_CLIP_PAD,SANSA_C200_PAD}
548 {Long \ButtonSelect; Long \ButtonUp+\ButtonDown}
549 \opt{GIGABEAT_S_PAD}
550 {Long \ButtonSelect; Long \ButtonUp+\ButtonDown}
551 \opt{IRIVER_H10_PAD}{Long \ButtonRew+\ButtonFF}
552 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
553 {Long \ButtonPlay+\ButtonMenu}
554 \opt{PBELL_VIBE500_PAD}{Long \ButtonPlay}
556 \opt{HAVEREMOTEKEYMAP}{
557 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF+\ButtonRCRew}%
558 \opt{MROBE100_RC_PAD}{Long \ButtonRCHeart}%
560 Zoom reset
563 % Tab previous / next
564 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
565 ,SANSA_CLIP_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
566 ,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
567 {\ButtonLeft / \ButtonRight}
569 \opt{HAVEREMOTEKEYMAP}{
570 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
571 {\ButtonRCRew / \ButtonRCFF}%
573 Tab previous / next, respectively
576 % Tab close
577 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonPower}
578 \opt{GIGABEAT_S_PAD}{Long \ButtonPlay; Long \ButtonBack}
579 \opt{SANSA_CLIP_PAD}{Long \ButtonHome}
580 \opt{IRIVER_H10_PAD}{Long \ButtonLeft+\ButtonRight}
581 \opt{MROBE100_PAD}{Long \ButtonDisplay}
582 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
583 {Long \ButtonSelect+\ButtonMenu}
584 \opt{PBELL_VIBE500_PAD}{Long \ButtonCancel}
586 \opt{HAVEREMOTEKEYMAP}{
587 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCPlay}%
589 Tab close
592 % History back / forward
593 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
594 ,SANSA_CLIP_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
595 ,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
596 {Long \ButtonLeft / Long \ButtonRight}
598 \opt{HAVEREMOTEKEYMAP}{
599 \opt{MROBE100_RC_PAD}{Long \ButtonRCRew / Long \ButtonRCFF}%
601 History back / forward
604 % View full-screen
605 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
606 ,GIGABEAT_S_PAD,MROBE100_PAD}
607 {\ButtonSelect}
608 \opt{IRIVER_H10_PAD}{\ButtonPlay}
609 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
610 {Long \ButtonSelect+\ButtonPlay}
611 \opt{PBELL_VIBE500_PAD}{Long \ButtonRec}
613 \opt{HAVEREMOTEKEYMAP}{
614 \opt{GIGABEAT_RC_PAD}{\ButtonRCPlay}%
615 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
617 View full-screen toggle
619 \end{btnmap}
620 \end{table}
622 {\opt{usb_hid_mouse}{
623 \item [Mouse.] This mode emulates a mouse. Features supported: Mouse
624 movement; left and right button clicking; and dragging and dropping.
626 \begin{table}
627 \begin{btnmap}{}{}
628 % Cursor move up / down / left / right
629 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
630 ,SANSA_CLIP_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
631 {\ButtonUp / \ButtonDown / \ButtonLeft / \ButtonRight}
632 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown /
633 \ButtonLeft / \ButtonRight}
634 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
635 {\ButtonMenu / \ButtonPlay / \ButtonLeft / \ButtonRight}
637 \opt{HAVEREMOTEKEYMAP}{
638 \opt{MROBE100_RC_PAD}{\ButtonRCPlay / \ButtonRCDisplay /
639 \ButtonRCRew / \ButtonRCFF}%
641 Cursor move up / down / left / right, respectively
644 % Mouse button left-click
645 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
646 ,IPOD_3G_PAD,IPOD_1G2G_PAD}
647 {\ButtonSelect}
648 \opt{GIGABEAT_S_PAD}{\ButtonSelect; \ButtonBack}
649 \opt{IRIVER_H10_PAD}{\ButtonPlay}
650 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
652 \opt{HAVEREMOTEKEYMAP}{
653 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
655 Left mouse button click
656 \nopt{IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{
659 % Mouse button right-click
660 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
661 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
662 \opt{SANSA_CLIP_PAD}{\ButtonHome}
663 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
665 \opt{HAVEREMOTEKEYMAP}{
667 Right mouse button click
671 % Mouse wheel scroll up / down
672 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
673 {\ButtonScrollBack / \ButtonScrollFwd}
674 \opt{IRIVER_H10_PAD}{\ButtonRew / \ButtonFF}
675 \opt{GIGABEAT_S_PAD}
676 {\ButtonVolUp; \ButtonPrev / \ButtonVolDown; \ButtonNext}
677 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD}
678 {\ButtonVolUp / \ButtonVolDown}
679 \opt{PBELL_VIBE500_PAD}
680 {\ButtonOK / \ButtonCancel}
682 \opt{HAVEREMOTEKEYMAP}{
683 \opt{MROBE100_RC_PAD}{\ButtonRCVolUp / \ButtonRCVolDown}%
685 Mouse wheel scroll up / down, respectively
687 \end{btnmap}
688 \end{table}
690 \end{description}