boomshine: improve collision detection.
[kugel-rb.git] / manual / configure_rockbox / system_options.tex
blobe7f70b8f0f9fd1fbe21dc50d1d25551ec4029ed9
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}{1500mAh}%
19 \opt{recorderv2fm}{2200mAh}%
20 \opt{ondiosp,ondiofm}{1000mAh}%
21 \opt{h100,h300}{1300mAh}%
22 \opt{ipodmini}{400mAh (1G) or 630mAh (2G)}%
23 \opt{ipodcolor}{700mAh}%
24 \opt{ipodnano}{300mAh}%
25 \opt{ipodvideo}{400mAh (30GB) or 600mAh (60/80GB)}%
26 \opt{ipod4g}{630mAh}%
27 \opt{ipod3g}{630mAh}%
28 \opt{ipod1g2g}{1200mAh}%
29 \opt{m5,x5}{950mAh}%
30 \opt{gigabeatf}{2000mAh}%
31 \opt{gigabeats}{700mAh}%
32 \opt{cowond2}{1600mAh}%
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 2250mAh 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 500mA. 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 \setting{1} to \setting{10}
99 minutes in 1 minute steps. Then \setting{15,30,45} and \setting{60} minutes are
100 available.
103 \subsection{Limits}
104 This sub menu relates to limits in the Rockbox operating system.
105 \begin{description}
106 \item [Max Entries in File Browser.] This setting controls the limit on
107 the number of files that you can put in any particular directory in the
108 file browser. You can configure the size to be between 50 and
109 10,000 files in steps of 50. The default is 400. Higher values will shorten
110 the music buffer, so you should increase this setting \emph{only} if you have
111 directories with a large number of files.
113 \item [Max Playlist Size.] This setting controls the maximum size of
114 a playlist. The playlist size can be between 1,000 and 32,000 files,
115 in steps of 1,000 (default is 10,000). Higher values will shorten the
116 music buffer, so you should increase this setting \emph{only} if you
117 have very large playlists.
118 \end{description}
120 % TODO: this needs to be rewritten in another style, it lets you mix sound from another source into the music
121 \opt{player}{
122 \subsection{Line In} This option activates the line in port on \dap, which is
123 off by default. This is useful for such applications as:
124 \begin{itemize}
125 \item Game boy $\rightarrow$ \dap $\rightarrow$ human
126 \item laptop $\rightarrow$ \dap $\rightarrow$ human
127 \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human
128 \end{itemize}
131 \opt{HAVE_CAR_ADAPTER_MODE}{
132 \subsection{Car Adapter Mode}
133 This option turns \setting{On} and \setting{Off} the car ignition
134 auto stop function.
135 \begin{description}
136 \item [Car Adapter Mode.] When using the \dap{} in a car,
137 \setting{Car Adapter Mode} automatically stops playback on the \dap{} when
138 power (i.e. from cigarette lighter power adapter) to the external DC in jack
139 is turned off. If the \setting{Car Adapter Mode} is set to \setting{On},
140 Rockbox will pause playback when the external power off condition is
141 detected. Rockbox will then shutdown the \dap{} after the length of time set
142 in the \setting{Idle Poweroff} setting (see above).
143 If power to the DC in jack is turned back on before the \emph{Idle Poweroff}
144 function has shut the \dap{} off, playback will be resumed 5 seconds after
145 the power is applied. This delay is to allow for the time while the car
146 engine is being started.
147 \end{description}
149 Once the \dap{} is shut off either manually, or automatically with the
150 \setting{Idle Poweroff} function, it must be powered up manually to resume
151 playback.
154 \opt{accessory_supply}{
155 \subsection{Accessory Power Supply}
156 This option turns the accessory power supply \setting{On} and \setting{Off}.
157 The Apple accessory protocol has been partially implemented in Rockbox, and
158 thus there is a reasonable chance that your favourite accessory will work.
159 The accessory may require power from the \dap{} to function, and if so you should turn
160 this option \setting{On}. If it is not required, then turning this setting
161 \setting{Off} will save battery and therefore result in better runtime.
164 \opt{HAVE_BUTTON_LIGHTS}{
165 \opt{e200,e200v2}{
166 \subsection{Wheel Light Timeout}
167 This setting controls the amount of time the wheel lights shine after a
168 button press or wheel turn. If set to \setting{Off}, the LEDs will not
169 light when a button is pressed. If set to \setting{On}, the lights will
170 never shut off. If set to a time (1 to 120 seconds), the wheel will stay
171 lit for that amount of time after a button press or wheel turn.
173 \nopt{e200,e200v2}{
174 \subsection{Button Light Timeout}
175 This setting controls the amount of time the button lights shine after a
176 button press. If set to \setting{Off}, the LEDs will not light when a
177 button is pressed. If set to \setting{On}, the lights will never shut off.
178 If set to a time (1 to 120 seconds), the buttons will stay lit for
179 that amount of time after a button press.
181 \opt{gigabeatf}{
182 \subsection{Button Light Brightness}
183 Changes the brightness of the button lights.
186 \opt{usb_hid}{
187 \subsection{\label{ref:USB_HID}USB HID}
188 This option turns the USB HID feature \setting{On} and \setting{Off}.
189 When this feature is enabled, the \dap{} enumerates as a Human Interface
190 Device (HID), composed of several HID sub devices.
191 Since the \dap{} also enumerates as a Mass Storage Device, it becomes a USB
192 Composite Device, which contains both these devices.
194 \subsection{USB Keypad Mode}
195 This setting control the keypad mode when the \dap{} is attached to a
196 computer through USB. Pressing a key on the \dap{} sends a keystroke the
197 computer the \dap{} is attached to, according to the mapping set by the
198 keypad mode. There are different modes which provide different
199 functionality.
200 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
201 ,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{%
202 Switching modes back and forth is done by pressing the
203 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}%
204 \opt{GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,IRIVER_H10_PAD}%
205 {\ButtonPower}%
206 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonRight}
208 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonRec}%
209 \opt{GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,IRIVER_H10_PAD}%
210 {Long \ButtonPower}%
211 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonLeft}
212 keys, respectively.%
214 \opt{HAVEREMOTEKEYMAP}{
215 Remote %
216 \opt{GIGABEAT_RC_PAD}{\ButtonRCDsp / Long \ButtonRCDsp}%
217 \opt{MROBE100_RC_PAD}{\ButtonRCMode / Long \ButtonRCMode}
218 can also be used to switch modes.%
220 \newline\newline
221 The following modes are available:
222 \begin{description}
224 \item [Multimedia.] This mode lets you control the volume, playback,
225 and skips tracks on the host computer. It is equivalent for the
226 multimedia keys found on top of some multimedia keyboards.
228 \begin{table}
229 \begin{btnmap}{}{}
230 % Volume up / down
231 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
232 {\ButtonScrollFwd / \ButtonScrollBack}
233 \opt{GIGABEAT_S_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
234 {\ButtonVolUp / \ButtonVolDown}
235 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown}
236 \opt{MROBE100_PAD}{\ButtonUp / \ButtonDown}
238 \opt{HAVEREMOTEKEYMAP}{
239 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
240 {\ButtonRCVolUp / \ButtonRCVolDown}%
242 Volume up / down, respectively
245 % Volume mute
246 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
247 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{\ButtonSelect}
248 \opt{GIGABEAT_S_PAD}{\ButtonSelect; \ButtonBack}
249 \opt{IRIVER_H10_PAD}{\ButtonFF}
251 \opt{HAVEREMOTEKEYMAP}{
252 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF}%
253 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
255 Volume mute
258 % Playback play / pause
259 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp}
260 \opt{IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
261 ,MROBE100_PAD}{\ButtonPlay}
262 \opt{GIGABEAT_S_PAD}{\ButtonPlay; \ButtonUp}
264 \opt{HAVEREMOTEKEYMAP}{
265 \opt{GIGABEAT_RC_PAD}{\ButtonRCPlay}%
266 \opt{MROBE100_RC_PAD}{\ButtonRCPlay}%
268 Play / Pause
271 % Playback stop
272 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
273 \opt{GIGABEAT_S_PAD}{\ButtonMenu; \ButtonDown}
274 \opt{SANSA_CLIP_PAD}{\ButtonHome}
275 \opt{IRIVER_H10_PAD}{\ButtonRew; Long \ButtonPlay}
276 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
277 {\ButtonMenu; Long \ButtonPlay}
278 \opt{MROBE100_PAD}{\ButtonDisplay; Long {\ButtonPlay}}
280 \opt{HAVEREMOTEKEYMAP}{
281 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCPlay}%
282 \opt{MROBE100_RC_PAD}{\ButtonRCDisplay; Long \ButtonRCPlay}%
284 Stop
287 % Scan previous track
288 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,%
289 IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
290 ,MROBE100_PAD}
291 {\ButtonLeft}
292 \opt{GIGABEAT_RC_PAD}{\ButtonPrev; \ButtonLeft}%
294 \opt{HAVEREMOTEKEYMAP}{
295 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCRew}%
297 Scan previous track
300 % Scan next track
301 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
302 ,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
303 ,MROBE100_PAD}
304 {\ButtonRight}
305 \opt{GIGABEAT_RC_PAD}{\ButtonNext; \ButtonRight}%
307 \opt{HAVEREMOTEKEYMAP}{
308 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCFF}%
310 Scan next track
312 \end{btnmap}
313 \end{table}
315 \item [Presentation.] This mode lets you control a presentation program
316 (e.g. OpenOffice Impress, and some other popular application), making
317 the \dap{} a wired remote control device. This mode is can be useful
318 for lecturers who does not have a wireless remote control for this
319 purpose.
321 \begin{table}
322 \begin{btnmap}{}{}
323 % Slideshow start
324 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp}
325 \opt{GIGABEAT_S_PAD}{\ButtonPlay; \ButtonUp}
326 \opt{IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
327 ,MROBE100_PAD}{\ButtonPlay}
329 \opt{HAVEREMOTEKEYMAP}{
330 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCPlay}%
332 Slideshow start
335 % Slideshow leave
336 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
337 \opt{GIGABEAT_S_PAD}{Long \ButtonPlay; Long \ButtonUp}
338 \opt{SANSA_CLIP_PAD}{\ButtonHome}
339 \opt{IRIVER_H10_PAD}{Long \ButtonPlay}
340 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{Long \ButtonPlay}
341 \opt{MROBE100_PAD}{\ButtonDisplay; Long \ButtonPlay}
343 \opt{HAVEREMOTEKEYMAP}{
344 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{Long \ButtonRCPlay}%
346 Slideshow leave
349 % Slide previous
350 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
351 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{\ButtonLeft}
352 \opt{GIGABEAT_S_PAD}{\ButtonPrev; \ButtonLeft}
353 \opt{IRIVER_H10_PAD}{\ButtonRew}
355 \opt{HAVEREMOTEKEYMAP}{
356 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCRew}%
358 Slide previous
361 % Slide next
362 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
363 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{\ButtonRight}
364 \opt{GIGABEAT_S_PAD}{\ButtonNext; \ButtonRight}
365 \opt{IRIVER_H10_PAD}{\ButtonFF}
367 \opt{HAVEREMOTEKEYMAP}{
368 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCFF}%
370 Slide next
373 % Slide first
374 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
375 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{Long \ButtonLeft}
376 \opt{GIGABEAT_S_PAD}{Long \ButtonPrev; Long \ButtonLeft}
377 \opt{IRIVER_H10_PAD}{Long \ButtonRew}
379 \opt{HAVEREMOTEKEYMAP}{
380 \opt{MROBE100_RC_PAD}{Long \ButtonRCRew}%
382 Slide first
385 % Slide last
386 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
387 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{Long \ButtonRight}
388 \opt{GIGABEAT_S_PAD}{Long \ButtonNext; Long \ButtonRight}
389 \opt{IRIVER_H10_PAD}{Long \ButtonFF}
391 \opt{HAVEREMOTEKEYMAP}{
392 \opt{MROBE100_RC_PAD}{Long \ButtonRCFF}%
394 Slide last
397 % Screen black
398 \opt{SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
399 ,SANSA_CLIP_PAD}{\ButtonDown}
400 \opt{IRIVER_H10_PAD}{\ButtonLeft}
401 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
402 {\ButtonMenu}
404 \opt{HAVEREMOTEKEYMAP}{
405 \opt{MROBE100_RC_PAD}{\ButtonRCDisplay}%
407 Black screen
410 % Screen white
411 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
412 ,SANSA_CLIP_PAD}{Long \ButtonDown}
413 \opt{IRIVER_H10_PAD}{Long \ButtonLeft}
414 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
415 {Long \ButtonMenu}
417 \opt{HAVEREMOTEKEYMAP}{
418 \opt{MROBE100_RC_PAD}{Long \ButtonRCDisplay}%
420 White screen
423 % Link previous / next
424 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
425 {\ButtonScrollBack / \ButtonScrollFwd}
426 \opt{GIGABEAT_S_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
427 {\ButtonVolUp / \ButtonVolDown}
428 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown}
429 \opt{MROBE100_PAD}{\ButtonUp / \ButtonDown}
431 \opt{HAVEREMOTEKEYMAP}{
432 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
433 {\ButtonRCVolUp / \ButtonRCVolDown}%
435 Previous / next link in slide, respectively
438 % Mouse click
439 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
440 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
441 {\ButtonSelect}
442 \opt{GIGABEAT_S_PAD}{\ButtonSelect; \ButtonBack}
443 \opt{IRIVER_H10_PAD}{\ButtonRight}
445 \opt{HAVEREMOTEKEYMAP}{
446 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF}%
447 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
449 Perform a 'mouse click' over a link
452 % Mouse over
453 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
454 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{Long \ButtonSelect}
455 \opt{GIGABEAT_S_PAD}{Long \ButtonSelect; Long \ButtonBack}
456 \opt{IRIVER_H10_PAD}{Long \ButtonRight}
458 \opt{HAVEREMOTEKEYMAP}{
459 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCRew}%
460 \opt{MROBE100_RC_PAD}{Long \ButtonRCHeart}%
462 Perform a 'mouse over' over a link
464 \end{btnmap}
465 \end{table}
467 \item [Browser.] This mode lets you control a web browser (e.g.
468 Firefox). It uses the \dap{}'s keys to navigate through the web page
469 and different tabs, navigate through history, and to control zoom.
471 \begin{table}
472 \begin{btnmap}{}{}
473 % Scroll up / down
474 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
475 {\ButtonScrollBack / \ButtonScrollFwd}
476 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}
477 {\ButtonVolUp / \ButtonVolDown}
478 \opt{GIGABEAT_S_PAD}
479 {\ButtonPrev; \ButtonVolUp / \ButtonNext; \ButtonVolDown}
480 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown}
481 \opt{MROBE100_PAD}{\ButtonUp / \ButtonDown}
483 \opt{HAVEREMOTEKEYMAP}{
484 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
485 {\ButtonRCVolUp / \ButtonRCVolDown}%
487 Scroll up / down, respectively
490 % Scroll page up / page down
491 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
492 {\ButtonUp / \ButtonDown}
493 \opt{GIGABEAT_S_PAD}{\ButtonUp / \ButtonDown}
494 \opt{IRIVER_H10_PAD}{\ButtonRew / \ButtonFF}
495 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
496 {\ButtonPlay / \ButtonMenu}
498 \opt{HAVEREMOTEKEYMAP}{
499 \opt{MROBE100_RC_PAD}{\ButtonRCPlay / \ButtonRCDisplay}%
501 Scroll page up / page down, respectively
504 % Zoom in / out
505 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
506 {Long \ButtonUp / Long \ButtonDown}
507 \opt{GIGABEAT_S_PAD}{Long \ButtonUp / Long \ButtonDown}
508 \opt{IRIVER_H10_PAD}{Long \ButtonRew / Long \ButtonFF}
509 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
510 {Long \ButtonPlay / Long \ButtonMenu}
512 \opt{HAVEREMOTEKEYMAP}{
513 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF / Long \ButtonRCRew}%
514 \opt{MROBE100_RC_PAD}
515 {Long \ButtonRCPlay / Long \ButtonRCDisplay}%
517 Zoom in / out, respectively
520 % Zoom reset
521 \opt{SANSA_E200_PAD}
522 {Long \ButtonSelect; Long \ButtonUp+\ButtonDown}
523 \opt{MROBE100_PAD}
524 {Long \ButtonSelect; Long \ButtonPlay+\ButtonMenu}
525 \opt{SANSA_CLIP_PAD,SANSA_C200_PAD}
526 {Long \ButtonSelect; Long \ButtonUp+\ButtonDown}
527 \opt{GIGABEAT_S_PAD}
528 {Long \ButtonSelect; Long \ButtonUp+\ButtonDown}
529 \opt{IRIVER_H10_PAD}{Long \ButtonRew+\ButtonFF}
530 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
531 {Long \ButtonPlay+\ButtonMenu}
533 \opt{HAVEREMOTEKEYMAP}{
534 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF+\ButtonRCRew}%
535 \opt{MROBE100_RC_PAD}{Long \ButtonRCHeart}%
537 Zoom reset
540 % Tab previous / next
541 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
542 ,SANSA_CLIP_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
543 ,IPOD_1G2G_PAD,MROBE100_PAD}
544 {\ButtonLeft / \ButtonRight}
546 \opt{HAVEREMOTEKEYMAP}{
547 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
548 {\ButtonRCRew / \ButtonRCFF}%
550 Tab previous / next, respectively
553 % Tab close
554 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonPower}
555 \opt{GIGABEAT_S_PAD}{Long \ButtonPlay; Long \ButtonBack}
556 \opt{SANSA_CLIP_PAD}{Long \ButtonHome}
557 \opt{IRIVER_H10_PAD}{Long \ButtonLeft+\ButtonRight}
558 \opt{MROBE100_PAD}{Long \ButtonDisplay}
559 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
560 {Long \ButtonSelect+\ButtonMenu}
562 \opt{HAVEREMOTEKEYMAP}{
563 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCPlay}%
565 Tab close
568 % History back / forward
569 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
570 ,SANSA_CLIP_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
571 ,IPOD_1G2G_PAD,MROBE100_PAD}
572 {Long \ButtonLeft / Long \ButtonRight}
574 \opt{HAVEREMOTEKEYMAP}{
575 \opt{MROBE100_RC_PAD}{Long \ButtonRCRew / Long \ButtonRCFF}%
577 History back / forward
580 % View full-screen
581 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
582 ,GIGABEAT_S_PAD,MROBE100_PAD}
583 {\ButtonSelect}
584 \opt{IRIVER_H10_PAD}{\ButtonPlay}
585 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
586 {Long \ButtonSelect+\ButtonPlay}
588 \opt{HAVEREMOTEKEYMAP}{
589 \opt{GIGABEAT_RC_PAD}{\ButtonRCPlay}%
590 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
592 View full-screen toggle
594 \end{btnmap}
595 \end{table}
597 {\opt{usb_hid_mouse}{
598 \item [Mouse.] This mode emulates a mouse. Features supported: Mouse
599 movement; left and right button clicking; and dragging and dropping.
601 \begin{table}
602 \begin{btnmap}{}{}
603 % Cursor move up / down / left / right
604 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
605 ,SANSA_CLIP_PAD,MROBE100_PAD}
606 {\ButtonUp / \ButtonDown / \ButtonLeft / \ButtonRight}
607 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown /
608 \ButtonLeft / \ButtonRight}
609 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
610 {\ButtonMenu / \ButtonPlay / \ButtonLeft / \ButtonRight}
612 \opt{HAVEREMOTEKEYMAP}{
613 \opt{MROBE100_RC_PAD}{\ButtonRCPlay / \ButtonRCDisplay /
614 \ButtonRCRew / \ButtonRCFF}%
616 Cursor move up / down / left / right, respectively
619 % Mouse button left-click
620 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
621 ,IPOD_3G_PAD,IPOD_1G2G_PAD}
622 {\ButtonSelect}
623 \opt{GIGABEAT_S_PAD}{\ButtonSelect; \ButtonBack}
624 \opt{IRIVER_H10_PAD}{\ButtonPlay}
625 \opt{MROBE100_PAD}{\ButtonMenu}
627 \opt{HAVEREMOTEKEYMAP}{
628 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
630 Left mouse button click
631 \nopt{IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{
634 % Mouse button right-click
635 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
636 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
637 \opt{SANSA_CLIP_PAD}{\ButtonHome}
638 \opt{MROBE100_PAD}{\ButtonPlay}
640 \opt{HAVEREMOTEKEYMAP}{
642 Right mouse button click
646 % Mouse wheel scroll up / down
647 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
648 {\ButtonScrollBack / \ButtonScrollFwd}
649 \opt{IRIVER_H10_PAD}{\ButtonRew / \ButtonFF}
650 \opt{GIGABEAT_S_PAD}
651 {\ButtonVolUp; \ButtonPrev / \ButtonVolDown; \ButtonNext}
652 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD}
653 {\ButtonVolUp / \ButtonVolDown}
655 \opt{HAVEREMOTEKEYMAP}{
656 \opt{MROBE100_RC_PAD}{\ButtonRCVolUp / \ButtonRCVolDown}%
658 Mouse wheel scroll up / down, respectively
660 \end{btnmap}
661 \end{table}
663 \end{description}