Add 2 deprecated strings to appease genlang and correct stats
[kugel-rb.git] / manual / configure_rockbox / system_options.tex
blobf6854e49f11b46847ffb1db78fe55b2895784376
1 % $Id$ %
2 \section{\label{ref:SystemOptions}System}
3 \subsection{Start Screen}
4 Set the screen that Rockbox will start in. The default is the main menu but
5 the following options are available: % almost all items in the main menu with a few exceptions
6 \begin{description}
7 \item[Previous Screen.] Start Rockbox in the same screen as when it was shut off.
8 \item[Main Menu.] Show the main menu.
9 \item[Files.] Display the file browser, starting in the root directory of your \dap.
10 \item[Database.] Show the default database view.
11 \item[Resume Playback.] Go to the WPS and and resume playback from where it was
12 before turning off (if there is a playlist to resume).
13 \item[Settings.] Display the main settings menu.
14 \opt{recording}{%
15 \item[Recording.] Start the \dap{} in the recording screen
16 (recording does not start automatically).
18 \opt{radio}{%
19 \item[FM Radio.] Go to the radio screen and start playing.
21 \item[Recent Bookmarks.] Show the list of recent bookmarks as
22 described in \reference{ref:Bookmarkconfigactual}. Bookmarking needs
23 to be enabled.
24 \end{description}
26 \nopt{sansa}%will probably be there on Sansas one day - exclude it the simple way without specific option
27 {\nopt{sansaAMS}{
28 \subsection{Battery}
29 Options relating to the \opt{archos}{batteries}\nopt{archos}{battery}
30 in the \dap.
31 \begin{description}
32 \item [Battery Capacity.] This setting can be used to tell Rockbox what
33 capacity (in mAh) the battery being used has. The default is
34 \opt{player,recorder}{1500~mAh}%
35 \opt{recorderv2fm}{2200~mAh}%
36 \opt{ondiosp,ondiofm,vibe500}{1000~mAh}%
37 \opt{iriverh100,iriverh300}{1300~mAh}%
38 \opt{mpiohd200}{850~mAh}%
39 \opt{ipodmini}{400~mAh (1G) or 630~mAh (2G)}%
40 \opt{ipodcolor}{700~mAh}%
41 \opt{ipodnano}{300~mAh}%
42 \opt{ipodvideo}{400~mAh}%
43 \opt{ipod4g}{630~mAh}%
44 \opt{ipod3g}{630~mAh}%
45 \opt{ipod1g2g}{1200~mAh}%
46 \opt{iaudiom3,iaudiom5,iaudiox5}{950~mAh}%
47 \opt{gigabeatf}{2000~mAh}%
48 \opt{gigabeats}{700~mAh}%
49 \opt{cowond2}{1600~mAh}%
50 , which is the capacity value for the standard
51 \opt{archos}{batteries}\nopt{archos}{battery} shipped with the \dap.
52 Rockbox uses this value for runtime estimation, not battery percentage
53 calculation. Changing this setting has no effect whatsoever on
54 actual battery life. This setting only affects the accuracy of the
55 runtime estimation as shown on screen.
56 \opt{ipodvideo}{Rockbox does not automatically distinguish
57 between the 60/80~GB models and the 30~GB models which determine the
58 default value. If your \dap{} is a 60~GB or 80~GB model
59 set the value to 600~mAh for more accuracy in the runtime estimation.}
60 \opt{iaudiom3,iaudiom5,iaudiox5}{Rockbox does not automatically distinguish
61 between the ``L'' models and the ``simple'' models which determine the
62 default value. If your \dap{} is an
63 \opt{iaudiom3}{M3L}%
64 \opt{iaudiom5}{M5L}%
65 \opt{iaudiox5}{X5L}
66 set the value to 2250~mAh for more accuracy in the runtime estimation.}
67 \opt{ipod,sansa}{This value is fairly meaningless in the \playerman{}
68 family at present, and work is on-going into finding a better way to
69 determine battery life.}
71 \opt{battery_types}{
72 \item [Battery Type.] This setting tells Rockbox which type of battery
73 is currently used in the \dap{}. The two supported battery types are
74 ``Alkaline'' or ``NiMH''.}
76 \opt{usb_charging_enable}{
77 \item [Charge During USB Connection.] This option lets you control whether
78 the \dap{} should charge during the USB connection and hence draw the
79 full 500~mA. Turning it \setting{Off} is recommended if the \dap{} is
80 connected through an unpowered USB hub or a laptop port. To use a USB
81 AC adapter, select \setting{Force} to instruct the \dap{} to also
82 charge when USB power is available but no connection is established.
85 \end{description}
87 \opt{dircache,HAVE_DISK_STORAGE}{
88 \subsection{Disk}
89 Options relating to the hard disk.
91 \begin{description}
92 \opt{HAVE_DISK_STORAGE}{
93 \item [Disk Spindown.] Rockbox has a timer that makes it spin down the
94 hard disk after it is idle for a certain amount of time. This setting
95 controls the amount of time between the last user activity and the time
96 that the disk spins down. This idle time is only affected by user
97 activity, like navigating through the \setting{File Browser}. When the
98 hard disk spins up to fill the audio buffer, it automatically spins down
99 afterwards.
102 \opt{dircache}{
103 \item [Directory Cache.] Rockbox has the ability to cache the contents of
104 your drive in RAM. The \setting{Directory Cache} takes a small amount of
105 memory away from Rockbox that would otherwise be used to buffer music,
106 but it speeds up navigation in the file browser by eliminating
107 the slight pause between the time a navigation button is pressed and the
108 time Rockbox responds. Turning this setting on activates the
109 directory cache, and turning it off deactivates the directory
110 cache.
111 \note{The first time you enable the directory cache,
112 Rockbox will request a reboot of the \dap{} and upon restarting take a few
113 minutes to scan the drive. After this, the directory cache will work in the
114 background.}
116 \end{description}
117 } % \opt{dircache,HAVE_DISK_STORAGE}
119 \subsection{Idle Poweroff}
120 Rockbox can be configured to turn off power after the unit has been idle for a
121 defined number of minutes. The \dap{} is idle when playback is stopped or
122 paused. It is not idle while the USB or charger is connected
123 \opt{recording}{, or while recording}.
124 Settings are either \setting{Off} or 1 to 10 minutes in 1 minute steps. Then
125 15, 30, 45 or 60 minutes are available.
128 \subsection{Limits}
129 This sub menu relates to limits in the Rockbox operating system.
130 \begin{description}
131 \item [Max Entries in File Browser.] This setting controls the limit on
132 the number of files that you can put in any particular directory in the
133 file browser. You can configure the size to be between 50 and
134 10,000 files in steps of 50. The default is 400. Higher values will shorten
135 the music buffer, so you should increase this setting \emph{only} if you have
136 directories with a large number of files.
138 \item [Max Playlist Size.] This setting controls the maximum size of
139 a playlist. The playlist size can be between 1,000 and 32,000 files,
140 in steps of 1,000 (default is 10,000). Higher values will shorten the
141 music buffer, so you should increase this setting \emph{only} if you
142 have very large playlists.
143 \end{description}
145 % TODO: this needs to be rewritten in another style, it lets you mix sound from another source into the music
146 \opt{player}{
147 \subsection{Line In} This option activates the line-in port on \dap, which is
148 off by default. This is useful for such applications as:
149 \begin{itemize}
150 \item Game boy $\rightarrow$ \dap $\rightarrow$ human
151 \item laptop $\rightarrow$ \dap $\rightarrow$ human
152 \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human
153 \end{itemize}
156 \opt{HAVE_CAR_ADAPTER_MODE}{
157 \subsection{Car Adapter Mode}
158 This option turns \setting{On} and \setting{Off} the car ignition
159 auto stop function.
160 \begin{description}
161 \item [Car Adapter Mode.] When using the \dap{} in a car,
162 \setting{Car Adapter Mode} automatically stops playback on the \dap{} when
163 power (i.e. from cigarette lighter power adapter) to the external DC in jack
164 is turned off. If the \setting{Car Adapter Mode} is set to \setting{On},
165 Rockbox will pause playback when the external power off condition is
166 detected. Rockbox will then shutdown the \dap{} after the length of time set
167 in the \setting{Idle Poweroff} setting (see above).
168 If power to the DC in jack is turned back on before the \emph{Idle Poweroff}
169 function has shut the \dap{} off, playback will be resumed 5 seconds after
170 the power is applied. This delay is to allow for the time while the car
171 engine is being started.
172 \end{description}
174 Once the \dap{} is shut off either manually, or automatically with the
175 \setting{Idle Poweroff} function, it must be powered up manually to resume
176 playback.
179 \opt{accessory_supply}{
180 \subsection{\label{ref:AccessoryPowerSupply}Accessory Power Supply}
181 This option turns the accessory power supply \setting{On} and \setting{Off}.
182 The Apple accessory protocol has been partially implemented in Rockbox, and
183 thus there is a reasonable chance that your favourite accessory will work.
184 The accessory may require power from the \dap{} to function, and if so you should turn
185 this option \setting{On}. If it is not required, then turning this setting
186 \setting{Off} will save battery and therefore result in better runtime.
189 \opt{lineout_poweroff}{
190 \subsection{\label{ref:LineoutOnOff}Line Out}
191 This option turns the \dap{}'s line-out \setting{On} and \setting{Off}. On some
192 devices an enabled line-out will consume some power even if not used. If it is
193 not required, then turning this setting \setting{Off} will save battery and
194 therefore result in better runtime.
197 \opt{HAVE_BUTTON_LIGHTS}{
198 \opt{e200,e200v2}{
199 \subsection{Wheel Light Timeout}
200 This setting controls the amount of time the wheel lights shine after a
201 button press or wheel turn. If set to \setting{Off}, the LEDs will not
202 light when a button is pressed. If set to \setting{On}, the lights will
203 never shut off. If set to a time (1 to 120 seconds), the wheel will stay
204 lit for that amount of time after a button press or wheel turn.
206 \nopt{e200,e200v2}{
207 \subsection{Button Light Timeout}
208 This setting controls the amount of time the button lights shine after a
209 button press. If set to \setting{Off}, the LEDs will not light when a
210 button is pressed. If set to \setting{On}, the lights will never shut off.
211 If set to a time (1 to 120 seconds), the buttons will stay lit for
212 that amount of time after a button press.
214 \opt{gigabeatf}{
215 \subsection{Button Light Brightness}
216 Changes the brightness of the button lights.
219 \opt{usb_hid}{
220 \subsection{\label{ref:USB_HID}USB HID}
221 This option turns the USB HID feature \setting{On} and \setting{Off}.
222 When this feature is enabled, the \dap{} enumerates as a Human Interface
223 Device (HID), composed of several HID sub devices.
224 Since the \dap{} also enumerates as a Mass Storage Device, it becomes a USB
225 Composite Device, which contains both these devices.
227 \subsection{USB Keypad Mode}
228 This setting control the keypad mode when the \dap{} is attached to a
229 computer through USB. Pressing a key on the \dap{} sends a keystroke the
230 computer the \dap{} is attached to, according to the mapping set by the
231 keypad mode. There are different modes which provide different
232 functionality.
233 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
234 ,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD%
235 ,PBELL_VIBE500_PAD}{%
236 Switching modes back and forth is done by pressing the
237 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}%
238 \opt{GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,IRIVER_H10_PAD}%
239 {\ButtonPower}%
240 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonRight}
241 \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonLeft}
243 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonRec}%
244 \opt{GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,IRIVER_H10_PAD}%
245 {Long \ButtonPower}%
246 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonLeft}
247 \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonRight}
248 keys, respectively.%
250 \opt{HAVEREMOTEKEYMAP}{
251 Remote %
252 \opt{GIGABEAT_RC_PAD}{\ButtonRCDsp / Long \ButtonRCDsp}%
253 \opt{MROBE100_RC_PAD}{\ButtonRCMode / Long \ButtonRCMode}
254 can also be used to switch modes.%
256 \newline\newline
257 The following modes are available:
258 \begin{description}
260 \item [Multimedia.] This mode lets you control the volume, playback,
261 and skips tracks on the host computer. It is equivalent for the
262 multimedia keys found on top of some multimedia keyboards.
264 \begin{btnmap}
265 % Volume up / down
266 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
267 {\ButtonScrollFwd / \ButtonScrollBack}
268 \opt{GIGABEAT_S_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
269 {\ButtonVolUp / \ButtonVolDown}
270 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown}
271 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp / \ButtonDown}
273 \opt{HAVEREMOTEKEYMAP}{
274 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
275 {\ButtonRCVolUp / \ButtonRCVolDown}%
277 Volume up / down, respectively
280 % Volume mute
281 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
282 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{\ButtonSelect}
283 \opt{GIGABEAT_S_PAD}{\ButtonSelect; \ButtonBack}
284 \opt{IRIVER_H10_PAD}{\ButtonFF}
285 \opt{IRIVER_VIBE500_PAD}{\ButtonMenu}
287 \opt{HAVEREMOTEKEYMAP}{
288 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF}%
289 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
291 Volume mute
294 % Playback play / pause
295 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp}
296 \opt{IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
297 ,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
298 \opt{GIGABEAT_S_PAD}{\ButtonPlay; \ButtonUp}
300 \opt{HAVEREMOTEKEYMAP}{
301 \opt{GIGABEAT_RC_PAD}{\ButtonRCPlay}%
302 \opt{MROBE100_RC_PAD}{\ButtonRCPlay}%
304 Play / Pause
307 % Playback stop
308 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
309 \opt{GIGABEAT_S_PAD}{\ButtonMenu; \ButtonDown}
310 \opt{SANSA_CLIP_PAD}{\ButtonHome}
311 \opt{IRIVER_H10_PAD}{\ButtonRew; Long \ButtonPlay}
312 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
313 {\ButtonMenu; Long \ButtonPlay}
314 \opt{PBELL_VIBE500_PAD}{\ButtonCancel; Long \ButtonPlay}
315 \opt{MROBE100_PAD}{\ButtonDisplay; Long {\ButtonPlay}}
317 \opt{HAVEREMOTEKEYMAP}{
318 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCPlay}%
319 \opt{MROBE100_RC_PAD}{\ButtonRCDisplay; Long \ButtonRCPlay}%
321 Stop
324 % Scan previous track
325 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,%
326 IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
327 ,MROBE100_PAD,PBELL_VIBE500_PAD}
328 {\ButtonLeft}
329 \opt{GIGABEAT_RC_PAD}{\ButtonPrev; \ButtonLeft}%
331 \opt{HAVEREMOTEKEYMAP}{
332 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCRew}%
334 Scan previous track
337 % Scan next track
338 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
339 ,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
340 ,MROBE100_PAD,PBELL_VIBE500_PAD}
341 {\ButtonRight}
342 \opt{GIGABEAT_RC_PAD}{\ButtonNext; \ButtonRight}%
344 \opt{HAVEREMOTEKEYMAP}{
345 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCFF}%
347 Scan next track
349 \end{btnmap}
351 \item [Presentation.] This mode lets you control a presentation program
352 (e.g. OpenOffice Impress, and some other popular application), making
353 the \dap{} a wired remote control device. This mode is can be useful
354 for lecturers who does not have a wireless remote control for this
355 purpose.
357 \begin{btnmap}
358 % Slideshow start
359 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp}
360 \opt{GIGABEAT_S_PAD}{\ButtonPlay; \ButtonUp}
361 \opt{IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
362 ,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
364 \opt{HAVEREMOTEKEYMAP}{
365 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCPlay}%
367 Slideshow start
370 % Slideshow leave
371 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
372 \opt{GIGABEAT_S_PAD}{Long \ButtonPlay; Long \ButtonUp}
373 \opt{SANSA_CLIP_PAD}{\ButtonHome}
374 \opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD}{Long \ButtonPlay}
375 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{Long \ButtonPlay}
376 \opt{MROBE100_PAD}{\ButtonDisplay; Long \ButtonPlay}
378 \opt{HAVEREMOTEKEYMAP}{
379 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{Long \ButtonRCPlay}%
381 Slideshow leave
384 % Slide previous
385 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
386 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
387 {\ButtonLeft}
388 \opt{GIGABEAT_S_PAD}{\ButtonPrev; \ButtonLeft}
389 \opt{IRIVER_H10_PAD}{\ButtonRew}
391 \opt{HAVEREMOTEKEYMAP}{
392 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCRew}%
394 Slide previous
397 % Slide next
398 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
399 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
400 {\ButtonRight}
401 \opt{GIGABEAT_S_PAD}{\ButtonNext; \ButtonRight}
402 \opt{IRIVER_H10_PAD}{\ButtonFF}
404 \opt{HAVEREMOTEKEYMAP}{
405 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}{\ButtonRCFF}%
407 Slide next
410 % Slide first
411 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
412 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
413 {Long \ButtonLeft}
414 \opt{GIGABEAT_S_PAD}{Long \ButtonPrev; Long \ButtonLeft}
415 \opt{IRIVER_H10_PAD}{Long \ButtonRew}
417 \opt{HAVEREMOTEKEYMAP}{
418 \opt{MROBE100_RC_PAD}{Long \ButtonRCRew}%
420 Slide first
423 % Slide last
424 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
425 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
426 {Long \ButtonRight}
427 \opt{GIGABEAT_S_PAD}{Long \ButtonNext; Long \ButtonRight}
428 \opt{IRIVER_H10_PAD}{Long \ButtonFF}
430 \opt{HAVEREMOTEKEYMAP}{
431 \opt{MROBE100_RC_PAD}{Long \ButtonRCFF}%
433 Slide last
436 % Screen black
437 \opt{SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
438 ,SANSA_CLIP_PAD}{\ButtonDown}
439 \opt{IRIVER_H10_PAD}{\ButtonLeft}
440 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
441 {\ButtonMenu}
442 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
444 \opt{HAVEREMOTEKEYMAP}{
445 \opt{MROBE100_RC_PAD}{\ButtonRCDisplay}%
447 Black screen
450 % Screen white
451 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
452 ,SANSA_CLIP_PAD}{Long \ButtonDown}
453 \opt{IRIVER_H10_PAD}{Long \ButtonLeft}
454 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
455 {Long \ButtonMenu}
456 \opt{PBELL_VIBE500_PAD}{\ButtonMenu}
458 \opt{HAVEREMOTEKEYMAP}{
459 \opt{MROBE100_RC_PAD}{Long \ButtonRCDisplay}%
461 White screen
464 % Link previous / next
465 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
466 {\ButtonScrollBack / \ButtonScrollFwd}
467 \opt{GIGABEAT_S_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
468 {\ButtonVolUp / \ButtonVolDown}
469 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown}
470 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp / \ButtonDown}
472 \opt{HAVEREMOTEKEYMAP}{
473 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
474 {\ButtonRCVolUp / \ButtonRCVolDown}%
476 Previous / next link in slide, respectively
479 % Mouse click
480 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
481 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
482 {\ButtonSelect}
483 \opt{GIGABEAT_S_PAD}{\ButtonSelect; \ButtonBack}
484 \opt{IRIVER_H10_PAD}{\ButtonRight}
485 \opt{PBELL_VIBE500_PAD}{\ButtonOK}
487 \opt{HAVEREMOTEKEYMAP}{
488 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF}%
489 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
491 Perform a `mouse click' over a link
494 % Mouse over
495 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
496 ,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}{Long \ButtonSelect}
497 \opt{GIGABEAT_S_PAD}{Long \ButtonSelect; Long \ButtonBack}
498 \opt{IRIVER_H10_PAD}{Long \ButtonRight}
499 \opt{PBELL_VIBE500_PAD}{Long \ButtonOK}
501 \opt{HAVEREMOTEKEYMAP}{
502 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCRew}%
503 \opt{MROBE100_RC_PAD}{Long \ButtonRCHeart}%
505 Perform a `mouse over' over a link
507 \end{btnmap}
509 \item [Browser.] This mode lets you control a web browser (e.g.
510 Firefox). It uses the \dap{}'s keys to navigate through the web page
511 and different tabs, navigate through history, and to control zoom.
513 \begin{btnmap}
514 % Scroll up / down
515 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
516 {\ButtonScrollBack / \ButtonScrollFwd}
517 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}
518 {\ButtonVolUp / \ButtonVolDown}
519 \opt{GIGABEAT_S_PAD}
520 {\ButtonPrev; \ButtonVolUp / \ButtonNext; \ButtonVolDown}
521 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown}
522 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp / \ButtonDown}
524 \opt{HAVEREMOTEKEYMAP}{
525 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
526 {\ButtonRCVolUp / \ButtonRCVolDown}%
528 Scroll up / down, respectively
531 % Scroll page up / page down
532 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
533 {\ButtonUp / \ButtonDown}
534 \opt{GIGABEAT_S_PAD}{\ButtonUp / \ButtonDown}
535 \opt{IRIVER_H10_PAD}{\ButtonRew / \ButtonFF}
536 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
537 {\ButtonPlay / \ButtonMenu}
538 \opt{PBELL_VIBE500_PAD}{\ButtonOK / \ButtonCancel}
540 \opt{HAVEREMOTEKEYMAP}{
541 \opt{MROBE100_RC_PAD}{\ButtonRCPlay / \ButtonRCDisplay}%
543 Scroll page up / page down, respectively
546 % Zoom in / out
547 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}
548 {Long \ButtonUp / Long \ButtonDown}
549 \opt{GIGABEAT_S_PAD}{Long \ButtonUp / Long \ButtonDown}
550 \opt{IRIVER_H10_PAD}{Long \ButtonRew / Long \ButtonFF}
551 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MROBE100_PAD}
552 {Long \ButtonPlay / Long \ButtonMenu}
553 \opt{PBELL_VIBE500_PAD}{\ButtonPlay / \ButtonMenu}
555 \opt{HAVEREMOTEKEYMAP}{
556 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF / Long \ButtonRCRew}%
557 \opt{MROBE100_RC_PAD}
558 {Long \ButtonRCPlay / Long \ButtonRCDisplay}%
560 Zoom in / out, respectively
563 % Zoom reset
564 \opt{SANSA_E200_PAD}
565 {Long \ButtonSelect; Long \ButtonUp+\ButtonDown}
566 \opt{MROBE100_PAD}
567 {Long \ButtonSelect; Long \ButtonPlay+\ButtonMenu}
568 \opt{SANSA_CLIP_PAD,SANSA_C200_PAD}
569 {Long \ButtonSelect; Long \ButtonUp+\ButtonDown}
570 \opt{GIGABEAT_S_PAD}
571 {Long \ButtonSelect; Long \ButtonUp+\ButtonDown}
572 \opt{IRIVER_H10_PAD}{Long \ButtonRew+\ButtonFF}
573 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
574 {Long \ButtonPlay+\ButtonMenu}
575 \opt{PBELL_VIBE500_PAD}{Long \ButtonPlay}
577 \opt{HAVEREMOTEKEYMAP}{
578 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCFF+\ButtonRCRew}%
579 \opt{MROBE100_RC_PAD}{Long \ButtonRCHeart}%
581 Zoom reset
584 % Tab previous / next
585 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
586 ,SANSA_CLIP_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
587 ,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
588 {\ButtonLeft / \ButtonRight}
590 \opt{HAVEREMOTEKEYMAP}{
591 \opt{GIGABEAT_RC_PAD,MROBE100_RC_PAD}
592 {\ButtonRCRew / \ButtonRCFF}%
594 Tab previous / next, respectively
597 % Tab close
598 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonPower}
599 \opt{GIGABEAT_S_PAD}{Long \ButtonPlay; Long \ButtonBack}
600 \opt{SANSA_CLIP_PAD}{Long \ButtonHome}
601 \opt{IRIVER_H10_PAD}{Long \ButtonLeft+\ButtonRight}
602 \opt{MROBE100_PAD}{Long \ButtonDisplay}
603 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
604 {Long \ButtonSelect+\ButtonMenu}
605 \opt{PBELL_VIBE500_PAD}{Long \ButtonCancel}
607 \opt{HAVEREMOTEKEYMAP}{
608 \opt{GIGABEAT_RC_PAD}{Long \ButtonRCPlay}%
610 Tab close
613 % History back / forward
614 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
615 ,SANSA_CLIP_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
616 ,IPOD_1G2G_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
617 {Long \ButtonLeft / Long \ButtonRight}
619 \opt{HAVEREMOTEKEYMAP}{
620 \opt{MROBE100_RC_PAD}{Long \ButtonRCRew / Long \ButtonRCFF}%
622 History back / forward
625 % View full-screen
626 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
627 ,GIGABEAT_S_PAD,MROBE100_PAD}
628 {\ButtonSelect}
629 \opt{IRIVER_H10_PAD}{\ButtonPlay}
630 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
631 {Long \ButtonSelect+\ButtonPlay}
632 \opt{PBELL_VIBE500_PAD}{Long \ButtonRec}
634 \opt{HAVEREMOTEKEYMAP}{
635 \opt{GIGABEAT_RC_PAD}{\ButtonRCPlay}%
636 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
638 View full-screen toggle
640 \end{btnmap}
642 {\opt{usb_hid_mouse}{
643 \item [Mouse.] This mode emulates a mouse. Features supported: Mouse
644 movement; left and right button clicking; and dragging and dropping.
646 \begin{btnmap}
647 % Cursor move up / down / left / right
648 \opt{SANSA_E200_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD%
649 ,SANSA_CLIP_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
650 {\ButtonUp / \ButtonDown / \ButtonLeft / \ButtonRight}
651 \opt{IRIVER_H10_PAD}{\ButtonScrollUp / \ButtonScrollDown /
652 \ButtonLeft / \ButtonRight}
653 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
654 {\ButtonMenu / \ButtonPlay / \ButtonLeft / \ButtonRight}
656 \opt{HAVEREMOTEKEYMAP}{
657 \opt{MROBE100_RC_PAD}{\ButtonRCPlay / \ButtonRCDisplay /
658 \ButtonRCRew / \ButtonRCFF}%
660 Cursor move up / down / left / right, respectively
663 % Mouse button left-click
664 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
665 ,IPOD_3G_PAD,IPOD_1G2G_PAD}
666 {\ButtonSelect}
667 \opt{GIGABEAT_S_PAD}{\ButtonSelect; \ButtonBack}
668 \opt{IRIVER_H10_PAD}{\ButtonPlay}
669 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
671 \opt{HAVEREMOTEKEYMAP}{
672 \opt{MROBE100_RC_PAD}{\ButtonRCHeart}%
674 Left mouse button click
675 \nopt{IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{
678 % Mouse button right-click
679 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
680 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
681 \opt{SANSA_CLIP_PAD}{\ButtonHome}
682 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
684 \opt{HAVEREMOTEKEYMAP}{
686 Right mouse button click
690 % Mouse wheel scroll up / down
691 \opt{SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}
692 {\ButtonScrollBack / \ButtonScrollFwd}
693 \opt{IRIVER_H10_PAD}{\ButtonRew / \ButtonFF}
694 \opt{GIGABEAT_S_PAD}
695 {\ButtonVolUp; \ButtonPrev / \ButtonVolDown; \ButtonNext}
696 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD}
697 {\ButtonVolUp / \ButtonVolDown}
698 \opt{PBELL_VIBE500_PAD}
699 {\ButtonOK / \ButtonCancel}
701 \opt{HAVEREMOTEKEYMAP}{
702 \opt{MROBE100_RC_PAD}{\ButtonRCVolUp / \ButtonRCVolDown}%
704 Mouse wheel scroll up / down, respectively
706 \end{btnmap}
708 \end{description}