diff options
Diffstat (limited to 'manual')
69 files changed, 458 insertions, 1691 deletions
diff --git a/manual/advanced_topics/archos-flashing.tex b/manual/advanced_topics/archos-flashing.tex deleted file mode 100644 index e8fa7af88c..0000000000 --- a/manual/advanced_topics/archos-flashing.tex +++ /dev/null | |||
@@ -1,195 +0,0 @@ | |||
1 | \section{\label{ref:Rockboxinflash}Rockbox in Flash} | ||
2 | |||
3 | \subsection{Introduction} | ||
4 | |||
5 | When you bought your \playertype, it came with the \playerman\ firmware in | ||
6 | flash ROM. When you power on your \dap, this \playerman\ firmware starts, | ||
7 | and then loads an updated firmware from disk if present (\firmwarefilename). | ||
8 | An ordinary Rockbox installation only replaces the on-disk firmware, leaving | ||
9 | the flash ROM contents intact. That means the \playerman\ firmware still | ||
10 | controls the boot process. | ||
11 | |||
12 | The main reason to change this is to improve the startup time of your player. | ||
13 | The \playerman\ bootloader is rather slow. With Rockbox in flash, your \dap\ | ||
14 | will boot much faster, typically in three to five seconds. Furthermore you | ||
15 | might prefer a clean Rockbox environment, with as little remnants of the | ||
16 | \playerman\ software as possible. | ||
17 | \opt{rombox}{On your \dap\ it is also possible to execute Rockbox directly | ||
18 | from flash ROM, increasing the amount of free RAM for buffering music. This | ||
19 | is called \emph{Rombox}. | ||
20 | } | ||
21 | |||
22 | \warn{Flashing your \dap\ is somewhat dangerous, like programming a mainboard | ||
23 | \emph{BIOS}, \emph{CD/DVD} drive firmware, mobile phone, etc. If the power | ||
24 | fails, the chip breaks while programming or most of all the programming | ||
25 | software malfunctions, you'll have a dead box. We take no responsibility of | ||
26 | any kind, you do that at your own risk. However, we tried as carefully as | ||
27 | possible to bulletproof this code. There are a lot of sanity checks. If any | ||
28 | of them fails, it will not program. | ||
29 | } | ||
30 | |||
31 | \opt{ondio}{\warn{After flashing Rockbox, never try to ROLO the \playerman\ | ||
32 | firmware | ||
33 | \opt{ondiofm}{versions 1.31f or 1.32b! These versions are flash updates | ||
34 | themselves. If they are} | ||
35 | \opt{ondiosp}{version 1.32b! This version is a flash update itself. | ||
36 | If it is} | ||
37 | applied when Rockbox is flashed, you'll end up with a garbled flash ROM | ||
38 | and hence a dead box. | ||
39 | }} | ||
40 | |||
41 | There's an ultimate safety net to bring back boxes with even completely | ||
42 | garbled flash content: the \emph{UART} boot mod, which in turn requires the | ||
43 | \emph{serial} mod. With that it's possible to reflash independently from the | ||
44 | outside, even if the flash ROM is completely erased. | ||
45 | \nopt{ondio}{This won't work if you have one of the rare ``ROMless'' boxes. These | ||
46 | have no boot ROM and boot directly from flash. | ||
47 | } | ||
48 | If the first $\approx$2~KB of the flash ROM are flashed OK, \emph{Minimon} can | ||
49 | be used for the same purpose. | ||
50 | |||
51 | \subsection{Terminology and Basic Operation} | ||
52 | |||
53 | \begin{description} | ||
54 | \item[Firmware:] The flash ROM contents as a whole. | ||
55 | \item[Image:] One operating software started from there. | ||
56 | \end{description} | ||
57 | |||
58 | The replacement firmware contains a bootloader and two images. The first image | ||
59 | is the \emph{permanent} rescue software, to be used in case something is wrong | ||
60 | with the second (main) image. In current firmware files this first image | ||
61 | contains \emph{Bootbox} (see wiki for details). The second image is what is | ||
62 | booted by default. The current firmware files contain a copy of Rockbox 3.2 | ||
63 | in the main image. It can easily be updated/replaced later. | ||
64 | |||
65 | The bootloader allows to select which image to run. Pressing | ||
66 | \opt{RECORDER_PAD}{\ButtonFOne}\opt{PLAYER_PAD,ONDIO_PAD}{\ButtonLeft} at boot | ||
67 | selects the first image. | ||
68 | \opt{RECORDER_PAD}{\ButtonFTwo}\opt{PLAYER_PAD}{\ButtonPlay}\opt{ONDIO_PAD}{\ButtonUp} | ||
69 | selects the second image, which will also be booted if you don't press any | ||
70 | button. The button mapping is only there for completeness. | ||
71 | \opt{RECORDER_PAD}{\ButtonFThree}\opt{PLAYER_PAD,ONDIO_PAD}{\ButtonRight} | ||
72 | selects the built-in serial monitor called \emph{Minimon}. You should know this | ||
73 | in case you invoke it by accident. Minimon won't display anything on the | ||
74 | screen. To get out of it, perform a hardware shutdown of your \dap. | ||
75 | |||
76 | \subsection{Initial Flashing Procedure} | ||
77 | |||
78 | You only need to perform this procedure the first time you flash your | ||
79 | \playertype. You may also want to perform it in case the update procedure for | ||
80 | the second image recommends it. In the latter case do not perform the steps | ||
81 | listed under ``Preparation''. | ||
82 | |||
83 | \subsubsection{Preparation} | ||
84 | |||
85 | \nopt{ondio}{ | ||
86 | First, check whether your \playertype\ is flashable at all. Select | ||
87 | \setting{System $\rightarrow$ Debug (Keep Out!) $\rightarrow$ View HW | ||
88 | Info}. | ||
89 | \opt{lcd_charcell}{Cycle through the displayed values with \ButtonRight / | ||
90 | \ButtonLeft\ until ``Flash:'' is displayed. If it shows question marks, | ||
91 | } | ||
92 | \opt{lcd_bitmap}{Check the values in the line starting with ``Flash:''. If it | ||
93 | shows question marks after ``M='' and ``D='', | ||
94 | } | ||
95 | you're out of luck, your \dap\ is not flashable without modifying the | ||
96 | hardware. You can stop here. Sorry. | ||
97 | } | ||
98 | |||
99 | \nopt{ondio}{If your \dap\ is flashable, you}\opt{ondio}{You} should perform a | ||
100 | backup of the current flash ROM contents, in case you want to restore it later. | ||
101 | Select \setting{System $\rightarrow$ Debug (Keep Out!) $\rightarrow$ Dump ROM | ||
102 | contents}. You'll notice a few seconds of disk activity. When you connect your | ||
103 | \dap\ to the PC afterwards, you'll find two files in the root of your \dap. | ||
104 | Copy the 256~KB-sized file named \fname{internal\_rom\_2000000-203FFFF.bin} to | ||
105 | a safe place. | ||
106 | |||
107 | \subsubsection{Flashing} | ||
108 | |||
109 | \begin{enumerate} | ||
110 | \item Download the correct package for your \dap\ from | ||
111 | \url{http://download.rockbox.org/bootloader/archos/}. It is named | ||
112 | \fname{flash-{\textless}model{\textgreater}-{\textless}version{\textgreater}.zip}. | ||
113 | The current packages are v3. | ||
114 | \item Unzip the flash package to the root of your \dap. | ||
115 | \nopt{ondio}{This will extract two files to the root, | ||
116 | \fname{firmware\_{\textless}model{\textgreater}.bin} and | ||
117 | \fname{firmware\_{\textless}model{\textgreater}\_norom.bin}. | ||
118 | \opt{recorder,recorderv2fm}{(The {\textless}model{\textgreater} part is | ||
119 | slighty different from that in the .zip file name.) | ||
120 | } | ||
121 | The flash plugin will select the correct one for your \dap. | ||
122 | } | ||
123 | \opt{ondio}{This will extract one file to the root, | ||
124 | \fname{firmware\_{\textless}model{\textgreater}.bin}. | ||
125 | } | ||
126 | Now safely disconnect USB. | ||
127 | \item | ||
128 | \nopt{ondio}{Make sure your batteries are in good shape and fully charged.} | ||
129 | \opt{ondio}{Make sure you use a set of fresh batteries.} | ||
130 | Flashing doesn't need more power than normal operation, but you don't want | ||
131 | your \dap\ to run out of power while flashing. | ||
132 | \item Select \setting{Plugins $\rightarrow$ Applications}, and run the | ||
133 | \fname{firmware\_flash} plugin. It will tell you about your flash and | ||
134 | which file it is going to program. After pressing | ||
135 | \opt{RECORDER_PAD}{\ButtonFOne}\opt{PLAYER_PAD}{\ButtonMenu}\opt{ONDIO_PAD}{\ButtonLeft} | ||
136 | it will check the file. If the file is OK, pressing | ||
137 | \opt{RECORDER_PAD}{\ButtonFTwo}\opt{PLAYER_PAD}{\ButtonOn}\opt{ONDIO_PAD}{\ButtonUp} | ||
138 | will give you a big warning. If we still didn't manage to scare you off, you | ||
139 | need to press | ||
140 | \opt{RECORDER_PAD}{\ButtonFThree}\opt{PLAYER_PAD,ONDIO_PAD}{\ButtonRight} | ||
141 | to actually program and verify. The programming takes just a few seconds. | ||
142 | \item In the unlikely event that the programming or verify steps should give | ||
143 | you any error, \emph{do not switch off the box!} Otherwise you'll have seen | ||
144 | it working for the last time. While Rockbox is still in RAM and operational, | ||
145 | we could upgrade the plugin via USB and try again. If you switch it off, | ||
146 | it's gone. | ||
147 | \end{enumerate} | ||
148 | |||
149 | \note{After successful flashing you may delete the \fname{.bin} files from the | ||
150 | root of your \dap. | ||
151 | } | ||
152 | |||
153 | \note{There are no separate flash packages for {\dap}s modified to have 8~MB | ||
154 | of RAM. You need to use the corresponding package for non-modified | ||
155 | \playertype. You should then install a Rockbox image that makes use of all | ||
156 | available RAM as described in the following section. | ||
157 | } | ||
158 | |||
159 | \subsection{Updating the Rockbox Image in Flash} | ||
160 | |||
161 | When Rockbox is booted from flash, it does not check for an updated firmware | ||
162 | on disk. This is one of the reasons why it boots faster than the \playerman\ | ||
163 | firmware. It means that whenever you update Rockbox, you also need to update | ||
164 | the image in the flash. This is a simple and safe procedure: | ||
165 | |||
166 | \begin{enumerate} | ||
167 | \item Download (or build) the Rockbox build you want to use, and unzip it to | ||
168 | the root of your \dap. Safely disconnect USB. | ||
169 | \item ROLO into the new Rockbox version. | ||
170 | \item Go to the file browser, and enter the \fname{.rockbox} directory (you | ||
171 | might need to set the \setting{File View} option to \setting{All}.) | ||
172 | \item Play the file \fname{rockbox.ucl}\opt{rombox}{, or preferably | ||
173 | \fname{rombox.ucl}}, and follow the instructions. The plugin handling | ||
174 | this is \fname{rockbox\_flash}, a viewer plugin. | ||
175 | \end{enumerate} | ||
176 | |||
177 | \subsection{Restoring the Original Flash ROM Contents} | ||
178 | |||
179 | In case you ever want to restore the original flash contents, you will need | ||
180 | the backup file. The procedure is very similar to initial flashing, with the | ||
181 | following differences: | ||
182 | |||
183 | \begin{enumerate} | ||
184 | \item Check that you do not have any \fname{firmware\_*.bin} files in your | ||
185 | \dap's root. | ||
186 | \item Select \setting{Plugins $\rightarrow$ Applications}, and run the | ||
187 | \fname{firmware\_flash} plugin. Write down the filename it displays in the | ||
188 | first screen, then exit the plugin. | ||
189 | \item Connect USB, and copy the flash ROM backup file to the root of your | ||
190 | \dap. \emph{Only use the backup file from that very box, otherwise you're | ||
191 | asking for trouble!} Rename the file so that it matches the name requested | ||
192 | by the \fname{firmware\_flash} plugin. Safely disconnect USB. | ||
193 | \end{enumerate} | ||
194 | |||
195 | Now follow the instructions given for initial flashing, starting with step 3. | ||
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 273ed1c805..786c109772 100755 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex | |||
@@ -14,7 +14,7 @@ To accomplish this, load a \fname{.cfg} file (as described in | |||
14 | words: \config{bookmarks}, \config{files}, \opt{tagcache}{\config{database}, }% | 14 | words: \config{bookmarks}, \config{files}, \opt{tagcache}{\config{database}, }% |
15 | \config{wps}, \config{settings}, \opt{recording}{\config{recording}, }% | 15 | \config{wps}, \config{settings}, \opt{recording}{\config{recording}, }% |
16 | \opt{radio}{\config{radio}, }\config{playlists}, \config{plugins}, | 16 | \opt{radio}{\config{radio}, }\config{playlists}, \config{plugins}, |
17 | \config{system\_menu}, \opt{PLAYER_PAD}{\config{shutdown}, }\config{shortcuts}. | 17 | \config{system\_menu}, \config{shortcuts}. |
18 | Each of the words, if it occurs in the list, activates the appropriate item | 18 | Each of the words, if it occurs in the list, activates the appropriate item |
19 | in the main menu. The order of the items is given by the order of the words | 19 | in the main menu. The order of the items is given by the order of the words |
20 | in the list. The items whose words do not occur in the list will be hidden, | 20 | in the list. The items whose words do not occur in the list will be hidden, |
@@ -490,10 +490,8 @@ displaying images: | |||
490 | \item Load and always show the image, using the \config{\%x} tag | 490 | \item Load and always show the image, using the \config{\%x} tag |
491 | \item Preload the image with \config{\%xl} and show it with \config{\%xd}. | 491 | \item Preload the image with \config{\%xl} and show it with \config{\%xd}. |
492 | This way you can have your images displayed conditionally. | 492 | This way you can have your images displayed conditionally. |
493 | \nopt{archos}{% | 493 | \item Load an image and show as backdrop using the \config{\%X} tag. The |
494 | \item Load an image and show as backdrop using the \config{\%X} tag. The | 494 | image must be of the same exact dimensions as your display. |
495 | image must be of the same exact dimensions as your display. | ||
496 | }% | ||
497 | \end{enumerate} | 495 | \end{enumerate} |
498 | 496 | ||
499 | \optv{swcodec}{% This doesn't depend on swcodec but we don't have a \noptv | 497 | \optv{swcodec}{% This doesn't depend on swcodec but we don't have a \noptv |
@@ -663,21 +661,10 @@ Example of a configuration file: | |||
663 | \end{description} | 661 | \end{description} |
664 | 662 | ||
665 | \section{\label{ref:FirmwareLoading}Firmware Loading} | 663 | \section{\label{ref:FirmwareLoading}Firmware Loading} |
666 | \opt{player,recorder,recorderv2fm,ondio}{ | ||
667 | When your \dap{} powers on, it loads the Archos firmware in ROM, which | ||
668 | automatically checks your \daps{} root directory for a file named | ||
669 | \firmwarefilename. Note that Archos firmware can only read the first | ||
670 | ten characters of each filename in this process, so do not rename your old | ||
671 | firmware files with names like \firmwarefilename.\fname{old} and so on, | ||
672 | because it is possible that the \dap{} will load a file other than the one | ||
673 | you intended. | ||
674 | } | ||
675 | 664 | ||
676 | \subsection{\label{ref:using_rolo}Using ROLO (Rockbox Loader)} | 665 | \subsection{\label{ref:using_rolo}Using ROLO (Rockbox Loader)} |
677 | Rockbox is able to load and start another firmware file without rebooting. | 666 | Rockbox is able to load and start another firmware file without rebooting. |
678 | You just ``play'' a file with the extension % | 667 | You just ``play'' a file with the extension % |
679 | \opt{recorder,recorderv2fm,ondio}{\fname{.ajz}.} % | ||
680 | \opt{player}{\fname{.mod}.} % | ||
681 | \opt{iriverh100,iriverh300}{\fname{.iriver}.} % | 668 | \opt{iriverh100,iriverh300}{\fname{.iriver}.} % |
682 | \opt{ipod}{\fname{.ipod}.} % | 669 | \opt{ipod}{\fname{.ipod}.} % |
683 | \opt{iaudio}{\fname{.iaudio}.} % | 670 | \opt{iaudio}{\fname{.iaudio}.} % |
@@ -687,8 +674,6 @@ You just ``play'' a file with the extension % | |||
687 | This can be used to test new firmware versions without deleting your | 674 | This can be used to test new firmware versions without deleting your |
688 | current version. | 675 | current version. |
689 | 676 | ||
690 | \opt{archos}{\input{advanced_topics/archos-flashing.tex}} | ||
691 | |||
692 | \opt{multi_boot}{ | 677 | \opt{multi_boot}{ |
693 | \subsection{\label{ref:using_multiboot}Using Multiboot} | 678 | \subsection{\label{ref:using_multiboot}Using Multiboot} |
694 | \newcommand{\redirectext}{<playername>} | 679 | \newcommand{\redirectext}{<playername>} |
@@ -732,14 +717,12 @@ current version. | |||
732 | } The following provides a short overview of the most relevant settings and | 717 | } The following provides a short overview of the most relevant settings and |
733 | rules of thumb. | 718 | rules of thumb. |
734 | 719 | ||
735 | \nopt{ondio}{ | ||
736 | \subsection{Display backlight} | 720 | \subsection{Display backlight} |
737 | The active backlight consumes a lot of power. Therefore choose a setting that | 721 | The active backlight consumes a lot of power. Therefore choose a setting that |
738 | disables the backlight after timeout (for setting \setting{Backlight} see | 722 | disables the backlight after timeout (for setting \setting{Backlight} see |
739 | \reference{ref:Displayoptions}). Avoid having the backlight enabled all the | 723 | \reference{ref:Displayoptions}). Avoid having the backlight enabled all the |
740 | time (Activating \setting{selectivebacklight} | 724 | time (Activating \setting{selectivebacklight} |
741 | \reference{ref:selectivebacklight} can further reduce power consumption). | 725 | \reference{ref:selectivebacklight} can further reduce power consumption). |
742 | } | ||
743 | 726 | ||
744 | \opt{lcd_sleep}{ | 727 | \opt{lcd_sleep}{ |
745 | \subsection{Display power-off} | 728 | \subsection{Display power-off} |
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex index 6f8a47fd6d..f1d6ccca16 100644 --- a/manual/appendix/appendix.tex +++ b/manual/appendix/appendix.tex | |||
@@ -58,41 +58,6 @@ This is a list of Feature Requests we get repeatedly that we simply | |||
58 | cannot do. View it as the opposite of a TODO! | 58 | cannot do. View it as the opposite of a TODO! |
59 | 59 | ||
60 | \begin{itemize} | 60 | \begin{itemize} |
61 | \opt{archos}{ | ||
62 | \item Record to WAV (uncompressed) or MP3pro format.\\ | ||
63 | The recording hardware (the MAS) does not allow us to do this | ||
64 | \item Crossfade between tracks.\\ | ||
65 | Crossfading would require two mp3 decoders, and we only have one. | ||
66 | This is not possible. | ||
67 | \item Support MP3pro, WMA or other sound format playback.\\ | ||
68 | The mp3{}-decoding hardware can only play MP3. We cannot make it play other | ||
69 | sound formats. | ||
70 | \item Converting OGG $\rightarrow$ MP3.\\ | ||
71 | The mp3{}-decoding hardware cannot decode OGG. It can be reprogrammed, but | ||
72 | there is too little memory for OGG and we have no documentation on how to | ||
73 | program the MAS' DSP. Doing the conversion with the CPU is impossible, since | ||
74 | a 12~MHz SH1 is far too slow for this daunting task. | ||
75 | \item Archos Multimedia support.\\ | ||
76 | The Archos Multimedia is a completely different beast. It is an entirely | ||
77 | different architecture, different CPU and upgrading the software is done | ||
78 | a completely different way. We do not wish to venture into this. Others | ||
79 | may do so. We will not. | ||
80 | \item Multi{}-band (or graphic) equaliser.\\ | ||
81 | We cannot access information for that kind of visualisation from the MP3 | ||
82 | decoding hardware. | ||
83 | \item CBR recording.\\ | ||
84 | The MP3 encoding hardware does not allow this. | ||
85 | \item Change tempo of a song without changing pitch.\\ | ||
86 | The MP3 decoding hardware does not allow this. | ||
87 | \item Graphic frequency (spectrum analyser).\\ | ||
88 | We cannot access the audio waveform from the MP3 decoder so we cannot analyse | ||
89 | it. Even if we had access to it, the CPU would probably be too slow to | ||
90 | perform the analysis anyway. | ||
91 | \item Cool sound effects.\\ | ||
92 | Adding new sound effects requires reprogramming the MAS chip, and we cannot | ||
93 | do that. The MAS chip is programmable, but we have no access to the chip | ||
94 | documentation. | ||
95 | } | ||
96 | \nopt{iriverh300,iaudiox5}{ | 61 | \nopt{iriverh300,iaudiox5}{ |
97 | \item Interfacing with other USB devices (like cameras) or 2 player games over USB.\\ | 62 | \item Interfacing with other USB devices (like cameras) or 2 player games over USB.\\ |
98 | The USB system demands that there is a master that talks to a slave. The | 63 | The USB system demands that there is a master that talks to a slave. The |
@@ -104,10 +69,9 @@ The recording hardware (the MAS) does not allow us to do this | |||
104 | to play with it the way we'd need for any good communication to work. | 69 | to play with it the way we'd need for any good communication to work. |
105 | } | 70 | } |
106 | \item Support other file systems than FAT32 (like NTFS or ext2 etc.).\\ | 71 | \item Support other file systems than FAT32 (like NTFS or ext2 etc.).\\ |
107 | No. | 72 | No. (Except perhaps for ExFAT) |
108 | \opt{archos}{Rockbox needs to support FAT32 since it can only start off a FAT32 | 73 | Most \dap{}s can only start off FAT32 partitions, so adding support |
109 | partition (since that is the only way the ROM can load it), and adding}% | 74 | for more file systems will just take away valuable ram for |
110 | support for more file systems will just take away valuable ram for | ||
111 | unnecessary features. You can partition your \dap{} fine, just make sure | 75 | unnecessary features. You can partition your \dap{} fine, just make sure |
112 | the first one is FAT32 and then make the other ones whatever file system | 76 | the first one is FAT32 and then make the other ones whatever file system |
113 | you want. Just do not expect Rockbox to understand them. | 77 | you want. Just do not expect Rockbox to understand them. |
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index ddd41e105d..e9604bdc33 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex | |||
@@ -380,12 +380,6 @@ | |||
380 | force fm mono | 380 | force fm mono |
381 | & off, on & N/A\\ | 381 | & off, on & N/A\\ |
382 | }% | 382 | }% |
383 | \opt{player}{ | ||
384 | jump scroll | ||
385 | & 0 to 5 & N/A\\ | ||
386 | jump scroll delay | ||
387 | & 0 to 250 & 0.01~s\\ | ||
388 | }% | ||
389 | 383 | ||
390 | \bottomrule | 384 | \bottomrule |
391 | \end{longtable} | 385 | \end{longtable} |
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index c909dfe91c..42681828fe 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex | |||
@@ -6,10 +6,6 @@ | |||
6 | & \textbf{Action when selected}}{}{} | 6 | & \textbf{Action when selected}}{}{} |
7 | \includegraphics[width=0.37cm]{appendix/images/icon-directory.png} | 7 | \includegraphics[width=0.37cm]{appendix/images/icon-directory.png} |
8 | & Directory & \emph{none} & Enter the directory \tabularnewline | 8 | & Directory & \emph{none} & Enter the directory \tabularnewline |
9 | \opt{recorder,recorderv2fm,ondiofm,ondiosp}{ | ||
10 | \includegraphics[width=0.37cm]{appendix/images/icon-rolo.png} | ||
11 | & Rockbox firmware & \fname{.ajz} & Load the new firmware with ROLO \tabularnewline | ||
12 | } | ||
13 | \opt{swcodec}{ | 9 | \opt{swcodec}{ |
14 | \includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png} | 10 | \includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png} |
15 | & Audio file & \emph{various}\newline% | 11 | & Audio file & \emph{various}\newline% |
@@ -66,10 +62,6 @@ | |||
66 | \includegraphics[width=0.37cm]{appendix/images/icon-rolo.png} | 62 | \includegraphics[width=0.37cm]{appendix/images/icon-rolo.png} |
67 | & Rockbox firmware & \fname{.mi4} & Load the new firmware with ROLO \tabularnewline | 63 | & Rockbox firmware & \fname{.mi4} & Load the new firmware with ROLO \tabularnewline |
68 | } | 64 | } |
69 | \opt{player}{ | ||
70 | \includegraphics[width=0.37cm]{appendix/images/icon-rolo.png} | ||
71 | & Rockbox firmware & \fname{.mod} & Load the new firmware with ROLO \tabularnewline | ||
72 | } | ||
73 | \opt{masd,masf}{ | 65 | \opt{masd,masf}{ |
74 | \includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png} | 66 | \includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png} |
75 | & Audio file & \fname{.mp2}, \fname{.mp3} & Start playing the file and show the WPS\tabularnewline | 67 | & Audio file & \fname{.mp2}, \fname{.mp3} & Start playing the file and show the WPS\tabularnewline |
@@ -90,10 +82,6 @@ | |||
90 | } | 82 | } |
91 | \includegraphics[width=0.37cm]{appendix/images/icon-text.png} | 83 | \includegraphics[width=0.37cm]{appendix/images/icon-text.png} |
92 | & Text File & \fname{.txt} & Display the text file using the text viewer plugin\tabularnewline | 84 | & Text File & \fname{.txt} & Display the text file using the text viewer plugin\tabularnewline |
93 | \opt{archos}{ | ||
94 | \includegraphics[width=0.37cm]{appendix/images/icon-ucl.png} | ||
95 | & Flash Image & \fname{.ucl} & Flash the Rockbox image into the ROM \tabularnewline | ||
96 | } | ||
97 | & Voice file & \fname{.voice} & Allow Rockbox to speak menus\tabularnewline | 85 | & Voice file & \fname{.voice} & Allow Rockbox to speak menus\tabularnewline |
98 | \opt{masf}{ | 86 | \opt{masf}{ |
99 | \includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png} | 87 | \includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png} |
diff --git a/manual/appendix/images/icon-ucl.png b/manual/appendix/images/icon-ucl.png deleted file mode 100644 index e34920b010..0000000000 --- a/manual/appendix/images/icon-ucl.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index f1f79b9351..1aec7bae99 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex | |||
@@ -47,7 +47,7 @@ Example: | |||
47 | \config{\%iy} & Year\\ | 47 | \config{\%iy} & Year\\ |
48 | \config{\%ik} & Disc Number\\ | 48 | \config{\%ik} & Disc Number\\ |
49 | \end{tagmap} | 49 | \end{tagmap} |
50 | Remember that this information is not always available, so use the | 50 | Remember that this information is not always available, so use the |
51 | conditionals to show alternate information in preference to assuming. | 51 | conditionals to show alternate information in preference to assuming. |
52 | 52 | ||
53 | These tags, when written with a capital ``I'' (e.g. \config{\%Ia} or \config{\%Ic}), | 53 | These tags, when written with a capital ``I'' (e.g. \config{\%Ia} or \config{\%Ic}), |
@@ -112,7 +112,7 @@ show the information for the next song to be played. | |||
112 | \section{Power Related Information} | 112 | \section{Power Related Information} |
113 | \begin{tagmap} | 113 | \begin{tagmap} |
114 | \config{\%bl} & Numeric battery level in percents. | 114 | \config{\%bl} & Numeric battery level in percents. |
115 | Can also be used in a conditional: | 115 | Can also be used in a conditional: |
116 | \config{\%?bl<-1|0|1|2|\ldots|N>}, | 116 | \config{\%?bl<-1|0|1|2|\ldots|N>}, |
117 | where the value $-1$ is used when the battery level isn't | 117 | where the value $-1$ is used when the battery level isn't |
118 | known (it usually is). The value $N$ is only used when the | 118 | known (it usually is). The value $N$ is only used when the |
@@ -153,7 +153,7 @@ show the information for the next song to be played. | |||
153 | (N can be 1, 2, 3, \dots)\\ | 153 | (N can be 1, 2, 3, \dots)\\ |
154 | \end{tagmap} | 154 | \end{tagmap} |
155 | Example for the \config{\%d(N)} commands: If the file is | 155 | Example for the \config{\%d(N)} commands: If the file is |
156 | ``\fname{/Rock/Kent/Isola/11 - 747.mp3}'', \config{\%d(1)} is ``\fname{Isola}'', | 156 | ``\fname{/Rock/Kent/Isola/11 - 747.mp3}'', \config{\%d(1)} is ``\fname{Isola}'', |
157 | \config{\%d(2)} is ``\fname{Kent}'' and \config{\%d(3)} is ``\fname{Rock}''. | 157 | \config{\%d(2)} is ``\fname{Kent}'' and \config{\%d(3)} is ``\fname{Rock}''. |
158 | 158 | ||
159 | These tags, when written with the first letter capitalized (e.g. \config{\%Fn} | 159 | These tags, when written with the first letter capitalized (e.g. \config{\%Fn} |
@@ -162,28 +162,20 @@ or \config{\%D(2)}), produce the information for the next file to be played. | |||
162 | \section{Playlist/Song Info} | 162 | \section{Playlist/Song Info} |
163 | \begin{tagmap} | 163 | \begin{tagmap} |
164 | \config{\%pb} & Progress Bar. | 164 | \config{\%pb} & Progress Bar. |
165 | \opt{player}{ | ||
166 | This will display a one character ``cup'' | ||
167 | that empties as the time progresses.} | ||
168 | \opt{lcd_bitmap}{ | 165 | \opt{lcd_bitmap}{ |
169 | This will replace the entire line with a progress bar. | 166 | This will replace the entire line with a progress bar. |
170 | You can set the position, width and height of the progressbar | 167 | You can set the position, width and height of the progressbar |
171 | (in pixels) and load a custom image for it: | 168 | (in pixels) and load a custom image for it: |
172 | \config{\%pb(x,y,[width],[height],image.bmp)}} \\ | 169 | \config{\%pb(x,y,[width],[height],image.bmp)}} \\ |
173 | \opt{player}{% | ||
174 | \config{\%pf} & Full-line progress bar \& time display\\ | ||
175 | }% | ||
176 | \config{\%px} & Percentage played in song\\ | 170 | \config{\%px} & Percentage played in song\\ |
177 | \config{\%pc} & Current time in song\\ | 171 | \config{\%pc} & Current time in song\\ |
178 | \config{\%pe} & Total number of playlist entries\\ | 172 | \config{\%pe} & Total number of playlist entries\\ |
179 | \nopt{player}{% | ||
180 | \config{\%pm} & Peak Meter. The entire line is used as % | 173 | \config{\%pm} & Peak Meter. The entire line is used as % |
181 | volume peak meter.\\% | 174 | volume peak meter.\\% |
182 | \config{\%pL} & Peak meter for the left channel. Can be used as a value, % | 175 | \config{\%pL} & Peak meter for the left channel. Can be used as a value, % |
183 | a conditional tag or a bar tag.\\ | 176 | a conditional tag or a bar tag.\\ |
184 | \config{\%pR} & Peak meter for the right channel. Can be used as a value, % | 177 | \config{\%pR} & Peak meter for the right channel. Can be used as a value, % |
185 | a conditional tag or a bar tag.\\ | 178 | a conditional tag or a bar tag.\\ |
186 | }% | ||
187 | \config{\%pn} & Playlist name (without path or extension)\\ | 179 | \config{\%pn} & Playlist name (without path or extension)\\ |
188 | \config{\%pp} & Playlist position\\ | 180 | \config{\%pp} & Playlist position\\ |
189 | \config{\%pr} & Remaining time in song\\ | 181 | \config{\%pr} & Remaining time in song\\ |
@@ -206,7 +198,7 @@ or \config{\%D(2)}), produce the information for the next file to be played. | |||
206 | the rest of the track>}\\ | 198 | the rest of the track>}\\ |
207 | \config{\%Sp} & Current playback pitch\\ | 199 | \config{\%Sp} & Current playback pitch\\ |
208 | \end{tagmap} | 200 | \end{tagmap} |
209 | 201 | ||
210 | \section{Playlist Viewer} | 202 | \section{Playlist Viewer} |
211 | \begin{tagmap} | 203 | \begin{tagmap} |
212 | \config{\%Vp(start,code to render)} & Display the playlist viewer in | 204 | \config{\%Vp(start,code to render)} & Display the playlist viewer in |
@@ -274,7 +266,7 @@ Example: \config{\%?mm<Off|All|One|Shuffle|A-B>} | |||
274 | 266 | ||
275 | \section{Playback Mode} | 267 | \section{Playback Mode} |
276 | \begin{tagmap} | 268 | \begin{tagmap} |
277 | \config{\%mp} & Play status, 0-4, in the order: Stop, Play, Pause, | 269 | \config{\%mp} & Play status, 0-4, in the order: Stop, Play, Pause, |
278 | Fast Forward, Rewind, Recording, Recording paused, FM Radio playing, | 270 | Fast Forward, Rewind, Recording, Recording paused, FM Radio playing, |
279 | FM Radio muted\\ | 271 | FM Radio muted\\ |
280 | \end{tagmap} | 272 | \end{tagmap} |
@@ -303,7 +295,7 @@ Example: \config{\%?mp<Stop|Play|Pause|Ffwd|Rew|Rec|Rec pause|FM|FM pause>} | |||
303 | 13 & Playlist Catalogue Viewer \\ | 295 | 13 & Playlist Catalogue Viewer \\ |
304 | 14 & Plugin \\ | 296 | 14 & Plugin \\ |
305 | 15 & Context menu \\ | 297 | 15 & Context menu \\ |
306 | 16 & System Info screen \\ | 298 | 16 & System Info screen \\ |
307 | 17 & Time and Date Screen \\ | 299 | 17 & Time and Date Screen \\ |
308 | 18 & Bookmark browser \\ | 300 | 18 & Bookmark browser \\ |
309 | 19 & Shortcuts menu \\ | 301 | 19 & Shortcuts menu \\ |
@@ -374,7 +366,6 @@ Examples: | |||
374 | \opt{lcd_bitmap}{ | 366 | \opt{lcd_bitmap}{ |
375 | \section{\label{ref:wps_images}Images} | 367 | \section{\label{ref:wps_images}Images} |
376 | \begin{tagmap} | 368 | \begin{tagmap} |
377 | \nopt{archos}{% | ||
378 | \config{\%X(filename.bmp)} | 369 | \config{\%X(filename.bmp)} |
379 | & Load and set a backdrop image for the WPS. | 370 | & Load and set a backdrop image for the WPS. |
380 | This image must be exactly the same size as your LCD.\\ | 371 | This image must be exactly the same size as your LCD.\\ |
@@ -396,12 +387,12 @@ Examples: | |||
396 | contained in the bitmap. Default is 1.\\ | 387 | contained in the bitmap. Default is 1.\\ |
397 | \config{\%xd(n[i] [,tag] [,offset])} & Display a preloaded image. | 388 | \config{\%xd(n[i] [,tag] [,offset])} & Display a preloaded image. |
398 | \config{n}: image ID as it was specified in \config{\%x} or \config{\%xl}\newline | 389 | \config{n}: image ID as it was specified in \config{\%x} or \config{\%xl}\newline |
399 | \config{i}: (optional) number of the sub-image to display (a-z for 1-26 and A-Z for 27-52). | 390 | \config{i}: (optional) number of the sub-image to display (a-z for 1-26 and A-Z for 27-52). |
400 | (ignored when \config{tag} is used). Only useable if the ID is a single letter. | 391 | (ignored when \config{tag} is used). Only useable if the ID is a single letter. |
401 | By default the first (i.e. top most) sub-image will be used.\newline | 392 | By default the first (i.e. top most) sub-image will be used.\newline |
402 | \config{tag}: (optional) Another tag to calculate the subimage from e.g \config{\%xd(A, \%mh)} would | 393 | \config{tag}: (optional) Another tag to calculate the subimage from e.g \config{\%xd(A, \%mh)} would |
403 | use the first subimage when \config{\%mh} is on and the second when it is off\newline | 394 | use the first subimage when \config{\%mh} is on and the second when it is off\newline |
404 | \config{offset}: (optional) Add this number to the value from the \config{tag} when | 395 | \config{offset}: (optional) Add this number to the value from the \config{tag} when |
405 | chosing the subimage (may be negative)\\ | 396 | chosing the subimage (may be negative)\\ |
406 | \config{\%x9(n)} | 397 | \config{\%x9(n)} |
407 | & Display an image as a 9-patch bitmap covering the entire viewport.\newline | 398 | & Display an image as a 9-patch bitmap covering the entire viewport.\newline |
@@ -409,7 +400,7 @@ Examples: | |||
409 | are unscaled, the four middle sections are scaled along one axis and the middle | 400 | are unscaled, the four middle sections are scaled along one axis and the middle |
410 | section is scaled on both axis.\newline | 401 | section is scaled on both axis.\newline |
411 | \config{n}: image ID\\ | 402 | \config{n}: image ID\\ |
412 | 403 | ||
413 | \end{tagmap} | 404 | \end{tagmap} |
414 | 405 | ||
415 | Examples: | 406 | Examples: |
@@ -429,12 +420,11 @@ with image ID ``M'', and then reference the individual sub-images in a condition | |||
429 | \item The images must be in BMP format | 420 | \item The images must be in BMP format |
430 | \item The image tag must be on its own line | 421 | \item The image tag must be on its own line |
431 | \item The ID is case sensitive | 422 | \item The ID is case sensitive |
432 | \item The size of the LCD screen for each \dap{} varies. See table below | 423 | \item The size of the LCD screen for each \dap{} varies. See table below |
433 | for appropriate sizes of each device. The x and y coordinates must | 424 | for appropriate sizes of each device. The x and y coordinates must |
434 | respect each of the \daps{} limits. | 425 | respect each of the \daps{} limits. |
435 | \end{itemize} | 426 | \end{itemize} |
436 | } | 427 | } |
437 | } | ||
438 | 428 | ||
439 | \opt{albumart}{ | 429 | \opt{albumart}{ |
440 | \subsection{How to display the album art} | 430 | \subsection{How to display the album art} |
@@ -519,8 +509,8 @@ and tuned to a preset (and not recording) in order for them to be shown. | |||
519 | \config{\%Sr} & Use as a conditional to define options for left to right, or | 509 | \config{\%Sr} & Use as a conditional to define options for left to right, or |
520 | right to left languages. \%?Sr<RTL|LTR>\\ | 510 | right to left languages. \%?Sr<RTL|LTR>\\ |
521 | \end{tagmap} | 511 | \end{tagmap} |
522 | 512 | ||
523 | All alignment tags may be present in one line, but they need to be in the | 513 | All alignment tags may be present in one line, but they need to be in the |
524 | order left -- centre -- right. If the aligned texts overlap, they are merged. | 514 | order left -- centre -- right. If the aligned texts overlap, they are merged. |
525 | 515 | ||
526 | Example: \config{\%ax\%V(\dots)} | 516 | Example: \config{\%ax\%V(\dots)} |
@@ -569,7 +559,7 @@ Examples of the \%if tag:\\ | |||
569 | 559 | ||
570 | Allows grouping of several items (sublines) onto one line, with the | 560 | Allows grouping of several items (sublines) onto one line, with the |
571 | display cycling round the defined sublines. See | 561 | display cycling round the defined sublines. See |
572 | \reference{ref:AlternatingSublines} for details. | 562 | \reference{ref:AlternatingSublines} for details. |
573 | 563 | ||
574 | \opt{rtc}{ | 564 | \opt{rtc}{ |
575 | \section{Time and Date} | 565 | \section{Time and Date} |
@@ -601,7 +591,7 @@ display cycling round the defined sublines. See | |||
601 | \config{\%Sx(English)} | 591 | \config{\%Sx(English)} |
602 | & Display the translation of ``English'' in the current language\\ | 592 | & Display the translation of ``English'' in the current language\\ |
603 | \end{tagmap} | 593 | \end{tagmap} |
604 | 594 | ||
605 | \begin{itemize} | 595 | \begin{itemize} |
606 | \item ``English'' must be a phrase used in the language file. | 596 | \item ``English'' must be a phrase used in the language file. |
607 | \item It should match the \config{Source:} line in the language file. | 597 | \item It should match the \config{Source:} line in the language file. |
@@ -685,7 +675,7 @@ display cycling round the defined sublines. See | |||
685 | Some tags can be used to display a bar which draws according to the value of | 675 | Some tags can be used to display a bar which draws according to the value of |
686 | the tag. To use these tags like a bar you need to use the following parameters | 676 | the tag. To use these tags like a bar you need to use the following parameters |
687 | (\%XX should be replaced with the actual tag). | 677 | (\%XX should be replaced with the actual tag). |
688 | 678 | ||
689 | \opt{touchscreen}{ | 679 | \opt{touchscreen}{ |
690 | Volume and progress bars automatically create touch regions the same size | 680 | Volume and progress bars automatically create touch regions the same size |
691 | as the bar (slightly larger actually). This can be disabled with the | 681 | as the bar (slightly larger actually). This can be disabled with the |
@@ -716,13 +706,13 @@ display cycling round the defined sublines. See | |||
716 | the centre of the image matches the current position. This must be | 706 | the centre of the image matches the current position. This must be |
717 | followed by the label of the desired image. | 707 | followed by the label of the desired image. |
718 | \item[backdrop] -- draw a preloaded image under the bar. The full | 708 | \item[backdrop] -- draw a preloaded image under the bar. The full |
719 | image will be displayed and must be the same size as the bar. | 709 | image will be displayed and must be the same size as the bar. |
720 | This must be followed by the label of the desired image. | 710 | This must be followed by the label of the desired image. |
721 | \item[nofill] -- don't draw the bar, only its frame (for use with the | 711 | \item[nofill] -- don't draw the bar, only its frame (for use with the |
722 | ``slider'' option). | 712 | ``slider'' option). |
723 | \item[noborder] -- don't draw the border for image-less bars, instead maximise | 713 | \item[noborder] -- don't draw the border for image-less bars, instead maximise |
724 | the filling over the specified area. This doesn't work for bars which | 714 | the filling over the specified area. This doesn't work for bars which |
725 | specify an image. | 715 | specify an image. |
726 | \item[nobar] -- don't draw the bar or its frame (for use with the | 716 | \item[nobar] -- don't draw the bar or its frame (for use with the |
727 | ``slider'' option). | 717 | ``slider'' option). |
728 | \opt{touchscreen}{ | 718 | \opt{touchscreen}{ |
@@ -755,7 +745,7 @@ a horizontal progressbar which doesn't fill and draws the image | |||
755 | substring is a number so it can be used with conditionals. (i.e \config{\%cM}). | 745 | substring is a number so it can be used with conditionals. (i.e \config{\%cM}). |
756 | 0 is the first conditional option | 746 | 0 is the first conditional option |
757 | \end{description} | 747 | \end{description} |
758 | 748 | ||
759 | \begin{tagmap} | 749 | \begin{tagmap} |
760 | \config{\%(} & The character `('\\ | 750 | \config{\%(} & The character `('\\ |
761 | \config{\%)} & The character `)'\\ | 751 | \config{\%)} & The character `)'\\ |
@@ -766,10 +756,10 @@ a horizontal progressbar which doesn't fill and draws the image | |||
766 | \config{\%>} & The character `>'\\ | 756 | \config{\%>} & The character `>'\\ |
767 | \config{\%;} & The character `;'\\ | 757 | \config{\%;} & The character `;'\\ |
768 | \config{\%\#} & The character `\#'\\ | 758 | \config{\%\#} & The character `\#'\\ |
769 | \config{\%s} & Indicate that the line should scroll. Can occur | 759 | \config{\%s} & Indicate that the line should scroll. Can occur |
770 | anywhere in a line (given that the text is | 760 | anywhere in a line (given that the text is |
771 | displayed; see conditionals above). You can specify | 761 | displayed; see conditionals above). You can specify |
772 | up to ten scrolling lines. Scrolling lines can not | 762 | up to ten scrolling lines. Scrolling lines can not |
773 | contain dynamic content such as timers, peak meters | 763 | contain dynamic content such as timers, peak meters |
774 | or progress bars.\\ | 764 | or progress bars.\\ |
775 | \end{tagmap} | 765 | \end{tagmap} |
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index e482417f0b..4978753444 100755 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex | |||
@@ -194,10 +194,8 @@ | |||
194 | \opt{lcd_bitmap}{ | 194 | \opt{lcd_bitmap}{ |
195 | \item[Screen Scrolls Out of View.] | 195 | \item[Screen Scrolls Out of View.] |
196 | Screens can be manually scrolled horizontally by pressing | 196 | Screens can be manually scrolled horizontally by pressing |
197 | \opt{RECORDER_PAD}{\ButtonOn+\ButtonRight/\ButtonLeft}% | ||
198 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight/\ButtonLeft}% | ||
199 | \opt{IRIVER_H10_PAD}{Long \ButtonRew/\ButtonFF}% | 197 | \opt{IRIVER_H10_PAD}{Long \ButtonRew/\ButtonFF}% |
200 | \nopt{RECORDER_PAD,ONDIO_PAD,IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD% | 198 | \nopt{IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD% |
201 | ,touchscreen}{% | 199 | ,touchscreen}{% |
202 | Long \ButtonRight/\ButtonLeft}. | 200 | Long \ButtonRight/\ButtonLeft}. |
203 | Setting this option to \setting{Yes} | 201 | Setting this option to \setting{Yes} |
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex index 53ca4a1658..8554abdcfa 100644 --- a/manual/configure_rockbox/playback_options.tex +++ b/manual/configure_rockbox/playback_options.tex | |||
@@ -42,7 +42,7 @@ you to configure settings related to audio playback. | |||
42 | Setting the End Point (B) is done accordingly using | 42 | Setting the End Point (B) is done accordingly using |
43 | \ActionWpsAbSetBNextDir{}. To reset the markers press \ActionWpsAbReset{}. | 43 | \ActionWpsAbSetBNextDir{}. To reset the markers press \ActionWpsAbReset{}. |
44 | }% | 44 | }% |
45 | \opt{ipod,IAUDIO_X5_PAD,ONDIO_PAD,PLAYER_PAD,PBELL_VIBE500_PAD}{% | 45 | \opt{ipod,IAUDIO_X5_PAD,PBELL_VIBE500_PAD}{% |
46 | To set the Start Point (A) press \ActionWpsBrowse{}. The following | 46 | To set the Start Point (A) press \ActionWpsBrowse{}. The following |
47 | press of \ActionWpsBrowse{} will set the End Point (B), and a third | 47 | press of \ActionWpsBrowse{} will set the End Point (B), and a third |
48 | successive \ActionWpsBrowse{} will reset the markers. | 48 | successive \ActionWpsBrowse{} will reset the markers. |
diff --git a/manual/configure_rockbox/recording_settings.tex b/manual/configure_rockbox/recording_settings.tex index 0175631cf7..5fc8f16840 100644 --- a/manual/configure_rockbox/recording_settings.tex +++ b/manual/configure_rockbox/recording_settings.tex | |||
@@ -165,12 +165,11 @@ | |||
165 | Resets the location where the recorded files are saved to the root of your | 165 | Resets the location where the recorded files are saved to the root of your |
166 | \daps{} drive. | 166 | \daps{} drive. |
167 | 167 | ||
168 | \nopt{ondio}{ | 168 | \section{Clipping Light} |
169 | \section{Clipping Light} | ||
170 | Causes the backlight to flash on when clipping has been detected.\\ | 169 | Causes the backlight to flash on when clipping has been detected.\\ |
171 | Options: \setting{Off}, \setting{Main unit only}, | 170 | Options: \setting{Off}, \setting{Main unit only}, |
172 | \setting{Main and remote unit}, \setting{Remote unit only}. | 171 | \setting{Main and remote unit}, \setting{Remote unit only}. |
173 | } | 172 | |
174 | \section{Trigger} | 173 | \section{Trigger} |
175 | When you record a source you often are only interested in the sound and not | 174 | When you record a source you often are only interested in the sound and not |
176 | the silence in between. The recording trigger provides you with a | 175 | the silence in between. The recording trigger provides you with a |
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex index f9f0a747dd..fd5efa189b 100644 --- a/manual/configure_rockbox/sound_settings.tex +++ b/manual/configure_rockbox/sound_settings.tex | |||
@@ -17,8 +17,6 @@ change to customise your listening experience. | |||
17 | an otherwise low volume level. | 17 | an otherwise low volume level. |
18 | } | 18 | } |
19 | The volume can be adjusted from a | 19 | The volume can be adjusted from a |
20 | \opt{player}{minimum of -78~dB to a maximum of +18~dB.}% | ||
21 | \opt{recorder,recorderv2fm,ondio}{minimum of -100~dB to a maximum of +12~dB.}% | ||
22 | \opt{iriverh100,iriverh300}{minimum of -84~dB to a maximum of 0~dB.}% | 20 | \opt{iriverh100,iriverh300}{minimum of -84~dB to a maximum of 0~dB.}% |
23 | \opt{iaudiom3,iaudiom5,iaudiox5,ipod3g,ipod4g,gigabeatf,mrobe100,mpiohd200}{% | 21 | \opt{iaudiom3,iaudiom5,iaudiox5,ipod3g,ipod4g,gigabeatf,mrobe100,mpiohd200}{% |
24 | minimum of -73~dB to a maximum of +6~dB.}% | 22 | minimum of -73~dB to a maximum of +6~dB.}% |
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex index 7c3300b875..28d1c1a577 100755 --- a/manual/configure_rockbox/system_options.tex +++ b/manual/configure_rockbox/system_options.tex | |||
@@ -4,14 +4,12 @@ | |||
4 | \nopt{sansa,fuzeplus}%will probably be there on Sansas one day - exclude it the simple way without specific option | 4 | \nopt{sansa,fuzeplus}%will probably be there on Sansas one day - exclude it the simple way without specific option |
5 | {\nopt{sansaAMS}{ | 5 | {\nopt{sansaAMS}{ |
6 | \subsection{Battery} | 6 | \subsection{Battery} |
7 | Options relating to the \opt{archos}{batteries}\nopt{archos}{battery} | 7 | Options relating to the battery |
8 | in the \dap. | 8 | in the \dap. |
9 | \begin{description} | 9 | \begin{description} |
10 | \item [Battery Capacity.] This setting can be used to tell Rockbox what | 10 | \item [Battery Capacity.] This setting can be used to tell Rockbox what |
11 | capacity (in mAh) the battery being used has. The default is | 11 | capacity (in mAh) the battery being used has. The default is |
12 | \opt{player,recorder}{1500~mAh}% | 12 | \opt{vibe500}{1000~mAh}% |
13 | \opt{recorderv2fm}{2200~mAh}% | ||
14 | \opt{ondiosp,ondiofm,vibe500}{1000~mAh}% | ||
15 | \opt{iriverh100,iriverh300}{1300~mAh}% | 13 | \opt{iriverh100,iriverh300}{1300~mAh}% |
16 | \opt{mpiohd200}{850~mAh}% | 14 | \opt{mpiohd200}{850~mAh}% |
17 | \opt{ipodmini}{400~mAh (1G) or 630~mAh (2G)}% | 15 | \opt{ipodmini}{400~mAh (1G) or 630~mAh (2G)}% |
@@ -28,8 +26,7 @@ | |||
28 | \opt{mrobe100}{720~mAh}% | 26 | \opt{mrobe100}{720~mAh}% |
29 | \opt{samsungyh920,samsungyh925}{900~mAh}% | 27 | \opt{samsungyh920,samsungyh925}{900~mAh}% |
30 | \opt{samsungyh820}{650~mAh}% | 28 | \opt{samsungyh820}{650~mAh}% |
31 | , which is the capacity value for the standard | 29 | , which is the capacity value for the standard battery shipped with the \dap. |
32 | \opt{archos}{batteries}\nopt{archos}{battery} shipped with the \dap. | ||
33 | Rockbox uses this value for runtime estimation, not battery percentage | 30 | Rockbox uses this value for runtime estimation, not battery percentage |
34 | calculation. Changing this setting has no effect whatsoever on | 31 | calculation. Changing this setting has no effect whatsoever on |
35 | actual battery life. This setting only affects the accuracy of the | 32 | actual battery life. This setting only affects the accuracy of the |
@@ -118,7 +115,6 @@ This sub menu relates to limits in the Rockbox operating system. | |||
118 | Entries in File Browser} or \setting{Max Playlist Size} to take effect | 115 | Entries in File Browser} or \setting{Max Playlist Size} to take effect |
119 | while \setting{Glyphs To Cache} will affect the next font load.} | 116 | while \setting{Glyphs To Cache} will affect the next font load.} |
120 | % TODO: this needs to be rewritten in another style, it lets you mix sound from another source into the music | 117 | % 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 | 118 | \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: | 119 | off by default. This is useful for such applications as: |
124 | \begin{itemize} | 120 | \begin{itemize} |
@@ -126,7 +122,6 @@ This sub menu relates to limits in the Rockbox operating system. | |||
126 | \item laptop $\rightarrow$ \dap $\rightarrow$ human | 122 | \item laptop $\rightarrow$ \dap $\rightarrow$ human |
127 | \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human | 123 | \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human |
128 | \end{itemize} | 124 | \end{itemize} |
129 | } | ||
130 | \opt{quickscreen}{ | 125 | \opt{quickscreen}{ |
131 | \subsection{Use Shortcuts Menu Instead of Quick Screen} This option | 126 | \subsection{Use Shortcuts Menu Instead of Quick Screen} This option |
132 | activates the shortcuts menu instead of opening the quick screen when enabled. | 127 | activates the shortcuts menu instead of opening the quick screen when enabled. |
diff --git a/manual/configure_rockbox/theme_settings.tex b/manual/configure_rockbox/theme_settings.tex index 9677e663ae..2cbe57b014 100644 --- a/manual/configure_rockbox/theme_settings.tex +++ b/manual/configure_rockbox/theme_settings.tex | |||
@@ -14,11 +14,6 @@ customize the visual appearance of Rockbox. | |||
14 | 14 | ||
15 | There are a number of themes that ship with Rockbox. If none of | 15 | There are a number of themes that ship with Rockbox. If none of |
16 | these suit your needs, many more can be downloaded from | 16 | these suit your needs, many more can be downloaded from |
17 | \opt{player}{\url{http://themes.rockbox.org/index.php?target=player}}% | ||
18 | \opt{recorder}{\url{http://themes.rockbox.org/index.php?target=fmrecorder}}% | ||
19 | \opt{recorderv2fm}{\url{http://themes.rockbox.org/index.php?target=fmrecorder}}% | ||
20 | \opt{ondiofm}{\url{http://themes.rockbox.org/index.php?target=ondiofm}}% | ||
21 | \opt{ondiosp}{\url{http://themes.rockbox.org/index.php?target=ondiosp}}% | ||
22 | \opt{iaudiom5}{\url{http://themes.rockbox.org/index.php?target=m5}}% | 17 | \opt{iaudiom5}{\url{http://themes.rockbox.org/index.php?target=m5}}% |
23 | \opt{iaudiox5}{\url{http://themes.rockbox.org/index.php?target=x5}}% | 18 | \opt{iaudiox5}{\url{http://themes.rockbox.org/index.php?target=x5}}% |
24 | \opt{iaudiom3}{\url{http://themes.rockbox.org/index.php?target=m3}}% | 19 | \opt{iaudiom3}{\url{http://themes.rockbox.org/index.php?target=m3}}% |
@@ -56,7 +51,7 @@ customize the visual appearance of Rockbox. | |||
56 | \item[Font.] | 51 | \item[Font.] |
57 | Browse the installed fonts on your \dap{}. Selecting one will activate it. | 52 | Browse the installed fonts on your \dap{}. Selecting one will activate it. |
58 | See \reference{ref:Loadingfonts} for further details about fonts. | 53 | See \reference{ref:Loadingfonts} for further details about fonts. |
59 | } % \nopt{player} | 54 | } |
60 | 55 | ||
61 | \item[While Playing Screen.] | 56 | \item[While Playing Screen.] |
62 | Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and | 57 | Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and |
@@ -106,10 +101,6 @@ customize the visual appearance of Rockbox. | |||
106 | \item[Remote Status Bar.] Allows you to choose where to display the | 101 | \item[Remote Status Bar.] Allows you to choose where to display the |
107 | statusbar on the remote display. | 102 | statusbar on the remote display. |
108 | } | 103 | } |
109 | \opt{RECORDER_PAD}{ | ||
110 | \item[Button Bar.] Enables or disables the button bar prompts for the | ||
111 | ``F''-keys at the bottom of the screen. | ||
112 | } | ||
113 | \item[Volume Display.] Controls whether the volume is displayed as a | 104 | \item[Volume Display.] Controls whether the volume is displayed as a |
114 | graphic or a numeric value on the Status Bar. If you select a numeric | 105 | graphic or a numeric value on the Status Bar. If you select a numeric |
115 | display, volume is displayed in decibels. See \reference{ref:volume} | 106 | display, volume is displayed in decibels. See \reference{ref:volume} |
diff --git a/manual/getting_started/archos_choice.tex b/manual/getting_started/archos_choice.tex deleted file mode 100644 index 690b25a14d..0000000000 --- a/manual/getting_started/archos_choice.tex +++ /dev/null | |||
@@ -1,53 +0,0 @@ | |||
1 | \section{Before installation} | ||
2 | |||
3 | Before you install Rockbox, you will need to know what model you own. Rockbox | ||
4 | comes in different versions depending on the model of your \dap{}. There are | ||
5 | six different versions of the software. The table below will help you to | ||
6 | identify which version of the software you need. | ||
7 | |||
8 | The model name is printed on the case. The hard drive size is listed on the | ||
9 | serial number sticker on the back of the unit. | ||
10 | |||
11 | \begin{rbtabular}{\textwidth}{llXl}% | ||
12 | {\textbf{Picture} & \textbf{Disk size} & \textbf{Model Name} & \textbf{Version Name}}% | ||
13 | {}{ref:Jukeboxtypetable} | ||
14 | \begin{minipage}{2.2cm} | ||
15 | \includegraphics[width=2cm]{getting_started/images/archos-studio-small.png} | ||
16 | \end{minipage} | ||
17 | & 5~GB, 6~GB, 10~GB, 20~GB & | ||
18 | \begin{minipage}{8cm} | ||
19 | Jukebox 5000 \newline | ||
20 | Jukebox 6000 \newline | ||
21 | Jukebox Studio 10 \newline | ||
22 | Jukebox Studio 20 | ||
23 | \end{minipage} | ||
24 | & player \\\midrule | ||
25 | \begin{minipage}{2.2cm} | ||
26 | \includegraphics[width=2cm]{getting_started/images/archos-recorder-small.png} | ||
27 | \end{minipage} | ||
28 | & 6~GB, 10~GB, 15~GB, 20~GB & \begin{minipage}{8cm} | ||
29 | Jukebox Recorder 6 \newline | ||
30 | Jukebox Recorder 10 \newline | ||
31 | Jukebox Recorder 15 \newline | ||
32 | Jukebox Recorder 20 | ||
33 | \end{minipage} | ||
34 | & recorder\\\midrule | ||
35 | \begin{minipage}{2.2cm} | ||
36 | \includegraphics[width=2cm]{getting_started/images/archos-recorderv2-small.png} | ||
37 | \end{minipage} | ||
38 | & 20~GB & Jukebox Recorder v2 & recorderv2\\\midrule | ||
39 | \begin{minipage}{2.2cm} | ||
40 | \includegraphics[width=2cm]{getting_started/images/archos-recorderfm-small.png} | ||
41 | \end{minipage} | ||
42 | & 20~GB & Jukebox Recorder FM & fmrecorder \\\midrule | ||
43 | \begin{minipage}{2.2cm} | ||
44 | \includegraphics[width=2cm]{getting_started/images/archos-ondiosp-small.png} | ||
45 | \end{minipage} | ||
46 | & 128~MB (flash) & Ondio 128 SP & ondiosp \\\midrule | ||
47 | \begin{minipage}{2.2cm} | ||
48 | \includegraphics[width=2cm]{getting_started/images/archos-ondiofm-small.png} | ||
49 | \end{minipage} | ||
50 | & 128~MB (flash) & Ondio 128 FM & ondiofm \\ | ||
51 | \end{rbtabular} | ||
52 | \note{Rockbox does not run on the Archos Jukebox Multimedia or any | ||
53 | Archos products other than those mentioned here.} | ||
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex index 5766c222eb..0b3b25a4e8 100644 --- a/manual/getting_started/installation.tex +++ b/manual/getting_started/installation.tex | |||
@@ -286,20 +286,18 @@ still available to you.\\ | |||
286 | \end{description} | 286 | \end{description} |
287 | } | 287 | } |
288 | 288 | ||
289 | \nopt{player} { | 289 | Apart from the required parts there are some addons you might be interested |
290 | Apart from the required parts there are some addons you might be interested | 290 | in installing. |
291 | in installing. | 291 | \begin{description} |
292 | \begin{description} | 292 | \item[Fonts.] Rockbox can load custom fonts. The fonts are |
293 | \item[Fonts.] Rockbox can load custom fonts. The fonts are | 293 | distributed as a separate package and thus need to be installed |
294 | distributed as a separate package and thus need to be installed | 294 | separately. They are not required to run Rockbox itself but |
295 | separately. They are not required to run Rockbox itself but | 295 | a lot of themes require the fonts package to be installed. |
296 | a lot of themes require the fonts package to be installed. | 296 | |
297 | 297 | \item[Themes.] The appearance of Rockbox can be customised by themes. Depending | |
298 | \item[Themes.] The appearance of Rockbox can be customised by themes. Depending | 298 | on your taste you might want to install additional themes to change |
299 | on your taste you might want to install additional themes to change | 299 | the look of Rockbox. |
300 | the look of Rockbox. | 300 | \end{description} |
301 | \end{description} | ||
302 | } | ||
303 | 301 | ||
304 | \subsection{Automated Installation} | 302 | \subsection{Automated Installation} |
305 | 303 | ||
@@ -310,7 +308,7 @@ housekeeping tool \caps{Rockbox Utility}. It allows you to: | |||
310 | (``Minimal Installation''). | 308 | (``Minimal Installation''). |
311 | \item Automatically install all suggested components (``Complete Installation''). | 309 | \item Automatically install all suggested components (``Complete Installation''). |
312 | \item Selectively install optional components. | 310 | \item Selectively install optional components. |
313 | \nopt{player}{\item Install additional fonts and themes.} | 311 | \item Install additional fonts and themes. |
314 | \item Install voice files and generate talk clips. | 312 | \item Install voice files and generate talk clips. |
315 | \item Uninstall all components you installed using Rockbox Utility. | 313 | \item Uninstall all components you installed using Rockbox Utility. |
316 | \end{itemize} | 314 | \end{itemize} |
@@ -492,13 +490,6 @@ create a separate directory on your \dap{} for the Rockbox | |||
492 | files! The \fname{.zip} file already contains the internal | 490 | files! The \fname{.zip} file already contains the internal |
493 | structure that Rockbox needs.\\} | 491 | structure that Rockbox needs.\\} |
494 | 492 | ||
495 | \opt{archos}{ | ||
496 | If the contents of the \fname{.zip} file are extracted correctly, you will | ||
497 | have a file called \fname{\firmwarefilename} in the main directory of your | ||
498 | \daps{} drive, and also a directory called \fname{.rockbox}, which contains a | ||
499 | number of other directories and system files needed by Rockbox. | ||
500 | } | ||
501 | |||
502 | % This has nothing to do with swcodec, just that these players need our own | 493 | % This has nothing to do with swcodec, just that these players need our own |
503 | % bootloader so we can decide where we want the main binary. | 494 | % bootloader so we can decide where we want the main binary. |
504 | \opt{swcodec}{ | 495 | \opt{swcodec}{ |
@@ -559,7 +550,7 @@ structure that Rockbox needs.\\} | |||
559 | \end{itemize} | 550 | \end{itemize} |
560 | } | 551 | } |
561 | 552 | ||
562 | \opt{iriverh10,iriverh10_5gb,ipod,mrobe100,sansa,archos,cowond2,vibe500,ondavx777,samsungyh}{ | 553 | \opt{iriverh10,iriverh10_5gb,ipod,mrobe100,sansa,cowond2,vibe500,ondavx777,samsungyh}{ |
563 | Safely eject / unmount the USB drive, unplug the cable and restart. | 554 | Safely eject / unmount the USB drive, unplug the cable and restart. |
564 | } | 555 | } |
565 | 556 | ||
@@ -709,7 +700,7 @@ The new build will be installed over your current build.\\ | |||
709 | 700 | ||
710 | \section{Uninstalling Rockbox}\index{Installation!uninstall} | 701 | \section{Uninstalling Rockbox}\index{Installation!uninstall} |
711 | 702 | ||
712 | \nopt{gigabeatf,iaudiom3,iaudiom5,iaudiox5,archos,mrobe100,gigabeats,fuzeplus}{ | 703 | \nopt{gigabeatf,iaudiom3,iaudiom5,iaudiox5,mrobe100,gigabeats,fuzeplus}{ |
713 | \note{The Rockbox bootloader allows you to choose between Rockbox and | 704 | \note{The Rockbox bootloader allows you to choose between Rockbox and |
714 | the original firmware. (See \reference{ref:Dualboot} for more information.)} | 705 | the original firmware. (See \reference{ref:Dualboot} for more information.)} |
715 | } | 706 | } |
@@ -727,12 +718,6 @@ completely follow the manual uninstallation instructions below.}} | |||
727 | 718 | ||
728 | \subsection{Manual Uninstallation} | 719 | \subsection{Manual Uninstallation} |
729 | 720 | ||
730 | \opt{archos}{ | ||
731 | If you would like to go back to using the original \playerman{} software, | ||
732 | connect the \dap{} to your computer, and delete the | ||
733 | \fname{\firmwarefilename} file. | ||
734 | } | ||
735 | |||
736 | \opt{iriverh10,iriverh10_5gb,mrobe100,vibe500,samsungyh}{ | 721 | \opt{iriverh10,iriverh10_5gb,mrobe100,vibe500,samsungyh}{ |
737 | If you would like to go back to using the original \playerman{} software, | 722 | If you would like to go back to using the original \playerman{} software, |
738 | connect the \dap{} to your computer, and delete the | 723 | connect the \dap{} to your computer, and delete the |
diff --git a/manual/main_menu/fmradio.tex b/manual/main_menu/fmradio.tex index b8c76291db..3d226245e3 100644 --- a/manual/main_menu/fmradio.tex +++ b/manual/main_menu/fmradio.tex | |||
@@ -1,10 +1,5 @@ | |||
1 | % $Id$ % | 1 | % $Id$ % |
2 | \section{\label{ref:FMradio}FM Radio} | 2 | \section{\label{ref:FMradio}FM Radio} |
3 | \opt{RECORDER_PAD}{ | ||
4 | \note{The early V2 models were in fact FM Recorders in disguise, | ||
5 | so they had the FM radio still mounted. Rockbox enables it if present - | ||
6 | in case this menu does not show on your unit you can skip this chapter.\\} | ||
7 | } | ||
8 | \opt{sansa}{ | 3 | \opt{sansa}{ |
9 | \note{Not all Sansas have a radio receiver. Generally all American models do, | 4 | \note{Not all Sansas have a radio receiver. Generally all American models do, |
10 | but European models might not. Rockbox will display the radio menu only if it | 5 | but European models might not. Rockbox will display the radio menu only if it |
@@ -23,7 +18,7 @@ | |||
23 | it from the file browser. Rockbox will ``remember'' and use it in | 18 | it from the file browser. Rockbox will ``remember'' and use it in |
24 | \setting{PRESET} mode until another file has been selected. Some preset | 19 | \setting{PRESET} mode until another file has been selected. Some preset |
25 | files are available here: \wikilink{FmPresets}. | 20 | files are available here: \wikilink{FmPresets}. |
26 | 21 | ||
27 | \opt{recording}{ | 22 | \opt{recording}{ |
28 | \opt{swcodec}{ | 23 | \opt{swcodec}{ |
29 | It is also possible to record the FM radio while listening. | 24 | It is also possible to record the FM radio while listening. |
@@ -61,11 +56,6 @@ | |||
61 | \nopt{IRIVER_RC_H100_PAD}{\ActionRCFMSettingsInc, \ActionRCFMSettingsDec}% | 56 | \nopt{IRIVER_RC_H100_PAD}{\ActionRCFMSettingsInc, \ActionRCFMSettingsDec}% |
62 | } | 57 | } |
63 | & Change volume.\\ | 58 | & Change volume.\\ |
64 | \opt{RECORDER_PAD}{ | ||
65 | \ButtonPlay | ||
66 | & Freeze all screen updates. May enhance radio reception in some | ||
67 | cases.\\ | ||
68 | } | ||
69 | 59 | ||
70 | % | 60 | % |
71 | \ActionFMExit | 61 | \ActionFMExit |
@@ -76,10 +66,9 @@ | |||
76 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMStop} | 66 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMStop} |
77 | & Stop the radio and return to \setting{Main Menu}.\\% | 67 | & Stop the radio and return to \setting{Main Menu}.\\% |
78 | % | 68 | % |
79 | \nopt{ONDIO_PAD}{% | 69 | \ActionFMPlay |
80 | \nopt{RECORDER_PAD}{\ActionFMPlay | ||
81 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMPlay} | 70 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMPlay} |
82 | & Mute radio playback.\\}% | 71 | & Mute radio playback.\\% |
83 | % | 72 | % |
84 | \ActionFMMode | 73 | \ActionFMMode |
85 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMMode} | 74 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMMode} |
@@ -87,9 +76,9 @@ | |||
87 | % | 76 | % |
88 | \ActionFMPreset | 77 | \ActionFMPreset |
89 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMPreset} | 78 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMPreset} |
90 | & Open a list of radio presets. You can view all the presets that | 79 | & Open a list of radio presets. You can view all the presets that |
91 | you have, and switch to the station.\\ | 80 | you have, and switch to the station.\\ |
92 | }% | 81 | % |
93 | % | 82 | % |
94 | \ActionFMMenu | 83 | \ActionFMMenu |
95 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMMenu} | 84 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMMenu} |
@@ -99,7 +88,6 @@ | |||
99 | \nopt{hold_button}{% | 88 | \nopt{hold_button}{% |
100 | \opt{SANSA_CLIP_PAD}{\ButtonHome+\ButtonSelect} | 89 | \opt{SANSA_CLIP_PAD}{\ButtonHome+\ButtonSelect} |
101 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonPower} | 90 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonPower} |
102 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown} | ||
103 | & Key lock (software hold switch) on/off.\\ | 91 | & Key lock (software hold switch) on/off.\\ |
104 | }% | 92 | }% |
105 | \end{btnmap} | 93 | \end{btnmap} |
@@ -108,45 +96,21 @@ | |||
108 | 96 | ||
109 | \item[Saving a preset:] | 97 | \item[Saving a preset:] |
110 | Up to 64 of your favourite stations can be saved as presets. | 98 | Up to 64 of your favourite stations can be saved as presets. |
111 | \opt{RECORDER_PAD}{Press \ButtonFTwo{} to go to the presets list, press | ||
112 | \ButtonFOne{} to add a preset.}% | ||
113 | \nopt{RECORDER_PAD}{% | ||
114 | \ActionFMMenu{} to go to the menu, then select \setting{Add preset}.% | 99 | \ActionFMMenu{} to go to the menu, then select \setting{Add preset}.% |
115 | } | ||
116 | Enter the name (maximum number of characters is 32). | 100 | Enter the name (maximum number of characters is 32). |
117 | Press \ActionKbdDone{} to save. | 101 | Press \ActionKbdDone{} to save. |
118 | 102 | ||
119 | \item[Selecting a preset:] | 103 | \item[Selecting a preset:] |
120 | \opt{ONDIO_PAD}{\ActionFMMenu{} to open the menu, select | 104 | \ActionFMPreset to go to the presets list. |
121 | \setting{Preset}}% | ||
122 | \nopt{ONDIO_PAD}{\ActionFMPreset} to go to the presets list. | ||
123 | Use \ActionFMSettingsInc{} and \ActionFMSettingsDec{} | 105 | Use \ActionFMSettingsInc{} and \ActionFMSettingsDec{} |
124 | to move the cursor and then press \ActionStdOk{} | 106 | to move the cursor and then press \ActionStdOk{} |
125 | to select. Use \ActionStdCancel{} to leave the preset list without selecting | 107 | to select. Use \ActionStdCancel{} to leave the preset list without selecting |
126 | anything. | 108 | anything. |
127 | 109 | ||
128 | \item[Removing a preset:] | 110 | \item[Removing a preset:] |
129 | \opt{ONDIO_PAD}{\ActionFMMenu{} to open the menu, select | 111 | \ActionFMPreset to go to the presets list. |
130 | \setting{Preset}}% | ||
131 | \nopt{ONDIO_PAD}{\ActionFMPreset} to go to the presets list. | ||
132 | Use \ActionFMSettingsInc{} and \ActionFMSettingsDec{} | 112 | Use \ActionFMSettingsInc{} and \ActionFMSettingsDec{} |
133 | to move the cursor and then press \ActionStdContext{} | 113 | to move the cursor and then press \ActionStdContext{} |
134 | on the preset that you wish to remove, then select \setting{Remove Preset}. | 114 | on the preset that you wish to remove, then select \setting{Remove Preset}. |
135 | |||
136 | \opt{RECORDER_PAD,ONDIO_PAD}{ | ||
137 | \item[Recording:] | ||
138 | \opt{RECORDER_PAD}{Press \ButtonFThree}% | ||
139 | \opt{ONDIO_PAD}{Double press \ButtonMenu} | ||
140 | to start recording the currently playing station. Press \ButtonOff{} to | ||
141 | stop recording.% | ||
142 | \opt{RECORDER_PAD}{ Press \ButtonPlay{} again to seamlessly start recording | ||
143 | to a new file.} | ||
144 | The settings for the recording can be changed in the | ||
145 | \opt{RECORDER_PAD}{\ButtonFOne{} menu}% | ||
146 | \opt{ONDIO_PAD}{respective menu reached through the FM radio settings menu | ||
147 | (Long \ButtonMenu)} | ||
148 | before starting the recording. See \reference{ref:Recordingsettings} | ||
149 | for details of recording settings. | ||
150 | } | ||
151 | \end{description} | 115 | \end{description} |
152 | \note{The radio will turn off when starting playback of an audio file.} | 116 | \note{The radio will turn off when starting playback of an audio file.} |
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex index dd03c2b298..9ddd4bbe93 100644 --- a/manual/main_menu/main.tex +++ b/manual/main_menu/main.tex | |||
@@ -4,9 +4,7 @@ | |||
4 | \screenshot{main_menu/images/ss-main-menu}{The main menu}{} | 4 | \screenshot{main_menu/images/ss-main-menu}{The main menu}{} |
5 | The \setting{Main Menu} is the screen from which all of the Rockbox functions | 5 | The \setting{Main Menu} is the screen from which all of the Rockbox functions |
6 | can be accessed. This is the first screen you will see when starting Rockbox. | 6 | can be accessed. This is the first screen you will see when starting Rockbox. |
7 | To return to the \setting{Main Menu}, | 7 | To return to the \setting{Main Menu}, press the \ActionStdMenu{} button. |
8 | \nopt{ONDIO_PAD}{press the \ActionStdMenu{} button.}% | ||
9 | \opt{ONDIO_PAD}{hold the \ButtonMenu{} button.}% | ||
10 | 8 | ||
11 | All settings are stored on the unit. However, Rockbox does not access | 9 | All settings are stored on the unit. However, Rockbox does not access |
12 | the \disk{} solely for the purpose of saving settings. Instead, Rockbox will | 10 | the \disk{} solely for the purpose of saving settings. Instead, Rockbox will |
@@ -191,8 +189,6 @@ utilities. A detailed description of the different plugins is to be found in | |||
191 | \reference{ref:plugins}. | 189 | \reference{ref:plugins}. |
192 | 190 | ||
193 | \section{\label{ref:Info}System} | 191 | \section{\label{ref:Info}System} |
194 | \opt{player}{Use the MINUS and PLUS keys to step through several | ||
195 | pages of information.} | ||
196 | 192 | ||
197 | \begin{description} | 193 | \begin{description} |
198 | \item[Rockbox Info:] | 194 | \item[Rockbox Info:] |
@@ -203,7 +199,6 @@ pages of information.} | |||
203 | Memory size and amount of free space on the two data volumes, this info is | 199 | Memory size and amount of free space on the two data volumes, this info is |
204 | given separately for internal memory (\emph{Int}) and for a plugged in | 200 | given separately for internal memory (\emph{Int}) and for a plugged in |
205 | memory card | 201 | memory card |
206 | \opt{ondio}{(\emph{MMC})} | ||
207 | \opt{sansa,e200v2,fuze,fuzev2,clipplus,clipzip}{(\emph{MSD})}. | 202 | \opt{sansa,e200v2,fuze,fuzev2,clipplus,clipzip}{(\emph{MSD})}. |
208 | }% | 203 | }% |
209 | \nopt{multivolume}{Hard disk size and the amount of free space on the disk.} | 204 | \nopt{multivolume}{Hard disk size and the amount of free space on the disk.} |
@@ -234,15 +229,6 @@ pages of information.} | |||
234 | settings before asking for help.} | 229 | settings before asking for help.} |
235 | \end{description} | 230 | \end{description} |
236 | 231 | ||
237 | \opt{player}{ | ||
238 | \section{Shutdown} | ||
239 | This menu option saves the Rockbox configuration and turns off the hard | ||
240 | drive before shutting down the machine. For maximum safety this procedure | ||
241 | is recommended when turning off the \dap. (There is a very small risk | ||
242 | of hard disk corruption otherwise.) See \reference{ref:Safeshutdown} | ||
243 | for more details. | ||
244 | } | ||
245 | |||
246 | \opt{quickscreen} | 232 | \opt{quickscreen} |
247 | { | 233 | { |
248 | \section{\label{ref:QuickScreen}Quick Screen} | 234 | \section{\label{ref:QuickScreen}Quick Screen} |
diff --git a/manual/main_menu/recording_screen.tex b/manual/main_menu/recording_screen.tex index cbd2b3b956..a3c8ca006c 100644 --- a/manual/main_menu/recording_screen.tex +++ b/manual/main_menu/recording_screen.tex | |||
@@ -72,15 +72,4 @@ The controls for this screen are: | |||
72 | & Open \setting{Recording Settings} (see | 72 | & Open \setting{Recording Settings} (see |
73 | \reference{ref:Recordingsettings}).\\ | 73 | \reference{ref:Recordingsettings}).\\ |
74 | % | 74 | % |
75 | \opt{RECORDER_PAD}{ | ||
76 | \ActionRecFTwo & Quick menu for recording settings. A quick press will | ||
77 | leave the screen up (press \ActionRecFTwo{} again to exit), while holding | ||
78 | it will close the screen when you release it.\\ | ||
79 | } | ||
80 | % | ||
81 | \opt{RECORDER_PAD}{ | ||
82 | \ActionRecFThree & Quick menu for source setting.\\ | ||
83 | & Quick/hold works as for \ActionRecFTwo.\\ | ||
84 | & While recording: Start a new recording file.\\ | ||
85 | } | ||
86 | \end{btnmap} | 75 | \end{btnmap} |
diff --git a/manual/platform/archosfmrecorder.tex b/manual/platform/archosfmrecorder.tex deleted file mode 100644 index bd7319313d..0000000000 --- a/manual/platform/archosfmrecorder.tex +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | % $Id$ % | ||
2 | \def\UseOption{recorderv2fm} | ||
3 | \edef\UseOption{\UseOption,RECORDER_PAD} | ||
4 | \edef\UseOption{\UseOption,HAVE_BACKLIGHT} | ||
5 | \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} | ||
6 | \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} | ||
7 | \edef\UseOption{\UseOption,archos} | ||
8 | |||
9 | \newcommand{\playerman}{Archos} | ||
10 | \newcommand{\playertype}{Recorder V2/FM} | ||
11 | \newcommand{\playerlongtype}{Recorder V2 and FM} | ||
12 | \newcommand{\dapdisplaywidth}{112} | ||
13 | \newcommand{\dapdisplayheight}{64} | ||
14 | \newcommand{\dapdisplaydepth}{1} | ||
15 | \newcommand{\specimg}{archosfmrecorder} | ||
16 | %Used to name the player, e.g. ...to the \dap | ||
17 | \newcommand{\dap}{player} | ||
18 | %For use when referring to the player. E.g. the \daps\ capacity ... | ||
19 | \newcommand{\daps}{player's} | ||
20 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | ||
21 | \newcommand{\firmwareextension}{\fname{ajz}} | ||
22 | \newcommand{\screenshotsize}{4cm} | ||
23 | \newcommand{\disk}{hard disk} | ||
24 | |||
25 | % link external keymap file | ||
26 | \input{platform/keymap-archosrecorder.tex} | ||
diff --git a/manual/platform/archosondiofm.tex b/manual/platform/archosondiofm.tex deleted file mode 100644 index b0cc232f16..0000000000 --- a/manual/platform/archosondiofm.tex +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | % $Id$ % | ||
2 | %platform file for the Ondio FM | ||
3 | \def\UseOption{ondiofm} | ||
4 | % To not break the current manual | ||
5 | \edef\UseOption{\UseOption,ondio} | ||
6 | \edef\UseOption{\UseOption,ONDIO_PAD} | ||
7 | \edef\UseOption{\UseOption,archos} | ||
8 | |||
9 | \newcommand{\playerman}{Archos} | ||
10 | \newcommand{\playertype}{Ondio} | ||
11 | \newcommand{\playerlongtype}{Ondio 128 FM} | ||
12 | \newcommand{\dapdisplaywidth}{112} | ||
13 | \newcommand{\dapdisplayheight}{64} | ||
14 | \newcommand{\dapdisplaydepth}{1} | ||
15 | \newcommand{\specimg}{archosondiofm} | ||
16 | %used for specifying screenshot names common to a target "family" | ||
17 | \newcommand{\seriesimg}{ondio} | ||
18 | %Used to name the player, e.g. ...to the \dap | ||
19 | \newcommand{\dap}{player} | ||
20 | %For use when referring to the player. E.g. the \daps\ capacity ... | ||
21 | \newcommand{\daps}{player's} | ||
22 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | ||
23 | \newcommand{\firmwareextension}{\fname{ajz}} | ||
24 | \newcommand{\screenshotsize}{4cm} | ||
25 | \newcommand{\disk}{flash storage} | ||
26 | |||
27 | % link external keymap file | ||
28 | \input{platform/keymap-archosondio.tex} | ||
diff --git a/manual/platform/archosondiosp.tex b/manual/platform/archosondiosp.tex deleted file mode 100644 index 7a90ca1456..0000000000 --- a/manual/platform/archosondiosp.tex +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | % $Id$ % | ||
2 | %platform file for the Ondio SP | ||
3 | \def\UseOption{ondiosp} | ||
4 | \edef\UseOption{\UseOption,ondio} | ||
5 | \edef\UseOption{\UseOption,ONDIO_PAD} | ||
6 | \edef\UseOption{\UseOption,archos} | ||
7 | \edef\UseOption{\UseOption,rombox} | ||
8 | |||
9 | \newcommand{\playerman}{Archos} | ||
10 | \newcommand{\playertype}{Ondio} | ||
11 | \newcommand{\playerlongtype}{Ondio 128 SP} | ||
12 | \newcommand{\dapdisplaywidth}{112} | ||
13 | \newcommand{\dapdisplayheight}{64} | ||
14 | \newcommand{\dapdisplaydepth}{1} | ||
15 | \newcommand{\specimg}{archosondiosp} | ||
16 | %used for specifying screenshot names common to a target "family" | ||
17 | \newcommand{\seriesimg}{ondio} | ||
18 | %Used to name the player, e.g. ...to the \dap | ||
19 | \newcommand{\dap}{player} | ||
20 | %For use when referring to the player. E.g. the \daps\ capacity ... | ||
21 | \newcommand{\daps}{player's} | ||
22 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | ||
23 | \newcommand{\firmwareextension}{\fname{ajz}} | ||
24 | \newcommand{\screenshotsize}{4cm} | ||
25 | \newcommand{\disk}{flash storage} | ||
26 | |||
27 | % link external keymap file | ||
28 | \input{platform/keymap-archosondio.tex} | ||
diff --git a/manual/platform/archosplayer.tex b/manual/platform/archosplayer.tex deleted file mode 100644 index 89beb82655..0000000000 --- a/manual/platform/archosplayer.tex +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | % $Id$ % | ||
2 | \def\UseOption{player} | ||
3 | \edef\UseOption{\UseOption,PLAYER_PAD} | ||
4 | \edef\UseOption{\UseOption,HAVE_BACKLIGHT} | ||
5 | \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} | ||
6 | \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} | ||
7 | \edef\UseOption{\UseOption,archos} | ||
8 | \edef\UseOption{\UseOption,rombox} | ||
9 | |||
10 | \newcommand{\playerman}{Archos} | ||
11 | \newcommand{\playertype}{Studio/Player} | ||
12 | \newcommand{\playerlongtype}{Jukebox 5000, 6000, Studio 10 and 20} | ||
13 | \newcommand{\dapdisplaywidth}{char} | ||
14 | \newcommand{\dapdisplayheight}{11} | ||
15 | \newcommand{\dapdisplaydepth}{1} | ||
16 | \newcommand{\specimg}{archosplayer} | ||
17 | %Used to name the player, e.g. ...to the \dap | ||
18 | \newcommand{\dap}{player} | ||
19 | %For use when referring to the player. E.g. the \daps\ capacity ... | ||
20 | \newcommand{\daps}{player's} | ||
21 | \newcommand{\firmwarefilename}{\fname{archos.mod}} | ||
22 | \newcommand{\firmwareextension}{\fname{mod}} | ||
23 | \newcommand{\screenshotsize}{4cm} | ||
24 | \newcommand{\disk}{hard disk} | ||
25 | |||
26 | % link external keymap file | ||
27 | \input{platform/keymap-archosplayer.tex} | ||
diff --git a/manual/platform/archosrecorder.tex b/manual/platform/archosrecorder.tex deleted file mode 100644 index 2c0677f31d..0000000000 --- a/manual/platform/archosrecorder.tex +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | % $Id$ % | ||
2 | \def\UseOption{recorder} | ||
3 | \edef\UseOption{\UseOption,RECORDER_PAD} | ||
4 | \edef\UseOption{\UseOption,HAVE_BACKLIGHT} | ||
5 | \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} | ||
6 | \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} | ||
7 | \edef\UseOption{\UseOption,archos} | ||
8 | |||
9 | \newcommand{\playerman}{Archos} | ||
10 | \newcommand{\playertype}{Recorder} | ||
11 | \newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20} | ||
12 | \newcommand{\dapdisplaywidth}{112} | ||
13 | \newcommand{\dapdisplayheight}{64} | ||
14 | \newcommand{\dapdisplaydepth}{1} | ||
15 | |||
16 | \newcommand{\specimg}{archosrecorder} | ||
17 | %Used to name the player, e.g. ...to the \dap | ||
18 | \newcommand{\dap}{player} | ||
19 | %For use when referring to the player. E.g. the \daps\ capacity ... | ||
20 | \newcommand{\daps}{player's} | ||
21 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | ||
22 | \newcommand{\firmwareextension}{\fname{ajz}} | ||
23 | \newcommand{\screenshotsize}{4cm} | ||
24 | \newcommand{\disk}{hard disk} | ||
25 | |||
26 | % link external keymap file | ||
27 | \input{platform/keymap-archosrecorder.tex} | ||
diff --git a/manual/plugins/alpinecdc.tex b/manual/plugins/alpinecdc.tex deleted file mode 100644 index 09e5a81b89..0000000000 --- a/manual/plugins/alpinecdc.tex +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | \subsection{Alpine CD changer emulator} | ||
2 | This plugin emulates an Alpine CD changer. It allows to plug the Archos to a | ||
3 | compatible head unit and control the playback from there, too. Currently | ||
4 | implemented is track change, shuffle, seek, but no disk change. The plugin is a | ||
5 | TSR, meaning it silently operates in the background once started. It will keep | ||
6 | doing so until a new plugin is started. | ||
7 | Alpine also did M-Bus as OEM for other brands (Honda, Acura, Volvo, BMW, etc.) | ||
8 | Nowadays Alpine uses a different protocol, called Ai-Net, not supported by this | ||
9 | plugin. (As well as all other protocols, please do not ask for such!) | ||
10 | |||
11 | \subsubsection{The cable} | ||
12 | Hookup to Archos works by connecting the headphone output including the remote | ||
13 | pin (you need a 4-ring 3.5 mm plug for that) to the changer jack of the radio. | ||
14 | M-Bus radios have a DIN-style circular jack with 8 pins (7 in a $\sim$ 270 degree | ||
15 | circle, one in the center). A standard 5-pin DIN plug is OK for this, since we | ||
16 | do not use the other (power) pins. | ||
17 | |||
18 | As OEM, they shuffled the pins around a bit, better check first if it is not | ||
19 | genuine Alpine. The bus pin is pulled high to 12 volts with a $\sim$ 2kOhm resistor, | ||
20 | pulses driven low. Because it is open collector, this is not harmful to the | ||
21 | Archos.\\ | ||
22 | ASCII art of the 4-pin headphone plug: | ||
23 | \begin{verbatim} | ||
24 | / \ | ||
25 | \_/ left -> Alpine pin 5 | ||
26 | |_| right -> Alpine pin 4 | ||
27 | |_| remote -> Alpine pin 1 | ||
28 | |_| ground -> Alpine pin 2 + 3 | ||
29 | \end{verbatim} | ||
30 | |||
31 | The remote pin can be programmed bidirectional, that is the reason this works. | ||
32 | Very luckily the M-Bus uses a single wire communication and the two radios I | ||
33 | tried are happy with the 3.3 Volt level the Archos can deliver. So the | ||
34 | connection is a simple cable! For all protocols requiring more lines, an | ||
35 | external controller would be necessary. | ||
36 | |||
37 | \note{Archos FMs do not have the remote pin internally connected, but | ||
38 | one unit that was opened was internally prepared for it, a matter of closing a | ||
39 | bridge.} | ||
diff --git a/manual/plugins/blackjack.tex b/manual/plugins/blackjack.tex index f24c92ea00..03fad7b84f 100644 --- a/manual/plugins/blackjack.tex +++ b/manual/plugins/blackjack.tex | |||
@@ -13,7 +13,7 @@ visit\\ | |||
13 | \url{http://www.blackjackinfo.com/blackjack-rules.php} | 13 | \url{http://www.blackjackinfo.com/blackjack-rules.php} |
14 | 14 | ||
15 | \begin{btnmap} | 15 | \begin{btnmap} |
16 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 16 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
17 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD% | 17 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD% |
18 | ,SANSA_FUZEPLUS_PAD,SANSA_CLIP_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 18 | ,SANSA_FUZEPLUS_PAD,SANSA_CLIP_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
19 | {\ButtonLeft{} / \ButtonRight{} / \ButtonUp{} / \ButtonDown} | 19 | {\ButtonLeft{} / \ButtonRight{} / \ButtonUp{} / \ButtonDown} |
@@ -26,22 +26,20 @@ visit\\ | |||
26 | \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} | 26 | \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} |
27 | \opt{HAVEREMOTEKEYMAP}{& } | 27 | \opt{HAVEREMOTEKEYMAP}{& } |
28 | & Enter betting amount\\ | 28 | & Enter betting amount\\ |
29 | \opt{RECORDER_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,SAMSUNG_YH92X_PAD% | 29 | \opt{IRIVER_H10_PAD,GIGABEAT_S_PAD,SAMSUNG_YH92X_PAD% |
30 | ,SAMSUNG_YH820_PAD}{\ButtonPlay} | 30 | ,SAMSUNG_YH820_PAD}{\ButtonPlay} |
31 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 31 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
32 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD% | 32 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD% |
33 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD% | 33 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD% |
34 | }{\ButtonSelect} | 34 | }{\ButtonSelect} |
35 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
36 | \opt{COWON_D2_PAD}{\TouchTopRight} | 35 | \opt{COWON_D2_PAD}{\TouchTopRight} |
37 | \opt{PBELL_VIBE500_PAD}{\ButtonOK} | 36 | \opt{PBELL_VIBE500_PAD}{\ButtonOK} |
38 | \opt{MPIO_HD300_PAD}{\ButtonEnter} | 37 | \opt{MPIO_HD300_PAD}{\ButtonEnter} |
39 | \opt{HAVEREMOTEKEYMAP}{& } | 38 | \opt{HAVEREMOTEKEYMAP}{& } |
40 | & Hit (Draw new card) / Select\\ | 39 | & Hit (Draw new card) / Select\\ |
41 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
42 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec} | 40 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec} |
43 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} | 41 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} |
44 | \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonRight} | 42 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonRight} |
45 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} | 43 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} |
46 | \opt{MROBE100_PAD}{\ButtonDisplay} | 44 | \opt{MROBE100_PAD}{\ButtonDisplay} |
47 | \opt{COWON_D2_PAD}{\TouchBottomLeft} | 45 | \opt{COWON_D2_PAD}{\TouchBottomLeft} |
@@ -50,12 +48,10 @@ visit\\ | |||
50 | \opt{MPIO_HD300_PAD}{\ButtonPlay} | 48 | \opt{MPIO_HD300_PAD}{\ButtonPlay} |
51 | \opt{HAVEREMOTEKEYMAP}{& } | 49 | \opt{HAVEREMOTEKEYMAP}{& } |
52 | & Stay (End hand)\\ | 50 | & Stay (End hand)\\ |
53 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
54 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect} | 51 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect} |
55 | \opt{IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay} | 52 | \opt{IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay} |
56 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} | 53 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} |
57 | \opt{GIGABEAT_PAD}{\ButtonA} | 54 | \opt{GIGABEAT_PAD}{\ButtonA} |
58 | \opt{ONDIO_PAD}{\ButtonUp} | ||
59 | \opt{MROBE100_PAD}{\ButtonDown} | 55 | \opt{MROBE100_PAD}{\ButtonDown} |
60 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonLeft} | 56 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonLeft} |
61 | \opt{COWON_D2_PAD}{\ButtonMinus} | 57 | \opt{COWON_D2_PAD}{\ButtonMinus} |
@@ -63,7 +59,7 @@ visit\\ | |||
63 | \opt{MPIO_HD300_PAD}{\ButtonRec} | 59 | \opt{MPIO_HD300_PAD}{\ButtonRec} |
64 | \opt{HAVEREMOTEKEYMAP}{& } | 60 | \opt{HAVEREMOTEKEYMAP}{& } |
65 | & Double down\\ | 61 | & Double down\\ |
66 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 62 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
67 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} | 63 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} |
68 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 64 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
69 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 65 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex index 8065a5cbd4..b6195842a3 100644 --- a/manual/plugins/brickmania.tex +++ b/manual/plugins/brickmania.tex | |||
@@ -22,7 +22,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\ | |||
22 | \end{table} | 22 | \end{table} |
23 | 23 | ||
24 | \begin{btnmap} | 24 | \begin{btnmap} |
25 | \opt{RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% | 25 | \opt{IAUDIO_X5_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% |
26 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD% | 26 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD% |
27 | ,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD% | 27 | ,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD% |
28 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 28 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -36,8 +36,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\ | |||
36 | \opt{MPIO_HD300_PAD}{\ButtonRew{} / \ButtonFF{}} | 36 | \opt{MPIO_HD300_PAD}{\ButtonRew{} / \ButtonFF{}} |
37 | \opt{HAVEREMOTEKEYMAP}{& } | 37 | \opt{HAVEREMOTEKEYMAP}{& } |
38 | & Moves the paddle\\ | 38 | & Moves the paddle\\ |
39 | \opt{RECORDER_PAD,IAUDIO_X5_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay\ / \ButtonUp} | 39 | \opt{IAUDIO_X5_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay\ / \ButtonUp} |
40 | \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonUp} | ||
41 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 40 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
42 | ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect\ / \ButtonUp} | 41 | ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect\ / \ButtonUp} |
43 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD% | 42 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD% |
@@ -48,7 +47,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\ | |||
48 | \opt{MPIO_HD300_PAD}{\ButtonEnter{}} | 47 | \opt{MPIO_HD300_PAD}{\ButtonEnter{}} |
49 | \opt{HAVEREMOTEKEYMAP}{& } | 48 | \opt{HAVEREMOTEKEYMAP}{& } |
50 | & Release the ball / Fire\\ | 49 | & Release the ball / Fire\\ |
51 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 50 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
52 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} | 51 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} |
53 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 52 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
54 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 53 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/bubbles.tex b/manual/plugins/bubbles.tex index c9722624d5..126a42c5f9 100644 --- a/manual/plugins/bubbles.tex +++ b/manual/plugins/bubbles.tex | |||
@@ -9,8 +9,8 @@ entire board is shifted down every time a certain number of shots have been | |||
9 | fired. Points are awarded depending on how quickly the level was completed. | 9 | fired. Points are awarded depending on how quickly the level was completed. |
10 | 10 | ||
11 | \begin{btnmap} | 11 | \begin{btnmap} |
12 | \opt{ONDIO_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginSelect} | 12 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginSelect} |
13 | \nopt{ONDIO_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginUp} | 13 | \nopt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginUp} |
14 | \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp} | 14 | \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp} |
15 | & Pause game\\ | 15 | & Pause game\\ |
16 | 16 | ||
@@ -19,8 +19,8 @@ fired. Points are awarded depending on how quickly the level was completed. | |||
19 | \opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight} | 19 | \opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight} |
20 | & Aim the bubble\\ | 20 | & Aim the bubble\\ |
21 | 21 | ||
22 | \opt{ONDIO_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginUp} | 22 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginUp} |
23 | \nopt{ONDIO_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginSelect} | 23 | \nopt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginSelect} |
24 | \opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect} | 24 | \opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect} |
25 | & Fire bubble\\ | 25 | & Fire bubble\\ |
26 | 26 | ||
diff --git a/manual/plugins/calculator.tex b/manual/plugins/calculator.tex index c760ab1937..0daacc3158 100644 --- a/manual/plugins/calculator.tex +++ b/manual/plugins/calculator.tex | |||
@@ -7,12 +7,12 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee | |||
7 | other available math functions. | 7 | other available math functions. |
8 | 8 | ||
9 | \begin{btnmap} | 9 | \begin{btnmap} |
10 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% | 10 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% |
11 | ,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 11 | ,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
12 | ,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD% | 12 | ,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD% |
13 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 13 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
14 | {\ButtonLeft{} / \ButtonRight{} /} | 14 | {\ButtonLeft{} / \ButtonRight{} /} |
15 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 15 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
16 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 16 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
17 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 17 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
18 | {\ButtonUp{} / \ButtonDown} | 18 | {\ButtonUp{} / \ButtonDown} |
@@ -25,8 +25,6 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee | |||
25 | \opt{HAVEREMOTEKEYMAP}{& } | 25 | \opt{HAVEREMOTEKEYMAP}{& } |
26 | & Move around the keypad\\ | 26 | & Move around the keypad\\ |
27 | % | 27 | % |
28 | \opt{RECORDER_PAD}{\ButtonPlay} | ||
29 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
30 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% | 28 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% |
31 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 29 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
32 | ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} | 30 | ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} |
@@ -39,8 +37,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee | |||
39 | \opt{HAVEREMOTEKEYMAP}{& } | 37 | \opt{HAVEREMOTEKEYMAP}{& } |
40 | & Select a button\\ | 38 | & Select a button\\ |
41 | % | 39 | % |
42 | \nopt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{ | 40 | \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{ |
43 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
44 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% | 41 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% |
45 | ,SANSA_C200_PAD,MPIO_HD200_PAD}{\ButtonRec} | 42 | ,SANSA_C200_PAD,MPIO_HD200_PAD}{\ButtonRec} |
46 | \opt{SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonHome} | 43 | \opt{SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonHome} |
@@ -55,16 +52,13 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee | |||
55 | & Delete last entered digit or clear after calculation\\ | 52 | & Delete last entered digit or clear after calculation\\ |
56 | % | 53 | % |
57 | } | 54 | } |
58 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SAMSUNG_YH820_PAD}{ | 55 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SAMSUNG_YH820_PAD}{ |
59 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
60 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 56 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
61 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec} | 57 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec} |
62 | \opt{HAVEREMOTEKEYMAP}{& } | 58 | \opt{HAVEREMOTEKEYMAP}{& } |
63 | & Cycle through the 4 basic operators\\ | 59 | & Cycle through the 4 basic operators\\ |
64 | % | 60 | % |
65 | } | 61 | } |
66 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
67 | \opt{ONDIO_PAD}{Long \ButtonMenu} | ||
68 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 62 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
69 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD | 63 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD |
70 | ,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD} | 64 | ,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD} |
@@ -76,7 +70,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee | |||
76 | \opt{HAVEREMOTEKEYMAP}{& } | 70 | \opt{HAVEREMOTEKEYMAP}{& } |
77 | & Calculate\\ | 71 | & Calculate\\ |
78 | % | 72 | % |
79 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 73 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
80 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} | 74 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} |
81 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 75 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
82 | ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower} | 76 | ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower} |
diff --git a/manual/plugins/calendar.tex b/manual/plugins/calendar.tex index 7df655accb..fb4291f250 100644 --- a/manual/plugins/calendar.tex +++ b/manual/plugins/calendar.tex | |||
@@ -8,12 +8,12 @@ yearly, monthly, and weekly memos. | |||
8 | You can select what day is first day of week by the setting \setting{First Day of Week} in the menu. | 8 | You can select what day is first day of week by the setting \setting{First Day of Week} in the menu. |
9 | 9 | ||
10 | \begin{btnmap} | 10 | \begin{btnmap} |
11 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 11 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
12 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,IPOD_4G_PAD% | 12 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,IPOD_4G_PAD% |
13 | ,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD | 13 | ,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD |
14 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 14 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
15 | {\ButtonLeft{} / \ButtonRight{} /} | 15 | {\ButtonLeft{} / \ButtonRight{} /} |
16 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 16 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
17 | ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% | 17 | ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% |
18 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 18 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
19 | {\ButtonUp{} / \ButtonDown} | 19 | {\ButtonUp{} / \ButtonDown} |
@@ -24,7 +24,6 @@ You can select what day is first day of week by the setting \setting{First Day o | |||
24 | \opt{HAVEREMOTEKEYMAP}{& } | 24 | \opt{HAVEREMOTEKEYMAP}{& } |
25 | & Move the selector\\ | 25 | & Move the selector\\ |
26 | % | 26 | % |
27 | \opt{RECORDER_PAD}{\ButtonPlay} | ||
28 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% | 27 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% |
29 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD% | 28 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD% |
30 | ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} | 29 | ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} |
@@ -38,7 +37,6 @@ You can select what day is first day of week by the setting \setting{First Day o | |||
38 | \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF | 37 | \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF |
39 | & Previous / Next week\\} | 38 | & Previous / Next week\\} |
40 | % | 39 | % |
41 | \opt{RECORDER_PAD}{\ButtonOn{} + \ButtonUp{} / \ButtonDown} | ||
42 | \opt{MROBE100_PAD}{\ButtonMenu{} + \ButtonUp{} / \ButtonDown} | 40 | \opt{MROBE100_PAD}{\ButtonMenu{} + \ButtonUp{} / \ButtonDown} |
43 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode{} / \ButtonRec} | 41 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode{} / \ButtonRec} |
44 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay{} / \ButtonMenu} | 42 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay{} / \ButtonMenu} |
@@ -56,7 +54,7 @@ You can select what day is first day of week by the setting \setting{First Day o | |||
56 | \opt{HAVEREMOTEKEYMAP}{& } | 54 | \opt{HAVEREMOTEKEYMAP}{& } |
57 | & Previous / Next month\\ | 55 | & Previous / Next month\\ |
58 | % | 56 | % |
59 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 57 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
60 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect} | 58 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect} |
61 | \opt{GIGABEAT_S_PAD}{\ButtonBack} | 59 | \opt{GIGABEAT_S_PAD}{\ButtonBack} |
62 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} | 60 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} |
diff --git a/manual/plugins/chess_clock.tex b/manual/plugins/chess_clock.tex index 9b3f38502f..e6efef8cce 100644 --- a/manual/plugins/chess_clock.tex +++ b/manual/plugins/chess_clock.tex | |||
@@ -6,10 +6,10 @@ used in any kind of game with up to ten players. | |||
6 | 6 | ||
7 | \subsubsection{Setup} | 7 | \subsubsection{Setup} |
8 | \begin{btnmap} | 8 | \begin{btnmap} |
9 | \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% | 9 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% |
10 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} | 10 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} |
11 | {\ButtonRight{} / \ButtonLeft} | 11 | {\ButtonRight{} / \ButtonLeft} |
12 | \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% | 12 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% |
13 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 13 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
14 | {\ButtonUp{} / \ButtonDown} | 14 | {\ButtonUp{} / \ButtonDown} |
15 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd} | 15 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd} |
@@ -18,9 +18,8 @@ used in any kind of game with up to ten players. | |||
18 | \opt{HAVEREMOTEKEYMAP}{& } | 18 | \opt{HAVEREMOTEKEYMAP}{& } |
19 | & Increase / decrease displayed Value\\ | 19 | & Increase / decrease displayed Value\\ |
20 | % | 20 | % |
21 | \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} | 21 | \opt{IRIVER_H10_PAD}{\ButtonPlay} |
22 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 22 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
23 | \opt{ONDIO_PAD}{\ButtonRight} | ||
24 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 23 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
25 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect} | 24 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect} |
26 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight{} or \ButtonPlay} | 25 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight{} or \ButtonPlay} |
@@ -30,9 +29,8 @@ used in any kind of game with up to ten players. | |||
30 | \opt{HAVEREMOTEKEYMAP}{& } | 29 | \opt{HAVEREMOTEKEYMAP}{& } |
31 | & Move to next screen\\ | 30 | & Move to next screen\\ |
32 | % | 31 | % |
33 | \opt{PLAYER_PAD}{\ButtonStop} | 32 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} |
34 | \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} | 33 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
35 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | ||
36 | \opt{IAUDIO_X5_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec} | 34 | \opt{IAUDIO_X5_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec} |
37 | \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} | 35 | \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} |
38 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} | 36 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} |
@@ -60,8 +58,6 @@ time left if different). | |||
60 | Keys are as follows: | 58 | Keys are as follows: |
61 | 59 | ||
62 | \begin{btnmap} | 60 | \begin{btnmap} |
63 | \opt{PLAYER_PAD}{\ButtonOn} | ||
64 | \opt{RECORDER_PAD,ONDIO_PAD}{\ButtonOff} | ||
65 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} | 61 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} |
66 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} | 62 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} |
67 | \opt{IAUDIO_X5_PAD,PBELL_VIBE500_PAD}{\ButtonRec} | 63 | \opt{IAUDIO_X5_PAD,PBELL_VIBE500_PAD}{\ButtonRec} |
@@ -74,8 +70,7 @@ Keys are as follows: | |||
74 | \opt{HAVEREMOTEKEYMAP}{& } | 70 | \opt{HAVEREMOTEKEYMAP}{& } |
75 | & Exit plugin \\ | 71 | & Exit plugin \\ |
76 | % | 72 | % |
77 | \opt{PLAYER_PAD}{\ButtonStop} | 73 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,PBELL_VIBE500_PAD}{\ButtonLeft} |
78 | \opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,PBELL_VIBE500_PAD}{\ButtonLeft} | ||
79 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 74 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
80 | \opt{IAUDIO_X5_PAD}{\ButtonPower} | 75 | \opt{IAUDIO_X5_PAD}{\ButtonPower} |
81 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} | 76 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} |
@@ -87,9 +82,8 @@ Keys are as follows: | |||
87 | \opt{HAVEREMOTEKEYMAP}{& } | 82 | \opt{HAVEREMOTEKEYMAP}{& } |
88 | & Restart round for the current player \\ | 83 | & Restart round for the current player \\ |
89 | % | 84 | % |
90 | \opt{PLAYER_PAD,RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} | 85 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} |
91 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 86 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
92 | \opt{ONDIO_PAD}{\ButtonRight} | ||
93 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 87 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
94 | ,MROBE100_PAD,SANSA_FUZE_PAD} | 88 | ,MROBE100_PAD,SANSA_FUZE_PAD} |
95 | {\ButtonSelect} | 89 | {\ButtonSelect} |
@@ -98,18 +92,18 @@ Keys are as follows: | |||
98 | \opt{HAVEREMOTEKEYMAP}{& } | 92 | \opt{HAVEREMOTEKEYMAP}{& } |
99 | & Pause the time (press again to continue) \\ | 93 | & Pause the time (press again to continue) \\ |
100 | % | 94 | % |
101 | \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% | 95 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% |
102 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonRight} | 96 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonRight} |
103 | \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% | 97 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% |
104 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 98 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
105 | {\ButtonUp} | 99 | {\ButtonUp} |
106 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} | 100 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} |
107 | \opt{HAVEREMOTEKEYMAP}{& } | 101 | \opt{HAVEREMOTEKEYMAP}{& } |
108 | & Switch to next player \\ | 102 | & Switch to next player \\ |
109 | % | 103 | % |
110 | \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% | 104 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% |
111 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonLeft} | 105 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonLeft} |
112 | \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% | 106 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% |
113 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 107 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
114 | {\ButtonDown} | 108 | {\ButtonDown} |
115 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} | 109 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} |
@@ -118,9 +112,8 @@ Keys are as follows: | |||
118 | \opt{HAVEREMOTEKEYMAP}{& } | 112 | \opt{HAVEREMOTEKEYMAP}{& } |
119 | & Switch to previous player \\ | 113 | & Switch to previous player \\ |
120 | % | 114 | % |
121 | \opt{PLAYER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 115 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
122 | ,MROBE100_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu} | 116 | ,MROBE100_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu} |
123 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
124 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} | 117 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} |
125 | \opt{IAUDIO_X5_PAD}{\ButtonSelect} | 118 | \opt{IAUDIO_X5_PAD}{\ButtonSelect} |
126 | \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect} | 119 | \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect} |
@@ -130,9 +123,9 @@ Keys are as follows: | |||
130 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft} | 123 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft} |
131 | \opt{HAVEREMOTEKEYMAP}{& } | 124 | \opt{HAVEREMOTEKEYMAP}{& } |
132 | & Open menu % | 125 | & Open menu % |
133 | \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H10_PAD}{(\ButtonPlay\ to select.)}% | 126 | \opt{IRIVER_H10_PAD}{(\ButtonPlay\ to select.)}% |
134 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{(\ButtonOn\ to select.)}% | 127 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{(\ButtonOn\ to select.)}% |
135 | \opt{ONDIO_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{(\ButtonRight\ to select.)}% | 128 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{(\ButtonRight\ to select.)}% |
136 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 129 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
137 | ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} | 130 | ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} |
138 | {(\ButtonSelect\ to select.)}% | 131 | {(\ButtonSelect\ to select.)}% |
diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex index 696da720f5..bf90b9974f 100644 --- a/manual/plugins/chessbox.tex +++ b/manual/plugins/chessbox.tex | |||
@@ -23,10 +23,6 @@ you resume the game. The menu also allows the user to reload the last game | |||
23 | saved, save the current position and start a new game without having to quit | 23 | saved, save the current position and start a new game without having to quit |
24 | the game. | 24 | the game. |
25 | 25 | ||
26 | \opt{archosrecorder,archosfmrecorder,ondio}{ | ||
27 | \note{This plugin will stop playback.} | ||
28 | } | ||
29 | |||
30 | \subsubsection{Keys} | 26 | \subsubsection{Keys} |
31 | \begin{btnmap} | 27 | \begin{btnmap} |
32 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, \ButtonLeft, \ButtonRight} | 28 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, \ButtonLeft, \ButtonRight} |
@@ -34,8 +30,7 @@ the game. | |||
34 | \nopt{IPOD_4G_PAD,IPOD_3G_PAD,MPIO_HD300_PAD}{Direction keys} | 30 | \nopt{IPOD_4G_PAD,IPOD_3G_PAD,MPIO_HD300_PAD}{Direction keys} |
35 | \opt{HAVEREMOTEKEYMAP}{& } | 31 | \opt{HAVEREMOTEKEYMAP}{& } |
36 | & Move the cursor\\ | 32 | & Move the cursor\\ |
37 | \opt{RECORDER_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} | 33 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} |
38 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
39 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% | 34 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% |
40 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 35 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
41 | ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} | 36 | ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} |
@@ -46,8 +41,6 @@ the game. | |||
46 | \opt{MPIO_HD300_PAD}{\ButtonEnter} | 41 | \opt{MPIO_HD300_PAD}{\ButtonEnter} |
47 | \opt{HAVEREMOTEKEYMAP}{& } | 42 | \opt{HAVEREMOTEKEYMAP}{& } |
48 | & Pick up / Drop piece\\ | 43 | & Pick up / Drop piece\\ |
49 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
50 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} | ||
51 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 44 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
52 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} | 45 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} |
53 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} | 46 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} |
@@ -63,8 +56,7 @@ the game. | |||
63 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} | 56 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} |
64 | \opt{HAVEREMOTEKEYMAP}{& } | 57 | \opt{HAVEREMOTEKEYMAP}{& } |
65 | & Change level\\ | 58 | & Change level\\ |
66 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 59 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
67 | \opt{ONDIO_PAD}{Long \ButtonMenu} | ||
68 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} | 60 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} |
69 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% | 61 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% |
70 | ,MPIO_HD300_PAD}{\ButtonPlay} | 62 | ,MPIO_HD300_PAD}{\ButtonPlay} |
@@ -77,7 +69,7 @@ the game. | |||
77 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec} | 69 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec} |
78 | \opt{HAVEREMOTEKEYMAP}{& } | 70 | \opt{HAVEREMOTEKEYMAP}{& } |
79 | & Force play\\ | 71 | & Force play\\ |
80 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 72 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
81 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 73 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
82 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 74 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
83 | ,MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 75 | ,MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/chip8emulator.tex b/manual/plugins/chip8emulator.tex index 977db20b5a..acad55ef87 100644 --- a/manual/plugins/chip8emulator.tex +++ b/manual/plugins/chip8emulator.tex | |||
@@ -37,7 +37,7 @@ The default keymappings are: | |||
37 | & | 37 | & |
38 | % key "off" | 38 | % key "off" |
39 | \begin{sideways} | 39 | \begin{sideways} |
40 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 40 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
41 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} | 41 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} |
42 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD% | 42 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD% |
43 | ,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} | 43 | ,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} |
@@ -58,8 +58,7 @@ The default keymappings are: | |||
58 | % "Key "1" | 58 | % "Key "1" |
59 | \begin{sideways} | 59 | \begin{sideways} |
60 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} | 60 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} |
61 | \opt{RECORDER_PAD}{\ButtonFOne} | 61 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonUp} |
62 | \opt{ONDIO_PAD,SANSA_FUZEPLUS_PAD}{\ButtonUp} | ||
63 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} | 62 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} |
64 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew} | 63 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew} |
65 | \end{sideways} | 64 | \end{sideways} |
@@ -69,7 +68,7 @@ The default keymappings are: | |||
69 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} | 68 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} |
70 | {\ButtonScrollBack} | 69 | {\ButtonScrollBack} |
71 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD% | 70 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD% |
72 | ,RECORDER_PAD,ONDIO_PAD,SANSA_FUZEPLUS_PAD,GIGABEAT_S_PAD% | 71 | ,SANSA_FUZEPLUS_PAD,GIGABEAT_S_PAD% |
73 | ,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp} | 72 | ,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp} |
74 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp} | 73 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp} |
75 | \opt{SANSA_C200_PAD}{\ButtonVolUp} | 74 | \opt{SANSA_C200_PAD}{\ButtonVolUp} |
@@ -78,7 +77,6 @@ The default keymappings are: | |||
78 | & | 77 | & |
79 | % Key "3" | 78 | % Key "3" |
80 | \begin{sideways} | 79 | \begin{sideways} |
81 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
82 | \opt{MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay} | 80 | \opt{MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay} |
83 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} | 81 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} |
84 | \opt{MPIO_HD200_PAD}{\ButtonFunc} | 82 | \opt{MPIO_HD200_PAD}{\ButtonFunc} |
@@ -87,7 +85,7 @@ The default keymappings are: | |||
87 | & | 85 | & |
88 | % Key "4" | 86 | % Key "4" |
89 | \begin{sideways} | 87 | \begin{sideways} |
90 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% | 88 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% |
91 | ,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% | 89 | ,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% |
92 | ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 90 | ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
93 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 91 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
@@ -98,8 +96,6 @@ The default keymappings are: | |||
98 | & | 96 | & |
99 | % Key "5" | 97 | % Key "5" |
100 | \begin{sideways} | 98 | \begin{sideways} |
101 | \opt{RECORDER_PAD}{\ButtonPlay} | ||
102 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
103 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% | 99 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% |
104 | ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 100 | ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
105 | ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} | 101 | ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} |
@@ -113,7 +109,7 @@ The default keymappings are: | |||
113 | & | 109 | & |
114 | % Key "6" | 110 | % Key "6" |
115 | \begin{sideways} | 111 | \begin{sideways} |
116 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% | 112 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% |
117 | ,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% | 113 | ,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% |
118 | ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 114 | ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
119 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 115 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
@@ -124,7 +120,6 @@ The default keymappings are: | |||
124 | & | 120 | & |
125 | % Key "7" | 121 | % Key "7" |
126 | \begin{sideways} | 122 | \begin{sideways} |
127 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
128 | \opt{MROBE100_PAD}{\ButtonDisplay} | 123 | \opt{MROBE100_PAD}{\ButtonDisplay} |
129 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} | 124 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} |
130 | \opt{MPIO_HD200_PAD}{\ButtonVolUp} | 125 | \opt{MPIO_HD200_PAD}{\ButtonVolUp} |
@@ -134,7 +129,7 @@ The default keymappings are: | |||
134 | & | 129 | & |
135 | % Key "8" | 130 | % Key "8" |
136 | \begin{sideways} | 131 | \begin{sideways} |
137 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% | 132 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD% |
138 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% | 133 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% |
139 | ,SAMSUNG_YH820_PAD}{\ButtonDown} | 134 | ,SAMSUNG_YH820_PAD}{\ButtonDown} |
140 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} | 135 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} |
@@ -146,7 +141,6 @@ The default keymappings are: | |||
146 | & | 141 | & |
147 | % Key "9" | 142 | % Key "9" |
148 | \begin{sideways} | 143 | \begin{sideways} |
149 | \opt{RECORDER_PAD}{\ButtonOn} | ||
150 | \opt{GIGABEAT_PAD}{\ButtonA} | 144 | \opt{GIGABEAT_PAD}{\ButtonA} |
151 | \opt{GIGABEAT_S_PAD}{\ButtonPlay} | 145 | \opt{GIGABEAT_S_PAD}{\ButtonPlay} |
152 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight} | 146 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight} |
diff --git a/manual/plugins/chopper.tex b/manual/plugins/chopper.tex index d0296cebcb..104b11f465 100644 --- a/manual/plugins/chopper.tex +++ b/manual/plugins/chopper.tex | |||
@@ -6,8 +6,6 @@ | |||
6 | ceiling, or the floor. How long can you fly your chopper? | 6 | ceiling, or the floor. How long can you fly your chopper? |
7 | 7 | ||
8 | \begin{btnmap} | 8 | \begin{btnmap} |
9 | \opt{RECORDER_PAD}{\ButtonPlay}% | ||
10 | \opt{ONDIO_PAD}{\ButtonUp{} / \ButtonMenu} | ||
11 | \opt{IRIVER_H10_PAD}{\ButtonRight} | 9 | \opt{IRIVER_H10_PAD}{\ButtonRight} |
12 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD% | 10 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD% |
13 | ,GIGABEAT_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} | 11 | ,GIGABEAT_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} |
@@ -21,7 +19,7 @@ | |||
21 | \opt{HAVEREMOTEKEYMAP}{& } | 19 | \opt{HAVEREMOTEKEYMAP}{& } |
22 | & Make chopper fly\\ | 20 | & Make chopper fly\\ |
23 | 21 | ||
24 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 22 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
25 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD,SANSA_E200_PAD% | 23 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD,SANSA_E200_PAD% |
26 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 24 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
27 | \opt{SANSA_FUZE_PAD}{\ButtonHome} | 25 | \opt{SANSA_FUZE_PAD}{\ButtonHome} |
diff --git a/manual/plugins/clix.tex b/manual/plugins/clix.tex index 3e49ed5803..4752bd1204 100644 --- a/manual/plugins/clix.tex +++ b/manual/plugins/clix.tex | |||
@@ -7,12 +7,12 @@ The more blocks you remove per turn, the more points you get. | |||
7 | 7 | ||
8 | \begin{btnmap} | 8 | \begin{btnmap} |
9 | \nopt{touchscreen}{ | 9 | \nopt{touchscreen}{ |
10 | \opt{RECORDER_PAD,IRIVER_H10_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% | 10 | \opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% |
11 | ,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 11 | ,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
12 | ,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD% | 12 | ,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD% |
13 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 13 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
14 | {\ButtonLeft/\ButtonRight/} | 14 | {\ButtonLeft/\ButtonRight/} |
15 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% | 15 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% |
16 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD% | 16 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD% |
17 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 17 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
18 | ,SAMSUNG_YH820_PAD} | 18 | ,SAMSUNG_YH820_PAD} |
@@ -21,8 +21,7 @@ The more blocks you remove per turn, the more points you get. | |||
21 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} | 21 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} |
22 | \opt{HAVEREMOTEKEYMAP}{& } | 22 | \opt{HAVEREMOTEKEYMAP}{& } |
23 | & Move the cursor around the blocks \\ | 23 | & Move the cursor around the blocks \\ |
24 | \opt{RECORDER_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} | 24 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} |
25 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
26 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD% | 25 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD% |
27 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD% | 26 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD% |
28 | ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} | 27 | ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} |
@@ -31,7 +30,7 @@ The more blocks you remove per turn, the more points you get. | |||
31 | \opt{HAVEREMOTEKEYMAP}{& } | 30 | \opt{HAVEREMOTEKEYMAP}{& } |
32 | & Remove a block \\ | 31 | & Remove a block \\ |
33 | } | 32 | } |
34 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} | 33 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD} |
35 | {\ButtonOff} | 34 | {\ButtonOff} |
36 | \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD% | 35 | \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD% |
37 | ,IAUDIO_X5_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 36 | ,IAUDIO_X5_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/cube.tex b/manual/plugins/cube.tex index 5791148cbc..206819be08 100644 --- a/manual/plugins/cube.tex +++ b/manual/plugins/cube.tex | |||
@@ -2,8 +2,6 @@ | |||
2 | \screenshot{plugins/images/ss-cube}{Cube}{img:cube} | 2 | \screenshot{plugins/images/ss-cube}{Cube}{img:cube} |
3 | This is a rotating cube screen saver in 3D. | 3 | This is a rotating cube screen saver in 3D. |
4 | \begin{btnmap} | 4 | \begin{btnmap} |
5 | \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn} | ||
6 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} | ||
7 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 5 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
8 | ,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect} | 6 | ,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect} |
9 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} | 7 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} |
@@ -18,19 +16,17 @@ This is a rotating cube screen saver in 3D. | |||
18 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} | 16 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} |
19 | \opt{HAVEREMOTEKEYMAP}{& } | 17 | \opt{HAVEREMOTEKEYMAP}{& } |
20 | & Display at maximum frame rate\\ | 18 | & Display at maximum frame rate\\ |
21 | \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% | 19 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% |
22 | ,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD% | 20 | ,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD% |
23 | ,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} | 21 | ,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} |
24 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} | ||
25 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 22 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
26 | \opt{GIGABEAT_PAD}{\ButtonSelect} | 23 | \opt{GIGABEAT_PAD}{\ButtonSelect} |
27 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD}{\ButtonUp} | 24 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD}{\ButtonUp} |
28 | \opt{COWON_D2_PAD}{\TouchCenter} | 25 | \opt{COWON_D2_PAD}{\TouchCenter} |
29 | \opt{HAVEREMOTEKEYMAP}{& } | 26 | \opt{HAVEREMOTEKEYMAP}{& } |
30 | & Pause\\ | 27 | & Pause\\ |
31 | \opt{PLAYER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD} | 28 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD} |
32 | {\ButtonMenu} | 29 | {\ButtonMenu} |
33 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
34 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 30 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
35 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 31 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
36 | \opt{IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect} | 32 | \opt{IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect} |
@@ -42,18 +38,16 @@ This is a rotating cube screen saver in 3D. | |||
42 | \opt{MPIO_HD300_PAD}{\ButtonMenu} | 38 | \opt{MPIO_HD300_PAD}{\ButtonMenu} |
43 | \opt{HAVEREMOTEKEYMAP}{& } | 39 | \opt{HAVEREMOTEKEYMAP}{& } |
44 | & Cycle draw mode\\ | 40 | & Cycle draw mode\\ |
45 | \opt{ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,RECORDER_PAD% | 41 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,% |
46 | ,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% | 42 | ,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% |
47 | ,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 43 | ,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
48 | ,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 44 | ,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
49 | {\ButtonRight{} / \ButtonLeft} | 45 | {\ButtonRight{} / \ButtonLeft} |
50 | \opt{PLAYER_PAD}{\ButtonOn+\ButtonRight{} / \ButtonOn+\ButtonLeft} | ||
51 | \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} | 46 | \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} |
52 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew / \ButtonFF} | 47 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew / \ButtonFF} |
53 | \opt{HAVEREMOTEKEYMAP}{& } | 48 | \opt{HAVEREMOTEKEYMAP}{& } |
54 | & Select axis to adjust\\ | 49 | & Select axis to adjust\\ |
55 | \opt{PLAYER_PAD}{\ButtonRight{} / \ButtonLeft} | 50 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
56 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | ||
57 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% | 51 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% |
58 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp{} / \ButtonDown} | 52 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp{} / \ButtonDown} |
59 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} | 53 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} |
@@ -64,8 +58,7 @@ This is a rotating cube screen saver in 3D. | |||
64 | \opt{MPIO_HD300_PAD}{\ButtonScrollDown / \ButtonScrollUp} | 58 | \opt{MPIO_HD300_PAD}{\ButtonScrollDown / \ButtonScrollUp} |
65 | \opt{HAVEREMOTEKEYMAP}{& } | 59 | \opt{HAVEREMOTEKEYMAP}{& } |
66 | & Change speed/angle (speed can not be changed while paused)\\ | 60 | & Change speed/angle (speed can not be changed while paused)\\ |
67 | \opt{PLAYER_PAD}{\ButtonStop} | 61 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
68 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | ||
69 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} | 62 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} |
70 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 63 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
71 | ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 64 | ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/flipit.tex b/manual/plugins/flipit.tex index 8aa8a293ba..70830c0b8f 100644 --- a/manual/plugins/flipit.tex +++ b/manual/plugins/flipit.tex | |||
@@ -6,8 +6,7 @@ above, below, left and right of the cursor. The aim is to end up with | |||
6 | a screen containing tokens of only one colour. | 6 | a screen containing tokens of only one colour. |
7 | 7 | ||
8 | \begin{btnmap} | 8 | \begin{btnmap} |
9 | \opt{PLAYER_PAD}{\ButtonOn{} / \ButtonMenu{} / \ButtonLeft{} / \ButtonRight} | 9 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
10 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | ||
11 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 10 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
12 | ,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 11 | ,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
13 | {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} | 12 | {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} |
@@ -17,8 +16,7 @@ a screen containing tokens of only one colour. | |||
17 | \opt{HAVEREMOTEKEYMAP}{& } | 16 | \opt{HAVEREMOTEKEYMAP}{& } |
18 | \opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight} | 17 | \opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight} |
19 | & Move the cursor \\ | 18 | & Move the cursor \\ |
20 | \opt{PLAYER_PAD,RECORDER_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} | 19 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} |
21 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
22 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% | 20 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% |
23 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 21 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
24 | ,MROBE100_PAD,SANSA_FUZEPLUS_PAD} | 22 | ,MROBE100_PAD,SANSA_FUZEPLUS_PAD} |
@@ -30,9 +28,6 @@ a screen containing tokens of only one colour. | |||
30 | \opt{SANSA_CLIP_PAD}{\ButtonHome} | 28 | \opt{SANSA_CLIP_PAD}{\ButtonHome} |
31 | \opt{HAVEREMOTEKEYMAP}{& } | 29 | \opt{HAVEREMOTEKEYMAP}{& } |
32 | & Flip \\ | 30 | & Flip \\ |
33 | \opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft} | ||
34 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
35 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} | ||
36 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 31 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
37 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} | 32 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} |
38 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonLeft} | 33 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonLeft} |
@@ -45,9 +40,6 @@ a screen containing tokens of only one colour. | |||
45 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} | 40 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} |
46 | \opt{HAVEREMOTEKEYMAP}{& } | 41 | \opt{HAVEREMOTEKEYMAP}{& } |
47 | & Shuffle \\ | 42 | & Shuffle \\ |
48 | \opt{PLAYER_PAD}{\ButtonOn+\ButtonRight} | ||
49 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
50 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} | ||
51 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 43 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
52 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} | 44 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} |
53 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight} | 45 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight} |
@@ -62,9 +54,6 @@ a screen containing tokens of only one colour. | |||
62 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF} | 54 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF} |
63 | \opt{HAVEREMOTEKEYMAP}{& } | 55 | \opt{HAVEREMOTEKEYMAP}{& } |
64 | & Solve \\ | 56 | & Solve \\ |
65 | \opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay} | ||
66 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
67 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} | ||
68 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} | 57 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} |
69 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} | 58 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} |
70 | \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonUp} | 59 | \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonUp} |
@@ -81,8 +70,7 @@ a screen containing tokens of only one colour. | |||
81 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} | 70 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} |
82 | \opt{HAVEREMOTEKEYMAP}{& } | 71 | \opt{HAVEREMOTEKEYMAP}{& } |
83 | & Solve step by step \\ | 72 | & Solve step by step \\ |
84 | \opt{PLAYER_PAD}{\ButtonStop} | 73 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
85 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | ||
86 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 74 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
87 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD% | 75 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD% |
88 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 76 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/fractals.tex b/manual/plugins/fractals.tex index 74a34fea68..e3181d9279 100644 --- a/manual/plugins/fractals.tex +++ b/manual/plugins/fractals.tex | |||
@@ -9,8 +9,7 @@ This demonstration draws fractal images from the Mandelbrot set% | |||
9 | \opt{HAVEREMOTEKEYMAP}{&} | 9 | \opt{HAVEREMOTEKEYMAP}{&} |
10 | & Move about the image\\ | 10 | & Move about the image\\ |
11 | % | 11 | % |
12 | \opt{RECORDER_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonPlay} | 12 | \opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonPlay} |
13 | \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonMenu+\ButtonUp} | ||
14 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD | 13 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD |
15 | ,SANSA_FUZEPLUS_PAD}{\ButtonSelect} | 14 | ,SANSA_FUZEPLUS_PAD}{\ButtonSelect} |
16 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} | 15 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} |
@@ -22,8 +21,6 @@ This demonstration draws fractal images from the Mandelbrot set% | |||
22 | \opt{HAVEREMOTEKEYMAP}{& } | 21 | \opt{HAVEREMOTEKEYMAP}{& } |
23 | & Zoom in\\ | 22 | & Zoom in\\ |
24 | % | 23 | % |
25 | \opt{RECORDER_PAD}{\ButtonOn} | ||
26 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown} | ||
27 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 24 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
28 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack} | 25 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack} |
29 | \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{Long \ButtonSelect} | 26 | \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{Long \ButtonSelect} |
@@ -38,8 +35,6 @@ This demonstration draws fractal images from the Mandelbrot set% | |||
38 | \opt{HAVEREMOTEKEYMAP}{& } | 35 | \opt{HAVEREMOTEKEYMAP}{& } |
39 | & Zoom out\\ | 36 | & Zoom out\\ |
40 | % | 37 | % |
41 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
42 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} | ||
43 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft} | 38 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft} |
44 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD | 39 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD |
45 | ,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonLeft} | 40 | ,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonLeft} |
@@ -58,8 +53,6 @@ This demonstration draws fractal images from the Mandelbrot set% | |||
58 | \opt{HAVEREMOTEKEYMAP}{& } | 53 | \opt{HAVEREMOTEKEYMAP}{& } |
59 | & Decrease iteration depth (less detail)\\ | 54 | & Decrease iteration depth (less detail)\\ |
60 | % | 55 | % |
61 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
62 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} | ||
63 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight} | 56 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight} |
64 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonRight} | 57 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonRight} |
65 | \opt{IAUDIO_X5_PAD}{\ButtonPlay} | 58 | \opt{IAUDIO_X5_PAD}{\ButtonPlay} |
@@ -77,8 +70,6 @@ This demonstration draws fractal images from the Mandelbrot set% | |||
77 | \opt{HAVEREMOTEKEYMAP}{& } | 70 | \opt{HAVEREMOTEKEYMAP}{& } |
78 | & Increase iteration depth (more detail)\\ | 71 | & Increase iteration depth (more detail)\\ |
79 | % | 72 | % |
80 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
81 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} | ||
82 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} | 73 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} |
83 | \opt{SANSA_CLIP_PAD}{\ButtonHome} | 74 | \opt{SANSA_CLIP_PAD}{\ButtonHome} |
84 | \opt{SANSA_FUZE_PAD}{Long \ButtonSelect} | 75 | \opt{SANSA_FUZE_PAD}{Long \ButtonSelect} |
@@ -96,7 +87,7 @@ This demonstration draws fractal images from the Mandelbrot set% | |||
96 | \opt{HAVEREMOTEKEYMAP}{& } | 87 | \opt{HAVEREMOTEKEYMAP}{& } |
97 | & Reset and return to the default image\\ | 88 | & Reset and return to the default image\\ |
98 | % | 89 | % |
99 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 90 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
100 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 91 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
101 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 92 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
102 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 93 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/goban.tex b/manual/plugins/goban.tex index 228129c9b7..4c7ab26f61 100644 --- a/manual/plugins/goban.tex +++ b/manual/plugins/goban.tex | |||
@@ -28,7 +28,7 @@ permanently. The \fname {/sgf/gbn\_def.sgf} file is also the file loaded if ano | |||
28 | is not selected.\\ | 28 | is not selected.\\ |
29 | 29 | ||
30 | The information panel which displays the current move number may also contain | 30 | The information panel which displays the current move number may also contain |
31 | these markers: | 31 | these markers: |
32 | 32 | ||
33 | \begin{table} | 33 | \begin{table} |
34 | \begin{rbtabular}{\textwidth}{lX}% | 34 | \begin{rbtabular}{\textwidth}{lX}% |
@@ -37,13 +37,12 @@ these markers: | |||
37 | \emph{* } & There are sibling variations which can be navigated to using the % | 37 | \emph{* } & There are sibling variations which can be navigated to using the % |
38 | \emph{Next Variation} menu option of the \emph{Context Menu}% | 38 | \emph{Next Variation} menu option of the \emph{Context Menu}% |
39 | \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,% | 39 | \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,% |
40 | RECORDER_PAD,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,% | 40 | MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,% |
41 | IRIVER_H300_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD,SANSA_FUZEPLUS_PAD,% | 41 | IRIVER_H300_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD,SANSA_FUZEPLUS_PAD,% |
42 | SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ or the % | 42 | SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ or the % |
43 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight}% | 43 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight}% |
44 | \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}% | 44 | \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}% |
45 | \opt{SANSA_CLIP_PAD}{\ButtonHome}% | 45 | \opt{SANSA_CLIP_PAD}{\ButtonHome}% |
46 | \opt{RECORDER_PAD}{\ButtonOn}% | ||
47 | \opt{MROBE100_PAD}{\ButtonPower}% | 46 | \opt{MROBE100_PAD}{\ButtonPower}% |
48 | \opt{GIGABEAT_PAD}{\ButtonA}% | 47 | \opt{GIGABEAT_PAD}{\ButtonA}% |
49 | \opt{GIGABEAT_S_PAD}{\ButtonPlay}% | 48 | \opt{GIGABEAT_S_PAD}{\ButtonPlay}% |
@@ -71,7 +70,7 @@ these markers: | |||
71 | &} | 70 | &} |
72 | Move cursor up | 71 | Move cursor up |
73 | \\ | 72 | \\ |
74 | 73 | ||
75 | \nopt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,% | 74 | \nopt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,% |
76 | MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonDown}% | 75 | MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonDown}% |
77 | \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonPlay}% | 76 | \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonPlay}% |
@@ -83,7 +82,7 @@ these markers: | |||
83 | &} | 82 | &} |
84 | Move cursor down | 83 | Move cursor down |
85 | \\ | 84 | \\ |
86 | 85 | ||
87 | \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonLeft} | 86 | \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonLeft} |
88 | \opt{MPIO_HD200_PAD}{\ButtonVolDown} | 87 | \opt{MPIO_HD200_PAD}{\ButtonVolDown} |
89 | \opt{MPIO_HD300_PAD}{\ButtonRew} | 88 | \opt{MPIO_HD300_PAD}{\ButtonRew} |
@@ -92,10 +91,8 @@ these markers: | |||
92 | \opt{HAVEREMOTEKEYMAP}{ | 91 | \opt{HAVEREMOTEKEYMAP}{ |
93 | &} | 92 | &} |
94 | Move cursor left | 93 | Move cursor left |
95 | \opt{ONDIO_PAD}{if in \emph{board} navigation mode, or retreat one | ||
96 | node in the game tree if in \emph{tree} navigation mode} | ||
97 | \\ | 94 | \\ |
98 | 95 | ||
99 | \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonRight} | 96 | \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonRight} |
100 | \opt{MPIO_HD200_PAD}{\ButtonVolUp} | 97 | \opt{MPIO_HD200_PAD}{\ButtonVolUp} |
101 | \opt{MPIO_HD300_PAD}{\ButtonFF} | 98 | \opt{MPIO_HD300_PAD}{\ButtonFF} |
@@ -104,23 +101,13 @@ these markers: | |||
104 | \opt{HAVEREMOTEKEYMAP}{ | 101 | \opt{HAVEREMOTEKEYMAP}{ |
105 | &} | 102 | &} |
106 | Move cursor right | 103 | Move cursor right |
107 | \opt{ONDIO_PAD}{if in \emph{board} navigation mode, or advance one | ||
108 | node in the game tree if in \emph{tree} navigation mode} | ||
109 | \\ | 104 | \\ |
110 | 105 | ||
111 | \opt{ONDIO_PAD}{ | 106 | \nopt{IRIVER_H10_PAD,IAUDIO_M3_PAD,PBELL_VIBE500_PAD% |
112 | \ButtonOff | ||
113 | & | ||
114 | Toggle between \emph{board} and \emph{tree} navigation modes | ||
115 | \\ | ||
116 | } | ||
117 | |||
118 | \nopt{IRIVER_H10_PAD,ONDIO_PAD,RECORDER_PAD,IAUDIO_M3_PAD,PBELL_VIBE500_PAD% | ||
119 | ,MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD% | 107 | ,MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD% |
120 | ,touchscreen}{\ButtonSelect}% | 108 | ,touchscreen}{\ButtonSelect}% |
121 | \opt{IRIVER_H10_PAD,RECORDER_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% | 109 | \opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% |
122 | ,SAMSUNG_YH820_PAD}{\ButtonPlay}% | 110 | ,SAMSUNG_YH820_PAD}{\ButtonPlay}% |
123 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
124 | \opt{MPIO_HD200_PAD}{\ButtonFunc} | 111 | \opt{MPIO_HD200_PAD}{\ButtonFunc} |
125 | \opt{MPIO_HD300_PAD}{\ButtonEnter} | 112 | \opt{MPIO_HD300_PAD}{\ButtonEnter} |
126 | \opt{touchscreen}{\TouchCenter} | 113 | \opt{touchscreen}{\TouchCenter} |
@@ -129,8 +116,7 @@ these markers: | |||
129 | &} | 116 | &} |
130 | Play a move (or use a tool if play-mode has been changed). | 117 | Play a move (or use a tool if play-mode has been changed). |
131 | \\ | 118 | \\ |
132 | 119 | ||
133 | \nopt{ONDIO_PAD}{ | ||
134 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_1G2G_PAD,IPOD_3G_PAD% | 120 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_1G2G_PAD,IPOD_3G_PAD% |
135 | ,IPOD_4G_PAD}{\ButtonScrollBack}% | 121 | ,IPOD_4G_PAD}{\ButtonScrollBack}% |
136 | \opt{SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% | 122 | \opt{SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% |
@@ -140,7 +126,6 @@ these markers: | |||
140 | \opt{MROBE100_PAD}{\ButtonMenu}% | 126 | \opt{MROBE100_PAD}{\ButtonMenu}% |
141 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}% | 127 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}% |
142 | \opt{IAUDIO_X5_PAD}{\ButtonPlay}% | 128 | \opt{IAUDIO_X5_PAD}{\ButtonPlay}% |
143 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
144 | \opt{touchscreen}{\TouchBottomLeft} | 129 | \opt{touchscreen}{\TouchBottomLeft} |
145 | \opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonLeft} | 130 | \opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonLeft} |
146 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec + \ButtonRew} | 131 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec + \ButtonRew} |
@@ -151,7 +136,7 @@ these markers: | |||
151 | &} | 136 | &} |
152 | Retreat one node in the game tree | 137 | Retreat one node in the game tree |
153 | \\ | 138 | \\ |
154 | 139 | ||
155 | \opt{scrollwheel}{\ButtonScrollFwd}% | 140 | \opt{scrollwheel}{\ButtonScrollFwd}% |
156 | \opt{SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% | 141 | \opt{SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% |
157 | ,GIGABEAT_S_PAD}{\ButtonVolUp}% | 142 | ,GIGABEAT_S_PAD}{\ButtonVolUp}% |
@@ -159,7 +144,6 @@ these markers: | |||
159 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}% | 144 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}% |
160 | \opt{MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}% | 145 | \opt{MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}% |
161 | \opt{IAUDIO_X5_PAD}{\ButtonRec}% | 146 | \opt{IAUDIO_X5_PAD}{\ButtonRec}% |
162 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
163 | \opt{touchscreen}{\TouchBottomRight} | 147 | \opt{touchscreen}{\TouchBottomRight} |
164 | \opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonRight} | 148 | \opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonRight} |
165 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec + \ButtonFF} | 149 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec + \ButtonFF} |
@@ -170,8 +154,7 @@ these markers: | |||
170 | &} | 154 | &} |
171 | Advance one node in the game tree | 155 | Advance one node in the game tree |
172 | \\ | 156 | \\ |
173 | } | 157 | |
174 | |||
175 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD% | 158 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD% |
176 | ,SANSA_C200_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD% | 159 | ,SANSA_C200_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD% |
177 | }{\ButtonPower}% | 160 | }{\ButtonPower}% |
@@ -180,8 +163,6 @@ these markers: | |||
180 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}% | 163 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}% |
181 | {\ButtonMenu}% | 164 | {\ButtonMenu}% |
182 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}% | 165 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}% |
183 | \opt{RECORDER_PAD}{\ButtonFTwo}% | ||
184 | \opt{ONDIO_PAD}{Long \ButtonMenu} | ||
185 | \opt{MPIO_HD200_PAD}{Long \ButtonPlay} | 166 | \opt{MPIO_HD200_PAD}{Long \ButtonPlay} |
186 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} | 167 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} |
187 | \opt{touchscreen}{\TouchTopLeft} | 168 | \opt{touchscreen}{\TouchTopLeft} |
@@ -191,11 +172,10 @@ these markers: | |||
191 | Main Menu | 172 | Main Menu |
192 | \\ | 173 | \\ |
193 | 174 | ||
194 | % \nopt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD,ONDIO_PAD,RECORDER_PAD}{% | ||
195 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 175 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
196 | ,IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% | 176 | ,IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% |
197 | ,MPIO_HD200_PAD,PBELL_VIBE500_PAD,touchscreen,SANSA_FUZEPLUS_PAD% | 177 | ,MPIO_HD200_PAD,PBELL_VIBE500_PAD,touchscreen,SANSA_FUZEPLUS_PAD% |
198 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{% | 178 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{% |
199 | \nopt{IRIVER_H10_PAD,touchscreen,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,% | 179 | \nopt{IRIVER_H10_PAD,touchscreen,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,% |
200 | MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH820_PAD}% | 180 | MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH820_PAD}% |
201 | {Long \ButtonSelect}% | 181 | {Long \ButtonSelect}% |
@@ -212,15 +192,14 @@ these markers: | |||
212 | Context Menu | 192 | Context Menu |
213 | \\ | 193 | \\ |
214 | } | 194 | } |
215 | 195 | ||
216 | \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,RECORDER_PAD,MROBE100_PAD% | 196 | \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,MROBE100_PAD% |
217 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_CLIP_PAD% | 197 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_CLIP_PAD% |
218 | ,PBELL_VIBE500_PAD,MPIO_HD200_PAD,touchscreen,SANSA_FUZEPLUS_PAD, | 198 | ,PBELL_VIBE500_PAD,MPIO_HD200_PAD,touchscreen,SANSA_FUZEPLUS_PAD, |
219 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{% | 199 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{% |
220 | \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% | 200 | \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% |
221 | ,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}% | 201 | ,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}% |
222 | \opt{SANSA_FUZE_PAD,SANSA_CLIP_PAD}{\ButtonHome}% | 202 | \opt{SANSA_FUZE_PAD,SANSA_CLIP_PAD}{\ButtonHome}% |
223 | \opt{RECORDER_PAD}{\ButtonOn}% | ||
224 | \opt{MROBE100_PAD}{\ButtonPower}% | 203 | \opt{MROBE100_PAD}{\ButtonPower}% |
225 | \opt{GIGABEAT_PAD}{\ButtonA}% | 204 | \opt{GIGABEAT_PAD}{\ButtonA}% |
226 | \opt{GIGABEAT_S_PAD}{\ButtonPlay}% | 205 | \opt{GIGABEAT_S_PAD}{\ButtonPlay}% |
@@ -297,7 +276,7 @@ these markers: | |||
297 | \item [Options. ] | 276 | \item [Options. ] |
298 | Customize the behavior of the plugin in certain ways. | 277 | Customize the behavior of the plugin in certain ways. |
299 | \begin{description} | 278 | \begin{description} |
300 | \item[Show Child Variations?] Enable this to mark child variations on | 279 | \item[Show Child Variations?] Enable this to mark child variations on |
301 | he board if there are more than one. Note: variations which don't | 280 | he board if there are more than one. Note: variations which don't |
302 | start with a move are not visible in this way. | 281 | start with a move are not visible in this way. |
303 | \item[Disable Idle Poweroff?] Enable this if you do not want the \dap{} | 282 | \item[Disable Idle Poweroff?] Enable this if you do not want the \dap{} |
@@ -352,4 +331,3 @@ these markers: | |||
352 | \item[Done.] Go back to the previous screen. | 331 | \item[Done.] Go back to the previous screen. |
353 | \end{description} | 332 | \end{description} |
354 | \end{description} | 333 | \end{description} |
355 | |||
diff --git a/manual/plugins/imageviewer.tex b/manual/plugins/imageviewer.tex index 9f646dc8fb..637507456b 100644 --- a/manual/plugins/imageviewer.tex +++ b/manual/plugins/imageviewer.tex | |||
@@ -28,13 +28,13 @@ view a bigger file you may need to stop playback.} | |||
28 | }% | 28 | }% |
29 | 29 | ||
30 | \begin{btnmap} | 30 | \begin{btnmap} |
31 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 31 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
32 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 32 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
33 | ,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 33 | ,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
34 | ,SAMSUNG_YH820_PAD}{\ButtonUp\ / \ButtonDown}% | 34 | ,SAMSUNG_YH820_PAD}{\ButtonUp\ / \ButtonDown}% |
35 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu\ / \ButtonPlay}% | 35 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu\ / \ButtonPlay}% |
36 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} % | 36 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} % |
37 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 37 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
38 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 38 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
39 | ,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD% | 39 | ,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD% |
40 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 40 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -46,8 +46,6 @@ view a bigger file you may need to stop playback.} | |||
46 | \opt{touchscreen}{\TouchTopMiddle{} / \TouchBottomMiddle{}/ \TouchMidLeft{} / \TouchMidRight} | 46 | \opt{touchscreen}{\TouchTopMiddle{} / \TouchBottomMiddle{}/ \TouchMidLeft{} / \TouchMidRight} |
47 | \opt{HAVEREMOTEKEYMAP}{& } | 47 | \opt{HAVEREMOTEKEYMAP}{& } |
48 | & Move around in zoomed in image\\ | 48 | & Move around in zoomed in image\\ |
49 | \opt{RECORDER_PAD}{\ButtonPlay} | ||
50 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
51 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% | 49 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% |
52 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD}{\ButtonSelect} | 50 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD}{\ButtonSelect} |
53 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} | 51 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} |
@@ -59,8 +57,6 @@ view a bigger file you may need to stop playback.} | |||
59 | \opt{touchscreen}{\TouchTopRight} | 57 | \opt{touchscreen}{\TouchTopRight} |
60 | \opt{HAVEREMOTEKEYMAP}{& } | 58 | \opt{HAVEREMOTEKEYMAP}{& } |
61 | & Zoom in\\ | 59 | & Zoom in\\ |
62 | \opt{RECORDER_PAD}{\ButtonOn} | ||
63 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown} | ||
64 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 60 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
65 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} | 61 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} |
66 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{Long \ButtonSelect} | 62 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{Long \ButtonSelect} |
@@ -73,8 +69,6 @@ view a bigger file you may need to stop playback.} | |||
73 | \opt{touchscreen}{\TouchTopLeft} | 69 | \opt{touchscreen}{\TouchTopLeft} |
74 | \opt{HAVEREMOTEKEYMAP}{& } | 70 | \opt{HAVEREMOTEKEYMAP}{& } |
75 | & Zoom out\\ | 71 | & Zoom out\\ |
76 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
77 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} | ||
78 | \opt{IRIVER_H100_PAD}{\ButtonOn} | 72 | \opt{IRIVER_H100_PAD}{\ButtonOn} |
79 | \opt{IRIVER_H300_PAD}{\ButtonRec} | 73 | \opt{IRIVER_H300_PAD}{\ButtonRec} |
80 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} | 74 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} |
@@ -92,8 +86,6 @@ view a bigger file you may need to stop playback.} | |||
92 | \opt{touchscreen}{\TouchBottomRight} | 86 | \opt{touchscreen}{\TouchBottomRight} |
93 | \opt{HAVEREMOTEKEYMAP}{& } | 87 | \opt{HAVEREMOTEKEYMAP}{& } |
94 | & Next image in directory\\ | 88 | & Next image in directory\\ |
95 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
96 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} | ||
97 | \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD}{\ButtonRec} | 89 | \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD}{\ButtonRec} |
98 | \opt{IRIVER_H300_PAD}{\ButtonOn} | 90 | \opt{IRIVER_H300_PAD}{\ButtonOn} |
99 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} | 91 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} |
@@ -120,7 +112,7 @@ view a bigger file you may need to stop playback.} | |||
120 | \opt{HAVEREMOTEKEYMAP}{& } | 112 | \opt{HAVEREMOTEKEYMAP}{& } |
121 | & Toggle slide show mode\\ | 113 | & Toggle slide show mode\\ |
122 | } | 114 | } |
123 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 115 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
124 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 116 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
125 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonPower} | 117 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonPower} |
126 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} | 118 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} |
diff --git a/manual/plugins/jewels.tex b/manual/plugins/jewels.tex index 1458d64f46..51ad6967c4 100644 --- a/manual/plugins/jewels.tex +++ b/manual/plugins/jewels.tex | |||
@@ -14,12 +14,12 @@ In puzzle mode the aim of the game is to connect the puzzles, by | |||
14 | skillfully swapping pairs of jewels. | 14 | skillfully swapping pairs of jewels. |
15 | 15 | ||
16 | \begin{btnmap} | 16 | \begin{btnmap} |
17 | \opt{RECORDER_PAD,IRIVER_H10_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% | 17 | \opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% |
18 | ,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 18 | ,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
19 | ,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD% | 19 | ,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD% |
20 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 20 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
21 | {\ButtonLeft/\ButtonRight/} | 21 | {\ButtonLeft/\ButtonRight/} |
22 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% | 22 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% |
23 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD% | 23 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD% |
24 | ,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 24 | ,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
25 | {\ButtonUp/\ButtonDown} | 25 | {\ButtonUp/\ButtonDown} |
@@ -30,8 +30,7 @@ skillfully swapping pairs of jewels. | |||
30 | \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF} | 30 | \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF} |
31 | \opt{HAVEREMOTEKEYMAP}{& } | 31 | \opt{HAVEREMOTEKEYMAP}{& } |
32 | & Move the cursor around the jewels \\ | 32 | & Move the cursor around the jewels \\ |
33 | \opt{RECORDER_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} | 33 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} |
34 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
35 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD% | 34 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD% |
36 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD% | 35 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD% |
37 | ,GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD} | 36 | ,GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD} |
@@ -47,7 +46,7 @@ skillfully swapping pairs of jewels. | |||
47 | \opt{GIGABEAT_S_PAD}{\ButtonBack} | 46 | \opt{GIGABEAT_S_PAD}{\ButtonBack} |
48 | \opt{IPOD_3G_PAD,MPIO_HD300_PAD}{\ButtonMenu} | 47 | \opt{IPOD_3G_PAD,MPIO_HD300_PAD}{\ButtonMenu} |
49 | \opt{IPOD_4G_PAD}{\ButtonSelect+ \ButtonMenu} | 48 | \opt{IPOD_4G_PAD}{\ButtonSelect+ \ButtonMenu} |
50 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 49 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
51 | \opt{PBELL_VIBE500_PAD}{\ButtonRec} | 50 | \opt{PBELL_VIBE500_PAD}{\ButtonRec} |
52 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} | 51 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} |
53 | \opt{HAVEREMOTEKEYMAP}{& } | 52 | \opt{HAVEREMOTEKEYMAP}{& } |
diff --git a/manual/plugins/lrcplayer.tex b/manual/plugins/lrcplayer.tex index 3b419780b2..2f72cc359f 100644 --- a/manual/plugins/lrcplayer.tex +++ b/manual/plugins/lrcplayer.tex | |||
@@ -96,7 +96,7 @@ same order as in that list. | |||
96 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPlay} | 96 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPlay} |
97 | & Toggle play/pause.\\ | 97 | & Toggle play/pause.\\ |
98 | % | 98 | % |
99 | \ActionWpsStop{}\nopt{ONDIO_PAD}{ or \ActionWpsBrowse} | 99 | \ActionWpsStop{} or \ActionWpsBrowse |
100 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop{} or \ActionRCWpsBrowse} | 100 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop{} or \ActionRCWpsBrowse} |
101 | & Exit the plugin.\\ | 101 | & Exit the plugin.\\ |
102 | % | 102 | % |
@@ -104,8 +104,7 @@ same order as in that list. | |||
104 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsContext} | 104 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsContext} |
105 | & Enter timetag editor.\\ | 105 | & Enter timetag editor.\\ |
106 | % | 106 | % |
107 | \opt{ONDIO_PAD}{\ActionWpsBrowse}% | 107 | \ActionWpsMenu% |
108 | \nopt{ONDIO_PAD}{\ActionWpsMenu}% | ||
109 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsMenu} | 108 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsMenu} |
110 | & Enter \setting{Lrcplayer Menu}.\\ | 109 | & Enter \setting{Lrcplayer Menu}.\\ |
111 | % | 110 | % |
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 96326cbffe..5621e260b8 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex | |||
@@ -21,7 +21,7 @@ text files% | |||
21 | \opt{lcd_bitmap} | 21 | \opt{lcd_bitmap} |
22 | {See also the Chip{}-8 emulator in \reference{ref:Chip8emulator}, | 22 | {See also the Chip{}-8 emulator in \reference{ref:Chip8emulator}, |
23 | Frotz in \reference{ref:Frotz}, | 23 | Frotz in \reference{ref:Frotz}, |
24 | \opt{archosrecorder,archosfmrecorder,iriverh100,iaudiom5,lcd_color} | 24 | \opt{iriverh100,iaudiom5,lcd_color} |
25 | {Rockboy in \reference{ref:Rockboy}} | 25 | {Rockboy in \reference{ref:Rockboy}} |
26 | and ZXBox in \reference{ref:ZXBox}.} | 26 | and ZXBox in \reference{ref:ZXBox}.} |
27 | 27 | ||
@@ -66,8 +66,6 @@ text files% | |||
66 | 66 | ||
67 | \opt{lcd_bitmap}{\input{plugins/minesweeper.tex}} | 67 | \opt{lcd_bitmap}{\input{plugins/minesweeper.tex}} |
68 | 68 | ||
69 | \opt{archosplayer}{\input{plugins/nim.tex}} | ||
70 | |||
71 | \opt{iriverh100,iaudiom5,lcd_color}{\nopt{c200,c200v2}{\input{plugins/pacbox.tex}}} | 69 | \opt{iriverh100,iaudiom5,lcd_color}{\nopt{c200,c200v2}{\input{plugins/pacbox.tex}}} |
72 | 70 | ||
73 | \opt{lcd_bitmap}{\input{plugins/pegbox.tex}} | 71 | \opt{lcd_bitmap}{\input{plugins/pegbox.tex}} |
@@ -183,9 +181,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} | |||
183 | } | 181 | } |
184 | } | 182 | } |
185 | \opt{lcd_bitmap}{ | 183 | \opt{lcd_bitmap}{ |
186 | \nopt{ondio}{% not enough buttons | 184 | Rockboy & \fname{.gb, .gbc} & \\ |
187 | Rockboy & \fname{.gb, .gbc} & \\ | ||
188 | } | ||
189 | } | 185 | } |
190 | Search & \fname{.m3u, .m3u8} & x \\ | 186 | Search & \fname{.m3u, .m3u8} & x \\ |
191 | Shopping list & \fname{.shopper} & \\ | 187 | Shopping list & \fname{.shopper} & \\ |
@@ -213,8 +209,6 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} | |||
213 | 209 | ||
214 | \opt{swcodec}{\nopt{lowmem}{\input{plugins/midiplay.tex}}} | 210 | \opt{swcodec}{\nopt{lowmem}{\input{plugins/midiplay.tex}}} |
215 | 211 | ||
216 | \opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/movieplayer.tex}} | ||
217 | |||
218 | \opt{lcd_bitmap}{\opt{swcodec}{\nopt{lowmem}{\input{plugins/mpegplayer.tex}}}} | 212 | \opt{lcd_bitmap}{\opt{swcodec}{\nopt{lowmem}{\input{plugins/mpegplayer.tex}}}} |
219 | 213 | ||
220 | \opt{swcodec}{\input{plugins/mp3_encoder.tex}} | 214 | \opt{swcodec}{\input{plugins/mp3_encoder.tex}} |
@@ -223,11 +217,8 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} | |||
223 | ,IPOD_1G2G_PAD,SAMSUNG_YPR0_PAD}{ | 217 | ,IPOD_1G2G_PAD,SAMSUNG_YPR0_PAD}{ |
224 | \input{plugins/pdbox.tex}} | 218 | \input{plugins/pdbox.tex}} |
225 | 219 | ||
226 | \opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/rockbox_flash.tex}} | ||
227 | |||
228 | \opt{lcd_bitmap}{\nopt{% | 220 | \opt{lcd_bitmap}{\nopt{% |
229 | ONDIO_PAD%,m200, % not enough buttons for keymap | 221 | ipod1g2g,ipod3g,ipod4g,ipodmini% horizontal pixelformat not implemented |
230 | ,ipod1g2g,ipod3g,ipod4g,ipodmini% horizontal pixelformat not implemented | ||
231 | ,iaudiom3,mpiohd200, % vertical interleaved pixelformat not implemented | 222 | ,iaudiom3,mpiohd200, % vertical interleaved pixelformat not implemented |
232 | ,mrobe100% lcd size/depth not implemented | 223 | ,mrobe100% lcd size/depth not implemented |
233 | }{ | 224 | }{ |
@@ -247,16 +238,12 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} | |||
247 | 238 | ||
248 | {\input{plugins/vbrfix.tex}} | 239 | {\input{plugins/vbrfix.tex}} |
249 | 240 | ||
250 | \opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/wavplay.tex}} | ||
251 | |||
252 | \opt{lcd_bitmap}{\input{plugins/zxbox.tex}} | 241 | \opt{lcd_bitmap}{\input{plugins/zxbox.tex}} |
253 | 242 | ||
254 | \section{Applications} | 243 | \section{Applications} |
255 | 244 | ||
256 | \opt{rtc}{\input{plugins/alarmclock.tex}} | 245 | \opt{rtc}{\input{plugins/alarmclock.tex}} |
257 | 246 | ||
258 | \opt{archosplayer,archosrecorder,archosfmrecorder}{\input{plugins/alpinecdc.tex}} | ||
259 | |||
260 | {\input{plugins/batterybenchmark.tex}} | 247 | {\input{plugins/batterybenchmark.tex}} |
261 | 248 | ||
262 | \opt{lcd_bitmap}{\input{plugins/calculator.tex}} | 249 | \opt{lcd_bitmap}{\input{plugins/calculator.tex}} |
@@ -271,10 +258,6 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} | |||
271 | 258 | ||
272 | {\input{plugins/disktidy.tex}} | 259 | {\input{plugins/disktidy.tex}} |
273 | 260 | ||
274 | \opt{archosplayer}{\input{plugins/euro_converter.tex}} | ||
275 | |||
276 | \opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/firmware_flash.tex}} | ||
277 | |||
278 | {\input{plugins/keybox.tex}} | 261 | {\input{plugins/keybox.tex}} |
279 | 262 | ||
280 | \opt{HAVE_BACKLIGHT}{\input{plugins/lamp.tex}} | 263 | \opt{HAVE_BACKLIGHT}{\input{plugins/lamp.tex}} |
@@ -299,8 +282,6 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} | |||
299 | 282 | ||
300 | \opt{lcd_color}{\input{plugins/rockpaint.tex}} | 283 | \opt{lcd_color}{\input{plugins/rockpaint.tex}} |
301 | 284 | ||
302 | \opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/split_editor.tex}} | ||
303 | |||
304 | {\input{plugins/stats.tex}} | 285 | {\input{plugins/stats.tex}} |
305 | 286 | ||
306 | {\input{plugins/stopwatch.tex}} | 287 | {\input{plugins/stopwatch.tex}} |
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex index 307f4c8b85..7b86fc48dc 100644 --- a/manual/plugins/minesweeper.tex +++ b/manual/plugins/minesweeper.tex | |||
@@ -12,7 +12,7 @@ the location of a mine, it can be tagged to avoid accidentally | |||
12 | 12 | ||
13 | \begin{btnmap} | 13 | \begin{btnmap} |
14 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight} | 14 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight} |
15 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 15 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
16 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 16 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
17 | ,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 17 | ,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
18 | {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} | 18 | {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} |
@@ -30,8 +30,6 @@ the location of a mine, it can be tagged to avoid accidentally | |||
30 | \opt{HAVEREMOTEKEYMAP}{& } | 30 | \opt{HAVEREMOTEKEYMAP}{& } |
31 | & Scroll through the entire minefield \\}% | 31 | & Scroll through the entire minefield \\}% |
32 | % | 32 | % |
33 | \opt{RECORDER_PAD}{\ButtonFOne/\ButtonOn} | ||
34 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
35 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} / \ButtonRec} | 33 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} / \ButtonRec} |
36 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect} | 34 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect} |
37 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% | 35 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% |
@@ -46,8 +44,6 @@ the location of a mine, it can be tagged to avoid accidentally | |||
46 | \opt{HAVEREMOTEKEYMAP}{& } | 44 | \opt{HAVEREMOTEKEYMAP}{& } |
47 | & Toggle flag on / off \\ | 45 | & Toggle flag on / off \\ |
48 | % | 46 | % |
49 | \opt{RECORDER_PAD}{\ButtonFTwo/\ButtonPlay} | ||
50 | \opt{ONDIO_PAD}{Long \ButtonMenu} | ||
51 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% | 47 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% |
52 | ,SANSA_FUZE_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} | 48 | ,SANSA_FUZE_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} |
53 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect} | 49 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect} |
@@ -60,8 +56,6 @@ the location of a mine, it can be tagged to avoid accidentally | |||
60 | \opt{HAVEREMOTEKEYMAP}{& } | 56 | \opt{HAVEREMOTEKEYMAP}{& } |
61 | & Reveal the contents of the current square \\ | 57 | & Reveal the contents of the current square \\ |
62 | % | 58 | % |
63 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
64 | \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonOff} | ||
65 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 59 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
66 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} | 60 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} |
67 | \opt{IAUDIO_X5_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} | 61 | \opt{IAUDIO_X5_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} |
@@ -77,7 +71,7 @@ the location of a mine, it can be tagged to avoid accidentally | |||
77 | \opt{HAVEREMOTEKEYMAP}{& } | 71 | \opt{HAVEREMOTEKEYMAP}{& } |
78 | & Display the current game status \\ | 72 | & Display the current game status \\ |
79 | % | 73 | % |
80 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 74 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
81 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 75 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
82 | ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 76 | ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
83 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} | 77 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} |
diff --git a/manual/plugins/oscilloscope.tex b/manual/plugins/oscilloscope.tex index 554e51cf66..fddccb5850 100644 --- a/manual/plugins/oscilloscope.tex +++ b/manual/plugins/oscilloscope.tex | |||
@@ -12,8 +12,7 @@ being played. | |||
12 | \subsubsection{Keys} | 12 | \subsubsection{Keys} |
13 | 13 | ||
14 | \begin{btnmap} | 14 | \begin{btnmap} |
15 | \opt{RECORDER_PAD}{\ButtonFOne} | 15 | \opt{PBELL_VIBE500_PAD}{\ButtonMenu} |
16 | \opt{ONDIO_PAD,PBELL_VIBE500_PAD}{\ButtonMenu} | ||
17 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% | 16 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% |
18 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD% | 17 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD% |
19 | ,SANSA_FUZEPLUS_PAD}{\ButtonSelect} | 18 | ,SANSA_FUZEPLUS_PAD}{\ButtonSelect} |
@@ -26,8 +25,6 @@ being played. | |||
26 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} | 25 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} |
27 | \opt{HAVEREMOTEKEYMAP}{& } | 26 | \opt{HAVEREMOTEKEYMAP}{& } |
28 | & Toggle filled / curve / plot \\ | 27 | & Toggle filled / curve / plot \\ |
29 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
30 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} | ||
31 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 28 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
32 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} | 29 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} |
33 | \opt{IAUDIO_X5_PAD}{\ButtonRec} | 30 | \opt{IAUDIO_X5_PAD}{\ButtonRec} |
@@ -43,8 +40,6 @@ being played. | |||
43 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonRight} | 40 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonRight} |
44 | \opt{HAVEREMOTEKEYMAP}{& } | 41 | \opt{HAVEREMOTEKEYMAP}{& } |
45 | & Toggle whether to scroll or not \\ | 42 | & Toggle whether to scroll or not \\ |
46 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
47 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} | ||
48 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} | 43 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} |
49 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} | 44 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} |
50 | \opt{IAUDIO_X5_PAD,SANSA_CLIP_PAD}{Long \ButtonSelect} | 45 | \opt{IAUDIO_X5_PAD,SANSA_CLIP_PAD}{Long \ButtonSelect} |
@@ -61,11 +56,10 @@ being played. | |||
61 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp} | 56 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp} |
62 | \opt{HAVEREMOTEKEYMAP}{& } | 57 | \opt{HAVEREMOTEKEYMAP}{& } |
63 | & Toggle drawing orientation \\ | 58 | & Toggle drawing orientation \\ |
64 | \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% | 59 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% |
65 | ,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD% | 60 | ,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD% |
66 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% | 61 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% |
67 | {\ButtonPlay} | 62 | {\ButtonPlay} |
68 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} | ||
69 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 63 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
70 | \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} | 64 | \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} |
71 | \opt{SANSA_FUZE_PAD,SANSA_CLIP_PAD}{\ButtonUp} | 65 | \opt{SANSA_FUZE_PAD,SANSA_CLIP_PAD}{\ButtonUp} |
@@ -74,7 +68,7 @@ being played. | |||
74 | \opt{COWON_D2_PAD}{\TouchCenter} | 68 | \opt{COWON_D2_PAD}{\TouchCenter} |
75 | \opt{HAVEREMOTEKEYMAP}{& } | 69 | \opt{HAVEREMOTEKEYMAP}{& } |
76 | & Pause the demo \\ | 70 | & Pause the demo \\ |
77 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,PBELL_VIBE500_PAD% | 71 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,PBELL_VIBE500_PAD% |
78 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% | 72 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% |
79 | {\ButtonUp{} / \ButtonDown} | 73 | {\ButtonUp{} / \ButtonDown} |
80 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} | 74 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} |
@@ -85,7 +79,7 @@ being played. | |||
85 | \opt{COWON_D2_PAD}{\ButtonPlus{} / \ButtonMinus} | 79 | \opt{COWON_D2_PAD}{\ButtonPlus{} / \ButtonMinus} |
86 | \opt{HAVEREMOTEKEYMAP}{& } | 80 | \opt{HAVEREMOTEKEYMAP}{& } |
87 | & Increase / decrease volume\\ | 81 | & Increase / decrease volume\\ |
88 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 82 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
89 | ,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,IRIVER_H10_PAD% | 83 | ,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,IRIVER_H10_PAD% |
90 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% | 84 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% |
91 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 85 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -94,7 +88,7 @@ being played. | |||
94 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF{} / \ButtonRew} | 88 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF{} / \ButtonRew} |
95 | \opt{HAVEREMOTEKEYMAP}{& } | 89 | \opt{HAVEREMOTEKEYMAP}{& } |
96 | & Increase / decrease speed\\ | 90 | & Increase / decrease speed\\ |
97 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 91 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
98 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 92 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
99 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 93 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
100 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD} | 94 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD} |
diff --git a/manual/plugins/pegbox.tex b/manual/plugins/pegbox.tex index f82d0644c8..3bb0d4830d 100644 --- a/manual/plugins/pegbox.tex +++ b/manual/plugins/pegbox.tex | |||
@@ -24,11 +24,9 @@ block and crosses which allow you to choose a replacement block. | |||
24 | to move around | 24 | to move around |
25 | \\ | 25 | \\ |
26 | 26 | ||
27 | \nopt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD% | 27 | \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD% |
28 | ,PBELL_VIBE500_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD% | 28 | ,PBELL_VIBE500_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD% |
29 | ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonSelect} | 29 | ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonSelect} |
30 | \opt{RECORDER_PAD}{\ButtonOn} | ||
31 | \opt{ONDIO_PAD}{\ButtonOff} | ||
32 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonRight} | 30 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonRight} |
33 | \opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} | 31 | \opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} |
34 | \opt{MPIO_HD200_PAD}{\ButtonFunc} | 32 | \opt{MPIO_HD200_PAD}{\ButtonFunc} |
@@ -40,8 +38,6 @@ block and crosses which allow you to choose a replacement block. | |||
40 | to choose peg | 38 | to choose peg |
41 | \\ | 39 | \\ |
42 | 40 | ||
43 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
44 | \opt{ONDIO_PAD}{\ButtonMenu{} + \ButtonRight} | ||
45 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 41 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
46 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_FUZE_PAD} | 42 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_FUZE_PAD} |
47 | {\ButtonSelect{} + \ButtonLeft} | 43 | {\ButtonSelect{} + \ButtonLeft} |
@@ -62,8 +58,6 @@ block and crosses which allow you to choose a replacement block. | |||
62 | to restart level | 58 | to restart level |
63 | \\ | 59 | \\ |
64 | 60 | ||
65 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
66 | \opt{ONDIO_PAD}{\ButtonMenu{} + \ButtonUp} | ||
67 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 61 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
68 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonMenu} | 62 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonMenu} |
69 | \opt{IAUDIO_X5_PAD,MPIO_HD300_PAD}{\ButtonPlay} | 63 | \opt{IAUDIO_X5_PAD,MPIO_HD300_PAD}{\ButtonPlay} |
@@ -83,8 +77,6 @@ block and crosses which allow you to choose a replacement block. | |||
83 | \\ | 77 | \\ |
84 | 78 | ||
85 | \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{ | 79 | \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{ |
86 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
87 | \opt{ONDIO_PAD}{\ButtonMenu{} + \ButtonDown} | ||
88 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,MPIO_HD300_PAD}{\ButtonRec} | 80 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,MPIO_HD300_PAD}{\ButtonRec} |
89 | \opt{IRIVER_H10_PAD}{\ButtonFF{} + \ButtonScrollDown} | 81 | \opt{IRIVER_H10_PAD}{\ButtonFF{} + \ButtonScrollDown} |
90 | \opt{SANSA_E200_PAD}{\ButtonScrollFwd} | 82 | \opt{SANSA_E200_PAD}{\ButtonScrollFwd} |
@@ -103,8 +95,7 @@ block and crosses which allow you to choose a replacement block. | |||
103 | \\ | 95 | \\ |
104 | } | 96 | } |
105 | 97 | ||
106 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 98 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
107 | \opt{ONDIO_PAD}{\ButtonMenu{} + \ButtonOff} | ||
108 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonPlay} | 99 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonPlay} |
109 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD% | 100 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD% |
110 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 101 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/pictureflow.tex b/manual/plugins/pictureflow.tex index 64b777739d..017c42d9b7 100644 --- a/manual/plugins/pictureflow.tex +++ b/manual/plugins/pictureflow.tex | |||
@@ -63,14 +63,12 @@ aware: | |||
63 | } | 63 | } |
64 | 64 | ||
65 | \nopt{IAUDIO_M3_PAD}{% | 65 | \nopt{IAUDIO_M3_PAD}{% |
66 | \nopt{ONDIO_PAD,IRIVER_H10_PAD,RECORDER_PAD,touchscreen,PBELL_VIBE500_PAD% | 66 | \nopt{IRIVER_H10_PAD,touchscreen,PBELL_VIBE500_PAD% |
67 | ,SANSA_FUZE_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD% | 67 | ,SANSA_FUZE_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD% |
68 | ,SAMSUNG_YH820_PAD} | 68 | ,SAMSUNG_YH820_PAD} |
69 | {\ButtonSelect} | 69 | {\ButtonSelect} |
70 | \opt{ONDIO_PAD}{\ButtonUp} | ||
71 | \opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonRight} | 70 | \opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonRight} |
72 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} | 71 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} |
73 | \opt{RECORDER_PAD}{\ButtonOn} | ||
74 | \opt{touchscreen}{\TouchCenter} | 72 | \opt{touchscreen}{\TouchCenter} |
75 | \opt{SANSA_FUZE_PAD}{\ButtonRight} | 73 | \opt{SANSA_FUZE_PAD}{\ButtonRight} |
76 | \opt{MPIO_HD200_PAD}{\ButtonFunc} | 74 | \opt{MPIO_HD200_PAD}{\ButtonFunc} |
@@ -82,12 +80,11 @@ aware: | |||
82 | \opt{GIGABEAT_RC_PAD}{\ButtonRCFF} | 80 | \opt{GIGABEAT_RC_PAD}{\ButtonRCFF} |
83 | &} | 81 | &} |
84 | Enter track list | 82 | Enter track list |
85 | \nopt{ONDIO_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{% | 83 | \nopt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{% |
86 | / Play album from selected track} | 84 | / Play album from selected track} |
87 | \\ | 85 | \\ |
88 | % Ondio & Samsung YH use a different button in album list and track list | 86 | % Ondio & Samsung YH use a different button in album list and track list |
89 | \opt{ONDIO_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{% | 87 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{% |
90 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
91 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} | 88 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} |
92 | & | 89 | & |
93 | Play album from selected track in track list | 90 | Play album from selected track in track list |
@@ -120,7 +117,7 @@ aware: | |||
120 | \\ | 117 | \\ |
121 | 118 | ||
122 | \nopt{IAUDIO_M3_PAD}{% | 119 | \nopt{IAUDIO_M3_PAD}{% |
123 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff} | 120 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
124 | \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_CLIP_PAD% | 121 | \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_CLIP_PAD% |
125 | ,MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 122 | ,MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
126 | \opt{SANSA_C200_PAD,IRIVER_H10_PAD}{Long \ButtonPower} | 123 | \opt{SANSA_C200_PAD,IRIVER_H10_PAD}{Long \ButtonPower} |
diff --git a/manual/plugins/pong.tex b/manual/plugins/pong.tex index f8ea79f9d5..d9cd6010a6 100644 --- a/manual/plugins/pong.tex +++ b/manual/plugins/pong.tex | |||
@@ -9,8 +9,7 @@ so for a single player game, just press the appropriate buttons to control the s | |||
9 | a two player game, both players should just press the appropriate buttons for their side. | 9 | a two player game, both players should just press the appropriate buttons for their side. |
10 | 10 | ||
11 | \begin{btnmap} | 11 | \begin{btnmap} |
12 | \opt{RECORDER_PAD}{\ButtonFOne} | 12 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZE_PAD}{\ButtonLeft} |
13 | \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZE_PAD}{\ButtonLeft} | ||
14 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD% | 13 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD% |
15 | ,GIGABEAT_S_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp} | 14 | ,GIGABEAT_S_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp} |
16 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,PBELL_VIBE500_PAD}{\ButtonMenu} | 15 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,PBELL_VIBE500_PAD}{\ButtonMenu} |
@@ -22,8 +21,7 @@ a two player game, both players should just press the appropriate buttons for th | |||
22 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} | 21 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} |
23 | \opt{HAVEREMOTEKEYMAP}{& } | 22 | \opt{HAVEREMOTEKEYMAP}{& } |
24 | & Left player up\\ | 23 | & Left player up\\ |
25 | \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft} | 24 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft} |
26 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
27 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% | 25 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% |
28 | ,SANSA_FUZE_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonDown} | 26 | ,SANSA_FUZE_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonDown} |
29 | \opt{IRIVER_H10_PAD}{\ButtonScrollDown} | 27 | \opt{IRIVER_H10_PAD}{\ButtonScrollDown} |
@@ -34,8 +32,7 @@ a two player game, both players should just press the appropriate buttons for th | |||
34 | \opt{MPIO_HD300_PAD}{\ButtonRec} | 32 | \opt{MPIO_HD300_PAD}{\ButtonRec} |
35 | \opt{HAVEREMOTEKEYMAP}{& } | 33 | \opt{HAVEREMOTEKEYMAP}{& } |
36 | & Left player down\\ | 34 | & Left player down\\ |
37 | \opt{RECORDER_PAD}{\ButtonFThree} | 35 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp} |
38 | \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp} | ||
39 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 36 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
40 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight} | 37 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight} |
41 | \opt{IAUDIO_X5_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} | 38 | \opt{IAUDIO_X5_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} |
@@ -46,8 +43,8 @@ a two player game, both players should just press the appropriate buttons for th | |||
46 | \opt{MPIO_HD300_PAD,SAMSUNG_YH92X_PAD}{\ButtonFF} | 43 | \opt{MPIO_HD300_PAD,SAMSUNG_YH92X_PAD}{\ButtonFF} |
47 | \opt{HAVEREMOTEKEYMAP}{& } | 44 | \opt{HAVEREMOTEKEYMAP}{& } |
48 | & Right player up\\ | 45 | & Right player up\\ |
49 | \opt{RECORDER_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonRight} | 46 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonRight} |
50 | \opt{ONDIO_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonDown} | 47 | \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonDown} |
51 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 48 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
52 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonPlay} | 49 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonPlay} |
53 | \opt{IRIVER_H10_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} | 50 | \opt{IRIVER_H10_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} |
@@ -59,7 +56,7 @@ a two player game, both players should just press the appropriate buttons for th | |||
59 | \opt{SAMSUNG_YH92X_PAD}{\ButtonRew} | 56 | \opt{SAMSUNG_YH92X_PAD}{\ButtonRew} |
60 | \opt{HAVEREMOTEKEYMAP}{& } | 57 | \opt{HAVEREMOTEKEYMAP}{& } |
61 | & Right player down\\ | 58 | & Right player down\\ |
62 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 59 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
63 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} | 60 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} |
64 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 61 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
65 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 62 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex index 56afa5258a..1b28c039a8 100644 --- a/manual/plugins/rockblox.tex +++ b/manual/plugins/rockblox.tex | |||
@@ -9,8 +9,6 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o | |||
9 | 9 | ||
10 | \begin{btnmap} | 10 | \begin{btnmap} |
11 | \nopt{SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD}{ | 11 | \nopt{SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD}{ |
12 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
13 | \opt{PLAYER_PAD}{\ButtonStop+\ButtonMenu} | ||
14 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 12 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
15 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} | 13 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} |
16 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} | 14 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} |
@@ -19,7 +17,6 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o | |||
19 | \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp} | 17 | \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp} |
20 | \opt{GIGABEAT_PAD}{\ButtonA} | 18 | \opt{GIGABEAT_PAD}{\ButtonA} |
21 | \opt{MROBE100_PAD}{\ButtonDisplay} | 19 | \opt{MROBE100_PAD}{\ButtonDisplay} |
22 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} | ||
23 | \opt{COWON_D2_PAD}{\ButtonMenu} | 20 | \opt{COWON_D2_PAD}{\ButtonMenu} |
24 | \opt{PBELL_VIBE500_PAD}{\ButtonCancel} | 21 | \opt{PBELL_VIBE500_PAD}{\ButtonCancel} |
25 | \opt{MPIO_HD300_PAD}{\ButtonRec} | 22 | \opt{MPIO_HD300_PAD}{\ButtonRec} |
@@ -27,7 +24,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o | |||
27 | \opt{HAVEREMOTEKEYMAP}{& } | 24 | \opt{HAVEREMOTEKEYMAP}{& } |
28 | & Restart game\\ | 25 | & Restart game\\ |
29 | } | 26 | } |
30 | \opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% | 27 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD% |
31 | ,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 28 | ,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
32 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD% | 29 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD% |
33 | ,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 30 | ,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
@@ -37,7 +34,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o | |||
37 | \opt{MPIO_HD300_PAD}{\ButtonRew} | 34 | \opt{MPIO_HD300_PAD}{\ButtonRew} |
38 | \opt{HAVEREMOTEKEYMAP}{& } | 35 | \opt{HAVEREMOTEKEYMAP}{& } |
39 | & Move left\\ | 36 | & Move left\\ |
40 | \opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% | 37 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD% |
41 | ,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 38 | ,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
42 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD% | 39 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD% |
43 | ,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 40 | ,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
@@ -47,8 +44,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o | |||
47 | \opt{MPIO_HD300_PAD}{\ButtonFF} | 44 | \opt{MPIO_HD300_PAD}{\ButtonFF} |
48 | \opt{HAVEREMOTEKEYMAP}{& } | 45 | \opt{HAVEREMOTEKEYMAP}{& } |
49 | & Move right\\ | 46 | & Move right\\ |
50 | \opt{PLAYER_PAD}{\ButtonMenu} | 47 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
51 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | ||
52 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 48 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
53 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD} | 49 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD} |
54 | {\ButtonDown} | 50 | {\ButtonDown} |
@@ -61,9 +57,6 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o | |||
61 | \opt{SAMSUNG_YH820_PAD}{\ButtonFF} | 57 | \opt{SAMSUNG_YH820_PAD}{\ButtonFF} |
62 | \opt{HAVEREMOTEKEYMAP}{& } | 58 | \opt{HAVEREMOTEKEYMAP}{& } |
63 | & Move down\\ | 59 | & Move down\\ |
64 | \opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay} | ||
65 | \opt{RECORDER_PAD}{\ButtonPlay} | ||
66 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} | ||
67 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect} | 60 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect} |
68 | \opt{scrollwheel}{\ButtonScrollBack} | 61 | \opt{scrollwheel}{\ButtonScrollBack} |
69 | \opt{IAUDIO_X5_PAD}{\ButtonPower} | 62 | \opt{IAUDIO_X5_PAD}{\ButtonPower} |
@@ -77,8 +70,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o | |||
77 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp} | 70 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp} |
78 | \opt{HAVEREMOTEKEYMAP}{& } | 71 | \opt{HAVEREMOTEKEYMAP}{& } |
79 | & Rotate anticlockwise\\ | 72 | & Rotate anticlockwise\\ |
80 | \opt{PLAYER_PAD}{\ButtonPlay} | 73 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} |
81 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} | ||
82 | {\ButtonUp} | 74 | {\ButtonUp} |
83 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonMenu} | 75 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonMenu} |
84 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} | 76 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} |
@@ -92,8 +84,6 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o | |||
92 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonDown} | 84 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonDown} |
93 | \opt{HAVEREMOTEKEYMAP}{& } | 85 | \opt{HAVEREMOTEKEYMAP}{& } |
94 | & Rotate clockwise\\ | 86 | & Rotate clockwise\\ |
95 | \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn} | ||
96 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
97 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 87 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
98 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 88 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
99 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} | 89 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} |
@@ -110,8 +100,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o | |||
110 | \opt{HAVEREMOTEKEYMAP}{& } | 100 | \opt{HAVEREMOTEKEYMAP}{& } |
111 | & Pause\\ | 101 | & Pause\\ |
112 | } | 102 | } |
113 | \opt{PLAYER_PAD}{\ButtonStop} | 103 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
114 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | ||
115 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect} | 104 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect} |
116 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} | 105 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} |
117 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} | 106 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} |
diff --git a/manual/plugins/rockboy.tex b/manual/plugins/rockboy.tex index abb455c08b..a0485e9ce4 100644 --- a/manual/plugins/rockboy.tex +++ b/manual/plugins/rockboy.tex | |||
@@ -11,14 +11,14 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or | |||
11 | 11 | ||
12 | \subsubsection{Default keys} | 12 | \subsubsection{Default keys} |
13 | \begin{btnmap} | 13 | \begin{btnmap} |
14 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 14 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
15 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD% | 15 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD% |
16 | ,GIGABEAT_S_PAD,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 16 | ,GIGABEAT_S_PAD,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
17 | ,SAMSUNG_YH820_PAD}{\ButtonUp{} / \ButtonDown} | 17 | ,SAMSUNG_YH820_PAD}{\ButtonUp{} / \ButtonDown} |
18 | \opt{IPOD_4G_PAD}{Tap \ButtonPlay{} / \ButtonMenu} | 18 | \opt{IPOD_4G_PAD}{Tap \ButtonPlay{} / \ButtonMenu} |
19 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} | 19 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} |
20 | \opt{PBELL_VIBE500_PAD}{\ButtonOK{} / \ButtonCancel} | 20 | \opt{PBELL_VIBE500_PAD}{\ButtonOK{} / \ButtonCancel} |
21 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 21 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
22 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD% | 22 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD% |
23 | ,GIGABEAT_S_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD% | 23 | ,GIGABEAT_S_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD% |
24 | ,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 24 | ,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
@@ -29,7 +29,6 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or | |||
29 | \opt{HAVEREMOTEKEYMAP}{& } | 29 | \opt{HAVEREMOTEKEYMAP}{& } |
30 | & Direction keys\\ | 30 | & Direction keys\\ |
31 | % | 31 | % |
32 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
33 | \opt{IRIVER_H100_PAD}{\ButtonOn} | 32 | \opt{IRIVER_H100_PAD}{\ButtonOn} |
34 | \opt{IRIVER_H300_PAD}{\ButtonRec} | 33 | \opt{IRIVER_H300_PAD}{\ButtonRec} |
35 | \opt{IPOD_4G_PAD}{Tap \btnfnt{Top-Right}} | 34 | \opt{IPOD_4G_PAD}{Tap \btnfnt{Top-Right}} |
@@ -42,7 +41,6 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or | |||
42 | \opt{HAVEREMOTEKEYMAP}{& } | 41 | \opt{HAVEREMOTEKEYMAP}{& } |
43 | & A button\\ | 42 | & A button\\ |
44 | % | 43 | % |
45 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
46 | \opt{IRIVER_H100_PAD}{\ButtonOff} | 44 | \opt{IRIVER_H100_PAD}{\ButtonOff} |
47 | \opt{IRIVER_H300_PAD}{\ButtonMode} | 45 | \opt{IRIVER_H300_PAD}{\ButtonMode} |
48 | \opt{IPOD_4G_PAD}{Tap \btnfnt{Top-Left}} | 46 | \opt{IPOD_4G_PAD}{Tap \btnfnt{Top-Left}} |
@@ -56,7 +54,6 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or | |||
56 | \opt{HAVEREMOTEKEYMAP}{& } | 54 | \opt{HAVEREMOTEKEYMAP}{& } |
57 | & B button\\ | 55 | & B button\\ |
58 | % | 56 | % |
59 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
60 | \opt{IRIVER_H100_PAD}{\ButtonRec} | 57 | \opt{IRIVER_H100_PAD}{\ButtonRec} |
61 | \opt{IRIVER_H300_PAD}{\ButtonOn} | 58 | \opt{IRIVER_H300_PAD}{\ButtonOn} |
62 | \opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Right} /~Press \ButtonSelect} | 59 | \opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Right} /~Press \ButtonSelect} |
@@ -73,7 +70,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or | |||
73 | & Start\\ | 70 | & Start\\ |
74 | % | 71 | % |
75 | \nopt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ | 72 | \nopt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ |
76 | \opt{RECORDER_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} | 73 | \opt{SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} |
77 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} | 74 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} |
78 | \opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Left}} | 75 | \opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Left}} |
79 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} | 76 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} |
@@ -86,14 +83,13 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or | |||
86 | & Select\\ | 83 | & Select\\ |
87 | % | 84 | % |
88 | } | 85 | } |
89 | \opt{RECORDER_PAD,IRIVER_H100_PAD,iaudiom5,MPIO_HD300_PAD}{ | 86 | \opt{IRIVER_H100_PAD,iaudiom5,MPIO_HD300_PAD}{ |
90 | \opt{RECORDER_PAD}{\ButtonOn} | ||
91 | \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD,MPIO_HD300_PAD}{\ButtonHold{} switch} | 87 | \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD,MPIO_HD300_PAD}{\ButtonHold{} switch} |
92 | \opt{HAVEREMOTEKEYMAP}{& } | 88 | \opt{HAVEREMOTEKEYMAP}{& } |
93 | & Cycle display scaling modes\\ | 89 | & Cycle display scaling modes\\ |
94 | % defined for the Recorders and targets with 160x128x2 displays (H100, M5) | 90 | % defined for the Recorders and targets with 160x128x2 displays (H100, M5) |
95 | } | 91 | } |
96 | \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff} | 92 | \opt{IRIVER_H300_PAD}{\ButtonOff} |
97 | \opt{IRIVER_H100_PAD}{\ButtonMode} | 93 | \opt{IRIVER_H100_PAD}{\ButtonMode} |
98 | \opt{IPOD_4G_PAD}{\ButtonHold{} switch} | 94 | \opt{IPOD_4G_PAD}{\ButtonHold{} switch} |
99 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD% | 95 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD% |
diff --git a/manual/plugins/sliding.tex b/manual/plugins/sliding.tex index b0021383f3..8b0a9774e0 100644 --- a/manual/plugins/sliding.tex +++ b/manual/plugins/sliding.tex | |||
@@ -12,7 +12,7 @@ to turn your own pictures into a puzzle. | |||
12 | Key controls: | 12 | Key controls: |
13 | 13 | ||
14 | \begin{btnmap} | 14 | \begin{btnmap} |
15 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 15 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
16 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 16 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
17 | ,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 17 | ,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
18 | {\ButtonLeft, \ButtonRight, \ButtonUp\ and \ButtonDown} | 18 | {\ButtonLeft, \ButtonRight, \ButtonUp\ and \ButtonDown} |
@@ -26,8 +26,6 @@ Key controls: | |||
26 | \opt{HAVEREMOTEKEYMAP}{& } | 26 | \opt{HAVEREMOTEKEYMAP}{& } |
27 | & Move Tile \\ | 27 | & Move Tile \\ |
28 | % | 28 | % |
29 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
30 | \opt{ONDIO_PAD}{Long \ButtonMenu} | ||
31 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} | 29 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} |
32 | {\ButtonSelect} | 30 | {\ButtonSelect} |
33 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} | 31 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} |
@@ -43,8 +41,6 @@ Key controls: | |||
43 | \opt{HAVEREMOTEKEYMAP}{& } | 41 | \opt{HAVEREMOTEKEYMAP}{& } |
44 | & Shuffle \\ | 42 | & Shuffle \\ |
45 | % | 43 | % |
46 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
47 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
48 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 44 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
49 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} | 45 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} |
50 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} | 46 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} |
@@ -59,7 +55,7 @@ Key controls: | |||
59 | & Switch between pictures (default puzzle\opt{albumart}{, album art}, and your own image if | 55 | & Switch between pictures (default puzzle\opt{albumart}{, album art}, and your own image if |
60 | launched via Open With), and numbered tiles \\ | 56 | launched via Open With), and numbered tiles \\ |
61 | % | 57 | % |
62 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 58 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
63 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 59 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
64 | ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 60 | ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
65 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} | 61 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} |
diff --git a/manual/plugins/snake.tex b/manual/plugins/snake.tex index 6e969fc5a7..2218418c99 100644 --- a/manual/plugins/snake.tex +++ b/manual/plugins/snake.tex | |||
@@ -6,7 +6,7 @@ as possible by eating the dots that appear on the screen. The game will | |||
6 | end when the snake touches either the borders of the screen or itself. | 6 | end when the snake touches either the borders of the screen or itself. |
7 | 7 | ||
8 | \begin{btnmap} | 8 | \begin{btnmap} |
9 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 9 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
10 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 10 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
11 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 11 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
12 | {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} | 12 | {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} |
@@ -17,12 +17,11 @@ end when the snake touches either the borders of the screen or itself. | |||
17 | \opt{HAVEREMOTEKEYMAP}{& } | 17 | \opt{HAVEREMOTEKEYMAP}{& } |
18 | & Move snake\\ | 18 | & Move snake\\ |
19 | % | 19 | % |
20 | \opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonPlay} | 20 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonPlay} |
21 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 21 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
22 | ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD} | 22 | ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD} |
23 | {\ButtonSelect} | 23 | {\ButtonSelect} |
24 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 24 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
25 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
26 | \opt{COWON_D2_PAD}{\TouchCenter} | 25 | \opt{COWON_D2_PAD}{\TouchCenter} |
27 | \opt{MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} | 26 | \opt{MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} |
28 | \opt{HAVEREMOTEKEYMAP}{& } | 27 | \opt{HAVEREMOTEKEYMAP}{& } |
diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex index 9801e2dc53..f772bf4a67 100644 --- a/manual/plugins/snake2.tex +++ b/manual/plugins/snake2.tex | |||
@@ -8,7 +8,7 @@ snake gets longer. The game ends when the snake hits a wall, or runs | |||
8 | into itself. | 8 | into itself. |
9 | 9 | ||
10 | \begin{btnmap} | 10 | \begin{btnmap} |
11 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 11 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
12 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 12 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
13 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 13 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
14 | {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} | 14 | {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} |
@@ -18,9 +18,8 @@ into itself. | |||
18 | \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown} | 18 | \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown} |
19 | \opt{HAVEREMOTEKEYMAP}{& } | 19 | \opt{HAVEREMOTEKEYMAP}{& } |
20 | & Steer the snake\\ | 20 | & Steer the snake\\ |
21 | \opt{RECORDER_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 21 | \opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
22 | ,SAMSUNG_YH820_PAD}{\ButtonPlay} | 22 | ,SAMSUNG_YH820_PAD}{\ButtonPlay} |
23 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
24 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 23 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
25 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD% | 24 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD% |
26 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD} | 25 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD} |
@@ -29,7 +28,7 @@ into itself. | |||
29 | \opt{COWON_D2_PAD}{\TouchCenter} | 28 | \opt{COWON_D2_PAD}{\TouchCenter} |
30 | \opt{HAVEREMOTEKEYMAP}{& } | 29 | \opt{HAVEREMOTEKEYMAP}{& } |
31 | & Pause and resume the game\\ | 30 | & Pause and resume the game\\ |
32 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 31 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
33 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 32 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
34 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,GIGABEAT_PAD% | 33 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,GIGABEAT_PAD% |
35 | ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 34 | ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/sokoban.tex b/manual/plugins/sokoban.tex index c4438424d1..5fd5cbbaa2 100644 --- a/manual/plugins/sokoban.tex +++ b/manual/plugins/sokoban.tex | |||
@@ -14,14 +14,14 @@ information about the level format, see | |||
14 | \begin{btnmap} | 14 | \begin{btnmap} |
15 | \multicolumn{2}{c}{\textbf{In game}} \\ | 15 | \multicolumn{2}{c}{\textbf{In game}} \\ |
16 | \hline | 16 | \hline |
17 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% | 17 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD% |
18 | ,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD% | 18 | ,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD% |
19 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% | 19 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% |
20 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 20 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
21 | {\ButtonUp, \ButtonDown, }% | 21 | {\ButtonUp, \ButtonDown, }% |
22 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, }% | 22 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, }% |
23 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown, }% | 23 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown, }% |
24 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% | 24 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD% |
25 | ,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD% | 25 | ,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD% |
26 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD,IPOD_3G_PAD% | 26 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD,IPOD_3G_PAD% |
27 | ,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 27 | ,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
@@ -32,7 +32,7 @@ information about the level format, see | |||
32 | \opt{MPIO_HD300_PAD}{\ButtonScrollUp, \ButtonScrollDown, \ButtonRew, \ButtonFF} | 32 | \opt{MPIO_HD300_PAD}{\ButtonScrollUp, \ButtonScrollDown, \ButtonRew, \ButtonFF} |
33 | \opt{HAVEREMOTEKEYMAP}{& } | 33 | \opt{HAVEREMOTEKEYMAP}{& } |
34 | & Move the ``sokoban'' up, down, left, or right\\ | 34 | & Move the ``sokoban'' up, down, left, or right\\ |
35 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 35 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
36 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 36 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
37 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD% | 37 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD% |
38 | ,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 38 | ,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
@@ -46,8 +46,6 @@ information about the level format, see | |||
46 | } | 46 | } |
47 | & Menu \\ | 47 | & Menu \\ |
48 | \nopt{IAUDIO_X5_PAD}{ | 48 | \nopt{IAUDIO_X5_PAD}{ |
49 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
50 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} | ||
51 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown} | 49 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown} |
52 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} | 50 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} |
53 | \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollDown} | 51 | \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollDown} |
@@ -64,8 +62,6 @@ information about the level format, see | |||
64 | & Back to previous level \\ | 62 | & Back to previous level \\ |
65 | } | 63 | } |
66 | \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{ | 64 | \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{ |
67 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
68 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} | ||
69 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 65 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
70 | \opt{IAUDIO_X5_PAD}{\ButtonRec} | 66 | \opt{IAUDIO_X5_PAD}{\ButtonRec} |
71 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonRight} | 67 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonRight} |
@@ -81,8 +77,6 @@ information about the level format, see | |||
81 | & Restart level \\ | 77 | & Restart level \\ |
82 | } | 78 | } |
83 | \nopt{IAUDIO_X5_PAD}{ | 79 | \nopt{IAUDIO_X5_PAD}{ |
84 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
85 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} | ||
86 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp} | 80 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp} |
87 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} | 81 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} |
88 | \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp} | 82 | \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp} |
@@ -98,8 +92,6 @@ information about the level format, see | |||
98 | \opt{HAVEREMOTEKEYMAP}{& } | 92 | \opt{HAVEREMOTEKEYMAP}{& } |
99 | & Go to next level \\ | 93 | & Go to next level \\ |
100 | } | 94 | } |
101 | \opt{RECORDER_PAD}{\ButtonOn} | ||
102 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
103 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} | 95 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} |
104 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD% | 96 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD% |
105 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect} | 97 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect} |
@@ -112,8 +104,7 @@ information about the level format, see | |||
112 | \opt{HAVEREMOTEKEYMAP}{& } | 104 | \opt{HAVEREMOTEKEYMAP}{& } |
113 | & Undo last movement \\ | 105 | & Undo last movement \\ |
114 | 106 | ||
115 | \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay} | 107 | \opt{IAUDIO_X5_PAD}{\ButtonPlay} |
116 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown} | ||
117 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 108 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
118 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} | 109 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} |
119 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} | 110 | \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} |
@@ -132,17 +123,16 @@ information about the level format, see | |||
132 | \hline | 123 | \hline |
133 | \multicolumn{2}{c}{\textbf{Solution playback}} \\ | 124 | \multicolumn{2}{c}{\textbf{Solution playback}} \\ |
134 | \hline | 125 | \hline |
135 | \opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% | 126 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD% |
136 | ,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% | 127 | ,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% |
137 | ,SAMSUNG_YH820_PAD}{\ButtonPlay} | 128 | ,SAMSUNG_YH820_PAD}{\ButtonPlay} |
138 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
139 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 129 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
140 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 130 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
141 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect} | 131 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect} |
142 | \opt{COWON_D2_PAD}{\TouchCenter} | 132 | \opt{COWON_D2_PAD}{\TouchCenter} |
143 | \opt{HAVEREMOTEKEYMAP}{& } | 133 | \opt{HAVEREMOTEKEYMAP}{& } |
144 | & Pause/resume \\ | 134 | & Pause/resume \\ |
145 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% | 135 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD% |
146 | ,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD% | 136 | ,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD% |
147 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD% | 137 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD% |
148 | ,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 138 | ,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -152,7 +142,7 @@ information about the level format, see | |||
152 | \opt{COWON_D2_PAD}{\TouchTopMiddle/\TouchBottomMiddle} | 142 | \opt{COWON_D2_PAD}{\TouchTopMiddle/\TouchBottomMiddle} |
153 | \opt{HAVEREMOTEKEYMAP}{& } | 143 | \opt{HAVEREMOTEKEYMAP}{& } |
154 | & Increase/decrease playback speed \\ | 144 | & Increase/decrease playback speed \\ |
155 | \opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,ONDIO_PAD% | 145 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD% |
156 | ,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD% | 146 | ,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD% |
157 | ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD% | 147 | ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD% |
158 | ,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% | 148 | ,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% |
@@ -162,7 +152,7 @@ information about the level format, see | |||
162 | \opt{MPIO_HD300_PAD}{\ButtonRew/\ButtonFF} | 152 | \opt{MPIO_HD300_PAD}{\ButtonRew/\ButtonFF} |
163 | \opt{HAVEREMOTEKEYMAP}{& } | 153 | \opt{HAVEREMOTEKEYMAP}{& } |
164 | & Go backward/forward (while paused) \\ | 154 | & Go backward/forward (while paused) \\ |
165 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 155 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
166 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 156 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
167 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 157 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
168 | ,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 158 | ,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/solitaire.tex b/manual/plugins/solitaire.tex index 4444762bc2..c98b59873b 100644 --- a/manual/plugins/solitaire.tex +++ b/manual/plugins/solitaire.tex | |||
@@ -14,13 +14,13 @@ visit | |||
14 | \url{http://www.solitairecentral.com/rules/Klondike.html} | 14 | \url{http://www.solitairecentral.com/rules/Klondike.html} |
15 | 15 | ||
16 | \begin{btnmap} | 16 | \begin{btnmap} |
17 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 17 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
18 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD% | 18 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD% |
19 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 19 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
20 | {\ButtonUp{} / \ButtonDown} | 20 | {\ButtonUp{} / \ButtonDown} |
21 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} | 21 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} |
22 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} | 22 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} |
23 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 23 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
24 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD% | 24 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD% |
25 | ,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD% | 25 | ,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD% |
26 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 26 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -30,8 +30,6 @@ visit | |||
30 | \opt{HAVEREMOTEKEYMAP}{& } | 30 | \opt{HAVEREMOTEKEYMAP}{& } |
31 | & Move Cursor around.\\ | 31 | & Move Cursor around.\\ |
32 | % | 32 | % |
33 | \opt{RECORDER_PAD}{\ButtonOn} | ||
34 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
35 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% | 33 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% |
36 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 34 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
37 | ,MROBE100_PAD,SANSA_FUZEPLUS_PAD} | 35 | ,MROBE100_PAD,SANSA_FUZEPLUS_PAD} |
@@ -43,8 +41,6 @@ visit | |||
43 | \opt{HAVEREMOTEKEYMAP}{& } | 41 | \opt{HAVEREMOTEKEYMAP}{& } |
44 | & Select cards, move cards, reveal hidden cards...\\ | 42 | & Select cards, move cards, reveal hidden cards...\\ |
45 | % | 43 | % |
46 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
47 | \opt{ONDIO_PAD}{Long \ButtonMenu} | ||
48 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 44 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
49 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} | 45 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} |
50 | {\ButtonMenu} | 46 | {\ButtonMenu} |
@@ -62,8 +58,7 @@ visit | |||
62 | \opt{HAVEREMOTEKEYMAP}{& } | 58 | \opt{HAVEREMOTEKEYMAP}{& } |
63 | & Draw 3 new cards from the remains stack\\ | 59 | & Draw 3 new cards from the remains stack\\ |
64 | % | 60 | % |
65 | \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} | 61 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} |
66 | \opt{ONDIO_PAD}{Long \ButtonDown} | ||
67 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} + \ButtonLeft} | 62 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} + \ButtonLeft} |
68 | \opt{IAUDIO_X5_PAD}{Long \ButtonPlay} | 63 | \opt{IAUDIO_X5_PAD}{Long \ButtonPlay} |
69 | \opt{IRIVER_H10_PAD}{\ButtonFF} | 64 | \opt{IRIVER_H10_PAD}{\ButtonFF} |
@@ -82,8 +77,6 @@ visit | |||
82 | \opt{HAVEREMOTEKEYMAP}{& } | 77 | \opt{HAVEREMOTEKEYMAP}{& } |
83 | & Put the card from the top of the remains stack on top of the cursor\\ | 78 | & Put the card from the top of the remains stack on top of the cursor\\ |
84 | % | 79 | % |
85 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
86 | \opt{ONDIO_PAD}{Long \ButtonUp} | ||
87 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 80 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
88 | ,MROBE100_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{Long \ButtonSelect} | 81 | ,MROBE100_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{Long \ButtonSelect} |
89 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonMenu} | 82 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonMenu} |
@@ -99,8 +92,7 @@ visit | |||
99 | \opt{HAVEREMOTEKEYMAP}{& } | 92 | \opt{HAVEREMOTEKEYMAP}{& } |
100 | & Put the card under the cursor on one of the 4 final colour stacks.\\ | 93 | & Put the card under the cursor on one of the 4 final colour stacks.\\ |
101 | % | 94 | % |
102 | \opt{RECORDER_PAD}{\ButtonFThree} | 95 | \opt{IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonRight} |
103 | \opt{IRIVER_H10_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonRight} | ||
104 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} + \ButtonRight} | 96 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} + \ButtonRight} |
105 | \opt{IAUDIO_X5_PAD}{\ButtonRec} | 97 | \opt{IAUDIO_X5_PAD}{\ButtonRec} |
106 | \opt{SANSA_E200_PAD}{\ButtonRight} | 98 | \opt{SANSA_E200_PAD}{\ButtonRight} |
@@ -116,7 +108,7 @@ visit | |||
116 | \opt{HAVEREMOTEKEYMAP}{& } | 108 | \opt{HAVEREMOTEKEYMAP}{& } |
117 | & Put the card on top of the remains stack on one of the final colour stacks.\\ | 109 | & Put the card on top of the remains stack on one of the final colour stacks.\\ |
118 | % | 110 | % |
119 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H300_PAD,IRIVER_H100_PAD}{\ButtonOff} | 111 | \opt{IRIVER_H300_PAD,IRIVER_H100_PAD}{\ButtonOff} |
120 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect} | 112 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect} |
121 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 113 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
122 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 114 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/spacerocks.tex b/manual/plugins/spacerocks.tex index aeb53420fe..bba380a7ff 100644 --- a/manual/plugins/spacerocks.tex +++ b/manual/plugins/spacerocks.tex | |||
@@ -6,8 +6,7 @@ UFO will appear -- shoot this for extra points. | |||
6 | 6 | ||
7 | \begin{btnmap} | 7 | \begin{btnmap} |
8 | % | 8 | % |
9 | \opt{RECORDER_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} | 9 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} |
10 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
11 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% | 10 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% |
12 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 11 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
13 | ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD} | 12 | ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD} |
@@ -19,7 +18,7 @@ UFO will appear -- shoot this for extra points. | |||
19 | \opt{HAVEREMOTEKEYMAP}{& } | 18 | \opt{HAVEREMOTEKEYMAP}{& } |
20 | & Shoot\\ | 19 | & Shoot\\ |
21 | % | 20 | % |
22 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 21 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
23 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 22 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
24 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% | 23 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% |
25 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 24 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -31,7 +30,7 @@ UFO will appear -- shoot this for extra points. | |||
31 | \opt{HAVEREMOTEKEYMAP}{& } | 30 | \opt{HAVEREMOTEKEYMAP}{& } |
32 | & Thrust\\ | 31 | & Thrust\\ |
33 | % | 32 | % |
34 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 33 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
35 | ,IRIVER_H10_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 34 | ,IRIVER_H10_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
36 | ,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 35 | ,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
37 | {\ButtonLeft / \ButtonRight} | 36 | {\ButtonLeft / \ButtonRight} |
@@ -41,7 +40,7 @@ UFO will appear -- shoot this for extra points. | |||
41 | \opt{HAVEREMOTEKEYMAP}{& } | 40 | \opt{HAVEREMOTEKEYMAP}{& } |
42 | & Turn left/right\\ | 41 | & Turn left/right\\ |
43 | % | 42 | % |
44 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 43 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
45 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 44 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
46 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% | 45 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% |
47 | ,SAMSUNG_YH820_PAD} | 46 | ,SAMSUNG_YH820_PAD} |
@@ -54,8 +53,6 @@ UFO will appear -- shoot this for extra points. | |||
54 | \opt{HAVEREMOTEKEYMAP}{& } | 53 | \opt{HAVEREMOTEKEYMAP}{& } |
55 | & Teleport\\ | 54 | & Teleport\\ |
56 | % | 55 | % |
57 | \opt{RECORDER_PAD}{\ButtonOn} | ||
58 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} | ||
59 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} | 56 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} |
60 | \opt{SANSA_CLIP_PAD}{\ButtonHome} | 57 | \opt{SANSA_CLIP_PAD}{\ButtonHome} |
61 | \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp} | 58 | \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp} |
@@ -69,7 +66,7 @@ UFO will appear -- shoot this for extra points. | |||
69 | \opt{HAVEREMOTEKEYMAP}{& } | 66 | \opt{HAVEREMOTEKEYMAP}{& } |
70 | & Pause game\\ | 67 | & Pause game\\ |
71 | % | 68 | % |
72 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 69 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
73 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 70 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
74 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD% | 71 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD% |
75 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 72 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/split_editor.tex b/manual/plugins/split_editor.tex deleted file mode 100644 index d571286006..0000000000 --- a/manual/plugins/split_editor.tex +++ /dev/null | |||
@@ -1,193 +0,0 @@ | |||
1 | \subsection{Split Editor} | ||
2 | |||
3 | When recording an mp3 file, it is common practice to start the recording | ||
4 | a little bit early and stop it a little bit late to ensure all the | ||
5 | desired sound is recorded. This results in recordings that contain | ||
6 | extra snippets of sound in the beginning and the end. Unfortunately these | ||
7 | snippets can not be deleted easily because they are stored in the same | ||
8 | file as the desired recording. The purpose of the split editor is to | ||
9 | split an mp3 file (the input file) at a point in time (split point). Two | ||
10 | new files can be generated from the input file. The first file contains | ||
11 | the part before the split point and the second file contains the part | ||
12 | after the split point. Once this process has been successful the | ||
13 | original file can be deleted or kept as a backup. % | ||
14 | % | ||
15 | The whole process of splitting an mp3 file consists of three steps: | ||
16 | % | ||
17 | \begin{itemize} | ||
18 | \item Defining the split point | ||
19 | \item Generating the result files | ||
20 | \item If desired deleting the input file (with the browser, not the split editor) | ||
21 | \end{itemize} | ||
22 | |||
23 | \subsubsection{How To Use The Split Editor} | ||
24 | When the device plays the song just hit the \ActionWpsPlay{} button | ||
25 | to pause, when playback has roughly reached the split point. This need | ||
26 | not be very precise as the split point can be fine tuned later. A screen | ||
27 | similar to the one below will appear. | ||
28 | |||
29 | \begin{figure}[H] | ||
30 | \begin{center} | ||
31 | \includegraphics[width=8.0cm]{plugins/images/ss-splitedit-main-112x64x1} | ||
32 | \caption{The Split Editor's Main Screen} | ||
33 | \end{center} | ||
34 | \end{figure} | ||
35 | |||
36 | \subsubsection{The Split Editor's Main Screen} | ||
37 | \begin{description} | ||
38 | \item[The waveform] | ||
39 | displays the volume of the song over time. It will appear as the song | ||
40 | plays and help to visually identify the point in time where the split is | ||
41 | desired | ||
42 | % | ||
43 | \item[The split point indicator] | ||
44 | is a vertical line with a small triangle at the top end. It is the most | ||
45 | important control element of the split editor. It can be moved with the | ||
46 | \ButtonLeft\ and \ButtonRight\ buttons. Later, when you have fine tuned | ||
47 | the split point, the song will be split at this position. | ||
48 | % | ||
49 | \item[The split time] | ||
50 | At the top of the window a time value is displayed. This is the point in | ||
51 | time within the song at which the split point indicator is positioned. | ||
52 | % | ||
53 | \item[The locator] | ||
54 | Another vertical bar represents the position locator. It moves along as | ||
55 | the song plays. In contrast to the split point indicator it has no | ||
56 | triangles at the ends. | ||
57 | % | ||
58 | \item[The time bar] | ||
59 | displays the current position within the song relative to the whole song. | ||
60 | The entire length of the time bar represents the song length. The length | ||
61 | of the solid part of the time bar represents the position and length of | ||
62 | the displayed part of the song. | ||
63 | % | ||
64 | \item[The scale mode] | ||
65 | On the right side of the bottom line the scale mode is displayed. The | ||
66 | waveform can be scaled either logarithmically or linearly. In logarithmic | ||
67 | scale mode the letters ``dB'' are displayed, in linear mode ``\%''. Use | ||
68 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
69 | \opt{ONDIO_PAD}{\ButtonMenu\ + \ButtonRight} | ||
70 | to switch between these modes. Linear mode usually gives better optical | ||
71 | hints with commercially recorded music. For quiet recordings, | ||
72 | especially of human speech, the logarithmic scale often is preferable. | ||
73 | More information in the Scale \reference{ref:Scalemode} below. | ||
74 | % | ||
75 | \item[The loop mode] | ||
76 | In the middle of the bottom line the loop mode icon is displayed. | ||
77 | There are 4 different loop modes. Pressing | ||
78 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
79 | \opt{ONDIO_PAD}{\ButtonMenu\ + \ButtonUp} | ||
80 | changes to the next loop mode. | ||
81 | % | ||
82 | \begin{description} | ||
83 | \item | ||
84 | \includegraphics[width=0.53cm]{plugins/images/icon-splitedit-loop-1} | ||
85 | Playback loops around the split point indicator. This mode is best | ||
86 | used when searching and zooming for the desired point at which to split | ||
87 | the recording. | ||
88 | \item | ||
89 | \includegraphics[width=0.53cm]{plugins/images/icon-splitedit-loop-2} | ||
90 | Playback loops from the split point indicator to the end of the | ||
91 | visible area. This mode is best used when fine tuning the split | ||
92 | indicator position at the beginning of a recording. | ||
93 | \item | ||
94 | \includegraphics[width=0.53cm]{plugins/images/icon-splitedit-loop-3} | ||
95 | Playback loops from the beginning of the | ||
96 | visible area to the split point. This mode is best used when fine | ||
97 | tuning the split indicator position at the end of a recording. | ||
98 | \item | ||
99 | \includegraphics[width=0.53cm]{plugins/images/icon-splitedit-loop-4} | ||
100 | Playback does not loop, the borders of the visible | ||
101 | area as well as the split point indicator are ignored. This mode is | ||
102 | best used when playing the song outside of the borders of the displayed | ||
103 | region. | ||
104 | \end{description} | ||
105 | \item[Perform the split (8)] | ||
106 | The icon above the | ||
107 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
108 | \opt{ONDIO_PAD}{\ButtonLeft} | ||
109 | button indicates its function to execute the split. When split | ||
110 | positioning is complete open the save dialogue with | ||
111 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
112 | \opt{ONDIO_PAD}{\ButtonMenu\ + \ButtonLeft}. | ||
113 | \end{description} | ||
114 | |||
115 | \begin{table} | ||
116 | \begin{btnmap} | ||
117 | \ButtonOff & Quit plugin \\ | ||
118 | % | ||
119 | \ButtonLeft\ / \ButtonRight & Move the split point indicator \\ | ||
120 | % | ||
121 | \ButtonUp\ / \ButtonDown & Zoom in / out \\ | ||
122 | % | ||
123 | \opt{RECORDER_PAD}{\ButtonPlay} | ||
124 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
125 | & Play from the split position \\ | ||
126 | % | ||
127 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
128 | \opt{ONDIO_PAD}{\ButtonMenu\ + \ButtonLeft} | ||
129 | & Enter the save dialogue \\ | ||
130 | % | ||
131 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
132 | \opt{ONDIO_PAD}{\ButtonMenu\ + \ButtonUp} | ||
133 | & Toggle loop modes \\ | ||
134 | % | ||
135 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
136 | \opt{ONDIO_PAD}{\ButtonMenu\ + \ButtonRight} | ||
137 | & Toggle logarithmic / linear scaling \\ | ||
138 | \opt{RECORDER_PAD}{ | ||
139 | % | ||
140 | \ButtonOn\ + \ButtonLeft | ||
141 | & Play half speed \\ | ||
142 | % | ||
143 | \ButtonOn\ + \ButtonRight | ||
144 | & Play 150\% speed \\ | ||
145 | % | ||
146 | \ButtonOn\ + \ButtonPlay | ||
147 | & Play normal speed \\ | ||
148 | } | ||
149 | \end{btnmap} | ||
150 | \caption{Controls in the split editor} | ||
151 | \end{table} | ||
152 | |||
153 | \subsubsection{Save dialogue} | ||
154 | In the save dialogue it is possible to specify which of the files you | ||
155 | want to save and their names. When finished, select | ||
156 | ``Save'' and the files will be written to | ||
157 | disk. Note that files can not be overwritten, so filenames that | ||
158 | do not exist yet must be chosen. If unsure whether the | ||
159 | file already exists simply try to save it. If another file with this | ||
160 | name exists the dialogue will return and you can choose another | ||
161 | filename | ||
162 | |||
163 | \screenshot{plugins/images/ss-splitedit-save}{The Split Editor's | ||
164 | Save Dialogue}{} | ||
165 | |||
166 | \begin{table} | ||
167 | \begin{btnmap} | ||
168 | \ButtonUp\ / \ButtonDown & Select item \\ | ||
169 | % | ||
170 | \opt{RECORDER_PAD}{\ButtonPlay} | ||
171 | \opt{ONDIO_PAD}{\ButtonRight} | ||
172 | & Toggle / edit item \\ | ||
173 | % | ||
174 | \ButtonOff & Cancel \\ | ||
175 | \end{btnmap} | ||
176 | \caption{Controls in the save dialogue} | ||
177 | \end{table} | ||
178 | |||
179 | \subsubsection{\label{ref:Scalemode}Scale} | ||
180 | The values in the waveform are scaled according to the settings of the | ||
181 | peak meter. These can be altered in the peak meter settings, | ||
182 | see \reference{ref:Peakmetersetting}. If extreme minimum or | ||
183 | maximum values are set the waveform might be cut off. A minimum | ||
184 | setting of {}-60~dB and a maximum setting of 0~dB are recommended. | ||
185 | These settings should be capable of producing useful waveforms for very | ||
186 | soft sounds in logarithmic mode (dB). When the editor is used on loud | ||
187 | sounds (such as commercial rock or pop music) switching to the linear | ||
188 | scale may prove more effective since the logarithmic scale compresses | ||
189 | loud noises and makes it more difficult to identify characteristic | ||
190 | shapes. Note that it is always possible to toggle between the two scale | ||
191 | modes. | ||
192 | |||
193 | |||
diff --git a/manual/plugins/star.tex b/manual/plugins/star.tex index 3cb7f078cc..0d6a95e713 100644 --- a/manual/plugins/star.tex +++ b/manual/plugins/star.tex | |||
@@ -11,7 +11,7 @@ wall to allow your filled circle to get to places on the screen it | |||
11 | could not otherwise reach. The block cannot take ``o''s. | 11 | could not otherwise reach. The block cannot take ``o''s. |
12 | 12 | ||
13 | \begin{btnmap} | 13 | \begin{btnmap} |
14 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 14 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
15 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 15 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
16 | ,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD% | 16 | ,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD% |
17 | ,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 17 | ,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -20,7 +20,7 @@ could not otherwise reach. The block cannot take ``o''s. | |||
20 | \opt{MPIO_HD300_PAD}{\ButtonRew} | 20 | \opt{MPIO_HD300_PAD}{\ButtonRew} |
21 | \opt{HAVEREMOTEKEYMAP}{& } | 21 | \opt{HAVEREMOTEKEYMAP}{& } |
22 | & Move Left\\ | 22 | & Move Left\\ |
23 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 23 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
24 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 24 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
25 | ,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD% | 25 | ,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD% |
26 | ,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 26 | ,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -29,7 +29,7 @@ could not otherwise reach. The block cannot take ``o''s. | |||
29 | \opt{COWON_D2_PAD}{\TouchMidRight} | 29 | \opt{COWON_D2_PAD}{\TouchMidRight} |
30 | \opt{HAVEREMOTEKEYMAP}{& } | 30 | \opt{HAVEREMOTEKEYMAP}{& } |
31 | & Move Right\\ | 31 | & Move Right\\ |
32 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 32 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
33 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 33 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
34 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% | 34 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% |
35 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 35 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -40,7 +40,7 @@ could not otherwise reach. The block cannot take ``o''s. | |||
40 | \opt{MPIO_HD300_PAD}{\ButtonScrollUp} | 40 | \opt{MPIO_HD300_PAD}{\ButtonScrollUp} |
41 | \opt{HAVEREMOTEKEYMAP}{& } | 41 | \opt{HAVEREMOTEKEYMAP}{& } |
42 | & Move Up\\ | 42 | & Move Up\\ |
43 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 43 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
44 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 44 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
45 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% | 45 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% |
46 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 46 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -51,8 +51,6 @@ could not otherwise reach. The block cannot take ``o''s. | |||
51 | \opt{MPIO_HD300_PAD}{\ButtonScrollDown} | 51 | \opt{MPIO_HD300_PAD}{\ButtonScrollDown} |
52 | \opt{HAVEREMOTEKEYMAP}{& } | 52 | \opt{HAVEREMOTEKEYMAP}{& } |
53 | & Move Down\\ | 53 | & Move Down\\ |
54 | \opt{RECORDER_PAD}{\ButtonOn} | ||
55 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
56 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 54 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
57 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD% | 55 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD% |
58 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} | 56 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} |
@@ -62,8 +60,6 @@ could not otherwise reach. The block cannot take ``o''s. | |||
62 | \opt{MPIO_HD300_PAD}{\ButtonEnter} | 60 | \opt{MPIO_HD300_PAD}{\ButtonEnter} |
63 | \opt{HAVEREMOTEKEYMAP}{& } | 61 | \opt{HAVEREMOTEKEYMAP}{& } |
64 | & Switch between circle and square\\ | 62 | & Switch between circle and square\\ |
65 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
66 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} | ||
67 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonLeft} | 63 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonLeft} |
68 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonLeft} | 64 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonLeft} |
69 | \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonDown} | 65 | \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonDown} |
@@ -77,8 +73,6 @@ could not otherwise reach. The block cannot take ``o''s. | |||
77 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonDown} | 73 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonDown} |
78 | \opt{HAVEREMOTEKEYMAP}{& } | 74 | \opt{HAVEREMOTEKEYMAP}{& } |
79 | & Previous level\\ | 75 | & Previous level\\ |
80 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
81 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} | ||
82 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonUp} | 76 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonUp} |
83 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} | 77 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} |
84 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight} | 78 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight} |
@@ -92,8 +86,6 @@ could not otherwise reach. The block cannot take ``o''s. | |||
92 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF} | 86 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF} |
93 | \opt{HAVEREMOTEKEYMAP}{& } | 87 | \opt{HAVEREMOTEKEYMAP}{& } |
94 | & Reset level \\ | 88 | & Reset level \\ |
95 | \opt{RECORDER_PAD}{\ButtonFThree} | ||
96 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} | ||
97 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonRight} | 89 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonRight} |
98 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonRight} | 90 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonRight} |
99 | \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonRight} | 91 | \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonRight} |
@@ -107,7 +99,7 @@ could not otherwise reach. The block cannot take ``o''s. | |||
107 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp} | 99 | \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp} |
108 | \opt{HAVEREMOTEKEYMAP}{& } | 100 | \opt{HAVEREMOTEKEYMAP}{& } |
109 | & Next level \\ | 101 | & Next level \\ |
110 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 102 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
111 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 103 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
112 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 104 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
113 | ,GIGABEAT_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 105 | ,GIGABEAT_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/stats.tex b/manual/plugins/stats.tex index b4fa59bf99..0dac854d68 100644 --- a/manual/plugins/stats.tex +++ b/manual/plugins/stats.tex | |||
@@ -1,9 +1,9 @@ | |||
1 | \subsection{Stats} | 1 | \subsection{Stats} |
2 | \screenshot{plugins/images/ss-stats}{The stats-plugin}{} | 2 | \screenshot{plugins/images/ss-stats}{The stats-plugin}{} |
3 | 3 | ||
4 | The stats plugin counts the directories and files% | 4 | The stats plugin counts the directories and files |
5 | \nopt{archosplayer}{ (the total number as well as the number | 5 | (the total number as well as the number |
6 | of audio, playlist, image and video files) }% | 6 | of audio, playlist, image and video files) |
7 | on your \dap{}. | 7 | on your \dap{}. |
8 | Press \PluginCancel{} or \PluginExit{} to abort counting and | 8 | Press \PluginCancel{} or \PluginExit{} to abort counting and |
9 | exit the plugin. Press it again to quit after counting has | 9 | exit the plugin. Press it again to quit after counting has |
diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex index 68521118f8..3a7785be64 100644 --- a/manual/plugins/stopwatch.tex +++ b/manual/plugins/stopwatch.tex | |||
@@ -4,8 +4,7 @@ | |||
4 | A simple stopwatch program with support for saving times. | 4 | A simple stopwatch program with support for saving times. |
5 | 5 | ||
6 | \begin{btnmap} | 6 | \begin{btnmap} |
7 | \opt{PLAYER_PAD}{\ButtonMenu} | 7 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
8 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | ||
9 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} | 8 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} |
10 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% | 9 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% |
11 | ,MROBE100_PAD,SANSA_CLIP_PAD}{\ButtonPower} | 10 | ,MROBE100_PAD,SANSA_CLIP_PAD}{\ButtonPower} |
@@ -20,18 +19,17 @@ A simple stopwatch program with support for saving times. | |||
20 | } | 19 | } |
21 | & Quit Plugin \\ | 20 | & Quit Plugin \\ |
22 | % | 21 | % |
23 | \opt{PLAYER_PAD,RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD% | 22 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD% |
24 | ,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD% | 23 | ,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD% |
25 | ,SAMSUNG_YH820_PAD}{\ButtonPlay} | 24 | ,SAMSUNG_YH820_PAD}{\ButtonPlay} |
26 | \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD% | 25 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD% |
27 | ,SANSA_CLIP_PAD}{\ButtonRight} | 26 | ,SANSA_CLIP_PAD}{\ButtonRight} |
28 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD,IPOD_4G_PAD% | 27 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD,IPOD_4G_PAD% |
29 | ,IPOD_3G_PAD}{\ButtonSelect} | 28 | ,IPOD_3G_PAD}{\ButtonSelect} |
30 | \opt{HAVEREMOTEKEYMAP}{& } | 29 | \opt{HAVEREMOTEKEYMAP}{& } |
31 | & Start / stop \\ | 30 | & Start / stop \\ |
32 | % | 31 | % |
33 | \opt{PLAYER_PAD}{\ButtonStop} | 32 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD% |
34 | \opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD% | ||
35 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SAMSUNG_YH92X_PAD% | 33 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SAMSUNG_YH92X_PAD% |
36 | ,SAMSUNG_YH820_PAD}{\ButtonLeft} | 34 | ,SAMSUNG_YH820_PAD}{\ButtonLeft} |
37 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown} | 35 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown} |
@@ -44,8 +42,8 @@ A simple stopwatch program with support for saving times. | |||
44 | \opt{HAVEREMOTEKEYMAP}{& } | 42 | \opt{HAVEREMOTEKEYMAP}{& } |
45 | & Reset timer (only when timer is stopped)\\ | 43 | & Reset timer (only when timer is stopped)\\ |
46 | % | 44 | % |
47 | \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 45 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
48 | \opt{ONDIO_PAD,GIGABEAT_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu} | 46 | \opt{GIGABEAT_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu} |
49 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight} | 47 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight} |
50 | \opt{IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF} | 48 | \opt{IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF} |
51 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD% | 49 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD% |
@@ -53,8 +51,8 @@ A simple stopwatch program with support for saving times. | |||
53 | \opt{HAVEREMOTEKEYMAP}{& } | 51 | \opt{HAVEREMOTEKEYMAP}{& } |
54 | & Take lap time \\ | 52 | & Take lap time \\ |
55 | % | 53 | % |
56 | \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonLeft{} / \ButtonRight} | 54 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonLeft{} / \ButtonRight} |
57 | \opt{RECORDER_PAD,ONDIO_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD% | 55 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD% |
58 | ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% | 56 | ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% |
59 | ,SANSA_CLIP_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp{} / \ButtonDown} | 57 | ,SANSA_CLIP_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp{} / \ButtonDown} |
60 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} | 58 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} |
diff --git a/manual/plugins/sudoku.tex b/manual/plugins/sudoku.tex index ecb73b1520..94fa2cb545 100644 --- a/manual/plugins/sudoku.tex +++ b/manual/plugins/sudoku.tex | |||
@@ -28,7 +28,7 @@ settings. | |||
28 | \note{The scratchpad is \emph{not} saved when saving the game.} | 28 | \note{The scratchpad is \emph{not} saved when saving the game.} |
29 | 29 | ||
30 | \begin{btnmap} | 30 | \begin{btnmap} |
31 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 31 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
32 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 32 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
33 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% | 33 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% |
34 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 34 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -43,8 +43,6 @@ settings. | |||
43 | % | 43 | % |
44 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect & Change cursor move direction\\} | 44 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect & Change cursor move direction\\} |
45 | % | 45 | % |
46 | \opt{RECORDER_PAD}{\ButtonPlay} | ||
47 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
48 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect{} / \ButtonOn} | 46 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect{} / \ButtonOn} |
49 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft{} / \ButtonRight} | 47 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft{} / \ButtonRight} |
50 | \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 48 | \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
@@ -61,8 +59,6 @@ settings. | |||
61 | \opt{HAVEREMOTEKEYMAP}{& } | 59 | \opt{HAVEREMOTEKEYMAP}{& } |
62 | & Change number under the cursor\\ | 60 | & Change number under the cursor\\ |
63 | % | 61 | % |
64 | \opt{RECORDER_PAD}{Long \ButtonPlay} | ||
65 | \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonDown} | ||
66 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOn} | 62 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOn} |
67 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonLeft{} / \ButtonRight} | 63 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonLeft{} / \ButtonRight} |
68 | \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 64 | \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
@@ -79,8 +75,6 @@ settings. | |||
79 | \opt{HAVEREMOTEKEYMAP}{& } | 75 | \opt{HAVEREMOTEKEYMAP}{& } |
80 | & Constantly changing the number under the cursor\\ | 76 | & Constantly changing the number under the cursor\\ |
81 | % | 77 | % |
82 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
83 | \opt{ONDIO_PAD}{Long \ButtonMenu} | ||
84 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 78 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
85 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 79 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
86 | ,COWON_D2_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu} | 80 | ,COWON_D2_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu} |
@@ -94,8 +88,6 @@ settings. | |||
94 | \opt{HAVEREMOTEKEYMAP}{& } | 88 | \opt{HAVEREMOTEKEYMAP}{& } |
95 | & Open Menu\\ | 89 | & Open Menu\\ |
96 | % | 90 | % |
97 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
98 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} | ||
99 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} | 91 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} |
100 | \opt{SANSA_CLIP_PAD}{\ButtonHome} | 92 | \opt{SANSA_CLIP_PAD}{\ButtonHome} |
101 | \opt{SANSA_FUZE_PAD}{\ButtonSelect} | 93 | \opt{SANSA_FUZE_PAD}{\ButtonSelect} |
@@ -108,7 +100,7 @@ settings. | |||
108 | \opt{HAVEREMOTEKEYMAP}{& } | 100 | \opt{HAVEREMOTEKEYMAP}{& } |
109 | & Add/Remove number to scratchpad\\ | 101 | & Add/Remove number to scratchpad\\ |
110 | % | 102 | % |
111 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 103 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
112 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 104 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
113 | ,MROBE100_PAD}{\ButtonPower} | 105 | ,MROBE100_PAD}{\ButtonPower} |
114 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} | 106 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} |
diff --git a/manual/plugins/text_viewer.tex b/manual/plugins/text_viewer.tex index 7379176aaf..60b38e7a7e 100644 --- a/manual/plugins/text_viewer.tex +++ b/manual/plugins/text_viewer.tex | |||
@@ -9,8 +9,7 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
9 | 9 | ||
10 | \subsubsection{Default keys} | 10 | \subsubsection{Default keys} |
11 | \begin{btnmap} | 11 | \begin{btnmap} |
12 | \opt{PLAYER_PAD}{\ButtonLeft} | 12 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
13 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | ||
14 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD% | 13 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD% |
15 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp} | 14 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp} |
16 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} | 15 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} |
@@ -26,8 +25,7 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
26 | } | 25 | } |
27 | & Scroll{}-up\\ | 26 | & Scroll{}-up\\ |
28 | 27 | ||
29 | \opt{PLAYER_PAD}{\ButtonRight} | 28 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
30 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | ||
31 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD% | 29 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD% |
32 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonDown} | 30 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonDown} |
33 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} | 31 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} |
@@ -43,12 +41,11 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
43 | } | 41 | } |
44 | & Scroll{}-down\\ | 42 | & Scroll{}-down\\ |
45 | 43 | ||
46 | \opt{PLAYER_PAD}{\ButtonMenu+\ButtonLeft} | ||
47 | \opt{GIGABEAT_S_PAD}{\ButtonPlay+\ButtonLeft} | 44 | \opt{GIGABEAT_S_PAD}{\ButtonPlay+\ButtonLeft} |
48 | \opt{MPIO_HD200_PAD}{\ButtonVolDown} | 45 | \opt{MPIO_HD200_PAD}{\ButtonVolDown} |
49 | \opt{MPIO_HD300_PAD}{\ButtonRew} | 46 | \opt{MPIO_HD300_PAD}{\ButtonRew} |
50 | \opt{touchscreen}{\TouchMidLeft} | 47 | \opt{touchscreen}{\TouchMidLeft} |
51 | \nopt{PLAYER_PAD,GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD% | 48 | \nopt{GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD% |
52 | ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft} | 49 | ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft} |
53 | \opt{HAVEREMOTEKEYMAP}{& | 50 | \opt{HAVEREMOTEKEYMAP}{& |
54 | \opt{IAUDIO_M3_PAD}{\ButtonRCLeft} | 51 | \opt{IAUDIO_M3_PAD}{\ButtonRCLeft} |
@@ -56,12 +53,11 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
56 | & Top of file (Narrow mode) / | 53 | & Top of file (Narrow mode) / |
57 | One screen left (Wide mode)\\ | 54 | One screen left (Wide mode)\\ |
58 | 55 | ||
59 | \opt{PLAYER_PAD}{\ButtonMenu+\ButtonRight} | ||
60 | \opt{GIGABEAT_S_PAD}{\ButtonPlay+\ButtonRight} | 56 | \opt{GIGABEAT_S_PAD}{\ButtonPlay+\ButtonRight} |
61 | \opt{MPIO_HD200_PAD}{\ButtonVolUp} | 57 | \opt{MPIO_HD200_PAD}{\ButtonVolUp} |
62 | \opt{MPIO_HD300_PAD}{\ButtonFF} | 58 | \opt{MPIO_HD300_PAD}{\ButtonFF} |
63 | \opt{touchscreen}{\TouchMidRight} | 59 | \opt{touchscreen}{\TouchMidRight} |
64 | \nopt{PLAYER_PAD,GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD% | 60 | \nopt{GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD% |
65 | ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight} | 61 | ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight} |
66 | \opt{HAVEREMOTEKEYMAP}{& | 62 | \opt{HAVEREMOTEKEYMAP}{& |
67 | \opt{IAUDIO_M3_PAD}{\ButtonRCRight} | 63 | \opt{IAUDIO_M3_PAD}{\ButtonRCRight} |
@@ -69,11 +65,11 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
69 | & Bottom of file (Narrow mode) / | 65 | & Bottom of file (Narrow mode) / |
70 | One screen right (Wide mode)\\ | 66 | One screen right (Wide mode)\\ |
71 | 67 | ||
72 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% | 68 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% |
73 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD% | 69 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD% |
74 | ,GIGABEAT_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 70 | ,GIGABEAT_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
75 | ,SAMSUNG_YH820_PAD}{% | 71 | ,SAMSUNG_YH820_PAD}{% |
76 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp} | 72 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp} |
77 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack} | 73 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack} |
78 | \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonUp} | 74 | \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonUp} |
79 | \opt{GIGABEAT_PAD}{\ButtonA+\ButtonUp} | 75 | \opt{GIGABEAT_PAD}{\ButtonA+\ButtonUp} |
@@ -84,11 +80,11 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
84 | & One line up\\ | 80 | & One line up\\ |
85 | } | 81 | } |
86 | 82 | ||
87 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% | 83 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% |
88 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD% | 84 | ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD% |
89 | ,GIGABEAT_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 85 | ,GIGABEAT_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
90 | ,SAMSUNG_YH820_PAD}{% | 86 | ,SAMSUNG_YH820_PAD}{% |
91 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown} | 87 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown} |
92 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} | 88 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} |
93 | \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonDown} | 89 | \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonDown} |
94 | \opt{GIGABEAT_PAD}{\ButtonA+\ButtonDown} | 90 | \opt{GIGABEAT_PAD}{\ButtonA+\ButtonDown} |
@@ -99,9 +95,9 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
99 | & One line down\\ | 95 | & One line down\\ |
100 | } | 96 | } |
101 | 97 | ||
102 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,% | 98 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,% |
103 | GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ | 99 | GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ |
104 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft} | 100 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft} |
105 | \opt{GIGABEAT_S_PAD}{\ButtonLeft} | 101 | \opt{GIGABEAT_S_PAD}{\ButtonLeft} |
106 | \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft} | 102 | \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft} |
107 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft} | 103 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft} |
@@ -111,9 +107,9 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
111 | & One column left\\ | 107 | & One column left\\ |
112 | } | 108 | } |
113 | 109 | ||
114 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,% | 110 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,% |
115 | GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ | 111 | GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ |
116 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight} | 112 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight} |
117 | \opt{GIGABEAT_S_PAD}{\ButtonRight} | 113 | \opt{GIGABEAT_S_PAD}{\ButtonRight} |
118 | \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight} | 114 | \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight} |
119 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight} | 115 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight} |
@@ -123,11 +119,10 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
123 | & One column right\\ | 119 | & One column right\\ |
124 | } | 120 | } |
125 | 121 | ||
126 | \opt{RECORDER_PAD,PLAYER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% | 122 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% |
127 | ,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD% | 123 | ,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD% |
128 | ,MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay} | 124 | ,MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay} |
129 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} | 125 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} |
130 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
131 | \opt{GIGABEAT_PAD}{\ButtonA} | 126 | \opt{GIGABEAT_PAD}{\ButtonA} |
132 | \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonRec} | 127 | \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonRec} |
133 | \opt{SANSA_CLIP_PAD}{\ButtonHome} | 128 | \opt{SANSA_CLIP_PAD}{\ButtonHome} |
@@ -142,9 +137,6 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
142 | } | 137 | } |
143 | & Toggle autoscroll\\ | 138 | & Toggle autoscroll\\ |
144 | 139 | ||
145 | \opt{PLAYER_PAD}{\ButtonOn} | ||
146 | \opt{RECORDER_PAD}{\ButtonFTwo} | ||
147 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} | ||
148 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonSelect} | 140 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonSelect} |
149 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} | 141 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} |
150 | \opt{IRIVER_H10_PAD}{\ButtonFF} | 142 | \opt{IRIVER_H10_PAD}{\ButtonFF} |
@@ -162,9 +154,7 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
162 | } | 154 | } |
163 | & Set/Reset bookmarks\\ | 155 | & Set/Reset bookmarks\\ |
164 | 156 | ||
165 | \opt{RECORDER_PAD}{\ButtonFOne} | 157 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
166 | \opt{ONDIO_PAD}{Long \ButtonMenu} | ||
167 | \opt{PLAYER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | ||
168 | ,MROBE100_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu} | 158 | ,MROBE100_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu} |
169 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 159 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
170 | \opt{IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD}{\ButtonSelect} | 160 | \opt{IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD}{\ButtonSelect} |
@@ -179,8 +169,7 @@ by using \emph{Open with} from the \emph{Context Menu} | |||
179 | } | 169 | } |
180 | & Enter menu\\ | 170 | & Enter menu\\ |
181 | 171 | ||
182 | \opt{PLAYER_PAD}{\ButtonStop} | 172 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
183 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | ||
184 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} | 173 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} |
185 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 174 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
186 | ,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 175 | ,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
@@ -359,8 +348,6 @@ stores its settings, the current position and bookmarks in | |||
359 | 348 | ||
360 | \subsubsection{Bookmarks} | 349 | \subsubsection{Bookmarks} |
361 | To add a bookmark, press | 350 | To add a bookmark, press |
362 | \opt{PLAYER_PAD}{\ButtonOn}\opt{RECORDER_PAD}{\ButtonFTwo}% | ||
363 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}% | ||
364 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonSelect}% | 351 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonSelect}% |
365 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}% | 352 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}% |
366 | \opt{IRIVER_H10_PAD}{\ButtonFF}\opt{IAUDIO_X5_PAD}{\ButtonRec}% | 353 | \opt{IRIVER_H10_PAD}{\ButtonFF}\opt{IAUDIO_X5_PAD}{\ButtonRec}% |
diff --git a/manual/plugins/vumeter.tex b/manual/plugins/vumeter.tex index 22d5bcc2d5..76a79401b0 100644 --- a/manual/plugins/vumeter.tex +++ b/manual/plugins/vumeter.tex | |||
@@ -10,7 +10,7 @@ settings menu the decay time for the meter (its memory), the meter type | |||
10 | and the meter scale can be changed. | 10 | and the meter scale can be changed. |
11 | 11 | ||
12 | \begin{btnmap} | 12 | \begin{btnmap} |
13 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} | 13 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
14 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} | 14 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} |
15 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 15 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
16 | ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower} | 16 | ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower} |
@@ -24,8 +24,7 @@ and the meter scale can be changed. | |||
24 | \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} | 24 | \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} |
25 | } | 25 | } |
26 | & Save settings and quit\\ | 26 | & Save settings and quit\\ |
27 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 27 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
28 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
29 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD% | 28 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD% |
30 | ,MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 29 | ,MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
31 | ,SAMSUNG_YH820_PAD}{\ButtonPlay} | 30 | ,SAMSUNG_YH820_PAD}{\ButtonPlay} |
@@ -38,8 +37,6 @@ and the meter scale can be changed. | |||
38 | \opt{COWON_D2_PAD}{\TouchCenter} | 37 | \opt{COWON_D2_PAD}{\TouchCenter} |
39 | \opt{HAVEREMOTEKEYMAP}{& } | 38 | \opt{HAVEREMOTEKEYMAP}{& } |
40 | & Help\\ | 39 | & Help\\ |
41 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
42 | \opt{ONDIO_PAD}{Long \ButtonMenu} | ||
43 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% | 40 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% |
44 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect} | 41 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect} |
45 | \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect} | 42 | \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect} |
@@ -50,7 +47,7 @@ and the meter scale can be changed. | |||
50 | \opt{MPIO_HD200_PAD}{\ButtonFunc} | 47 | \opt{MPIO_HD200_PAD}{\ButtonFunc} |
51 | \opt{HAVEREMOTEKEYMAP}{& } | 48 | \opt{HAVEREMOTEKEYMAP}{& } |
52 | & Settings\\ | 49 | & Settings\\ |
53 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 50 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
54 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% | 51 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% |
55 | ,SAMSUNG_YH820_PAD}{\ButtonUp} | 52 | ,SAMSUNG_YH820_PAD}{\ButtonUp} |
56 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} | 53 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} |
@@ -59,7 +56,7 @@ and the meter scale can be changed. | |||
59 | \opt{COWON_D2_PAD}{\TouchTopMiddle} | 56 | \opt{COWON_D2_PAD}{\TouchTopMiddle} |
60 | \opt{HAVEREMOTEKEYMAP}{& } | 57 | \opt{HAVEREMOTEKEYMAP}{& } |
61 | & Raise Volume\\ | 58 | & Raise Volume\\ |
62 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 59 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
63 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% | 60 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD% |
64 | ,SAMSUNG_YH820_PAD}{\ButtonDown} | 61 | ,SAMSUNG_YH820_PAD}{\ButtonDown} |
65 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack} | 62 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack} |
diff --git a/manual/plugins/wormlet.tex b/manual/plugins/wormlet.tex index fd02fa8110..0205605816 100644 --- a/manual/plugins/wormlet.tex +++ b/manual/plugins/wormlet.tex | |||
@@ -1,11 +1,11 @@ | |||
1 | \subsection{Wormlet} | 1 | \subsection{Wormlet} |
2 | \screenshot{plugins/images/ss-wormlet}{Wormlet game}{img:wormlet} | 2 | \screenshot{plugins/images/ss-wormlet}{Wormlet game}{img:wormlet} |
3 | Wormlet is a \opt{RECORDER_PAD}{multi{}-user }multi{}-worm game on a multi{}-threaded | 3 | Wormlet is a \opt{MULTIPLAYER_PAD}{multi{}-user }multi{}-worm game on a multi{}-threaded |
4 | multi{}-functional Rockbox console. You navigate a hungry little worm. | 4 | multi{}-functional Rockbox console. You navigate a hungry little worm. |
5 | Help your worm to find food and to avoid poisoned argh{}-tiles. The | 5 | Help your worm to find food and to avoid poisoned argh{}-tiles. The |
6 | goal is to turn your tiny worm into a big worm for as long as possible. | 6 | goal is to turn your tiny worm into a big worm for as long as possible. |
7 | 7 | ||
8 | \opt{RECORDER_PAD}{ | 8 | \opt{MULTIPLAYER_PAD}{ |
9 | For 2{}-player games a remote control is not necessary but recommended. | 9 | For 2{}-player games a remote control is not necessary but recommended. |
10 | If you try to hold the \dap\ in the four hands of two players | 10 | If you try to hold the \dap\ in the four hands of two players |
11 | you'll find out why. Games with three players are only | 11 | you'll find out why. Games with three players are only |
@@ -20,7 +20,7 @@ possible using a remote control.\\} | |||
20 | {\bfseries | 20 | {\bfseries |
21 | Game controls:} | 21 | Game controls:} |
22 | 22 | ||
23 | \opt{RECORDER_PAD}{ | 23 | \opt{MULTIPLAYER_PAD}{ |
24 | \renewcommand{\arraystretch}{1.8} | 24 | \renewcommand{\arraystretch}{1.8} |
25 | \begin{rbtabular}{\textwidth}{c X p{3cm} p{3cm} p{3cm}}% | 25 | \begin{rbtabular}{\textwidth}{c X p{3cm} p{3cm} p{3cm}}% |
26 | {\textbf{Players} & \textbf{Modes} & \textbf{Player 1} & \textbf{Player 2} | 26 | {\textbf{Players} & \textbf{Modes} & \textbf{Player 1} & \textbf{Player 2} |
@@ -51,7 +51,7 @@ Game controls:} | |||
51 | \renewcommand{\arraystretch}{1.0} | 51 | \renewcommand{\arraystretch}{1.0} |
52 | } | 52 | } |
53 | 53 | ||
54 | \nopt{RECORDER_PAD}{ | 54 | \nopt{MULTIPLAYER_PAD}{ |
55 | \begin{btnmap} | 55 | \begin{btnmap} |
56 | \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonLeft} | 56 | \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonLeft} |
57 | \opt{MPIO_HD200_PAD}{\ButtonVolDown} | 57 | \opt{MPIO_HD200_PAD}{\ButtonVolDown} |
@@ -62,7 +62,7 @@ Game controls:} | |||
62 | &} | 62 | &} |
63 | Turn left | 63 | Turn left |
64 | \\ | 64 | \\ |
65 | 65 | ||
66 | \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonRight} | 66 | \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonRight} |
67 | \opt{MPIO_HD200_PAD}{\ButtonVolUp} | 67 | \opt{MPIO_HD200_PAD}{\ButtonVolUp} |
68 | \opt{MPIO_HD300_PAD}{\ButtonFF} | 68 | \opt{MPIO_HD300_PAD}{\ButtonFF} |
@@ -72,7 +72,7 @@ Game controls:} | |||
72 | &} | 72 | &} |
73 | Turn right | 73 | Turn right |
74 | \\ | 74 | \\ |
75 | 75 | ||
76 | \nopt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,MPIO_HD200_PAD% | 76 | \nopt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,MPIO_HD200_PAD% |
77 | ,MPIO_HD300_PAD,touchscreen}{\ButtonUp} | 77 | ,MPIO_HD300_PAD,touchscreen}{\ButtonUp} |
78 | \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu} | 78 | \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu} |
@@ -85,7 +85,7 @@ Game controls:} | |||
85 | &} | 85 | &} |
86 | Turn Up | 86 | Turn Up |
87 | \\ | 87 | \\ |
88 | 88 | ||
89 | \nopt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,MPIO_HD200_PAD% | 89 | \nopt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,MPIO_HD200_PAD% |
90 | ,MPIO_HD300_PAD,touchscreen}{\ButtonDown} | 90 | ,MPIO_HD300_PAD,touchscreen}{\ButtonDown} |
91 | \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonPlay} | 91 | \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonPlay} |
@@ -119,25 +119,24 @@ An ``argh'' is a black square poisoned piece {}- slightly bigger than | |||
119 | food {}- that makes a worm say ``Argh!'' when | 119 | food {}- that makes a worm say ``Argh!'' when |
120 | run into. A worm that eats an ``argh'' is dead. Thus eating an | 120 | run into. A worm that eats an ``argh'' is dead. Thus eating an |
121 | ``argh'' must be avoided under any circumstances. ``Arghs'' have the | 121 | ``argh'' must be avoided under any circumstances. ``Arghs'' have the |
122 | annoying tendency to accumulate. | 122 | annoying tendency to accumulate. |
123 | \item[Worms.] | 123 | \item[Worms.] |
124 | Thou shall not eat worms. Neither other worms nor thyself. Eating worms | 124 | Thou shall not eat worms. Neither other worms nor thyself. Eating worms |
125 | is blasphemous cannibalism, not healthy and causes instant | 125 | is blasphemous cannibalism, not healthy and causes instant |
126 | death. And it doesn't help anyway: the other worm | 126 | death. And it doesn't help anyway: the other worm |
127 | isn't hurt by the bite. It will go on creeping happily | 127 | isn't hurt by the bite. It will go on creeping happily |
128 | and eat all the food you left on the table. | 128 | and eat all the food you left on the table. |
129 | \item[Walls.] | 129 | \item[Walls.] |
130 | Don't crash into the walls. Walls are not edible. | 130 | Don't crash into the walls. Walls are not edible. |
131 | Crashing a worm against a wall causes it a headache it | 131 | Crashing a worm against a wall causes it a headache it |
132 | doesn't survive. | 132 | doesn't survive. |
133 | \item[Game over.] | 133 | \item[Game over.] |
134 | The game is over when all worms are dead. The longest worm wins the | 134 | The game is over when all worms are dead. The longest worm wins the |
135 | game. | 135 | game. |
136 | \item [Pause the game.] | 136 | \item [Pause the game.] |
137 | Press | 137 | Press |
138 | \opt{RECORDER_PAD,IAUDIO_X5_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD% | 138 | \opt{IAUDIO_X5_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD% |
139 | ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}% | 139 | ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}% |
140 | \opt{ONDIO_PAD}{\ButtonMenu}% | ||
141 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD% | 140 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD% |
142 | ,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect} | 141 | ,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect} |
143 | \opt{COWON_D2_PAD}{\TouchCenter} | 142 | \opt{COWON_D2_PAD}{\TouchCenter} |
@@ -148,7 +147,7 @@ There are two ways to stop a running game. | |||
148 | 147 | ||
149 | \begin{itemize} | 148 | \begin{itemize} |
150 | \item If you want to quit Wormlet entirely simply hit | 149 | \item If you want to quit Wormlet entirely simply hit |
151 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}% | 150 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}% |
152 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}% | 151 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}% |
153 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}% | 152 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}% |
154 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome}% | 153 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome}% |
@@ -157,10 +156,9 @@ There are two ways to stop a running game. | |||
157 | \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}% | 156 | \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}% |
158 | \opt{MPIO_HD300_PAD}{Long \ButtonMenu}% | 157 | \opt{MPIO_HD300_PAD}{Long \ButtonMenu}% |
159 | \opt{GIGABEAT_S_PAD}{\ButtonBack}. | 158 | \opt{GIGABEAT_S_PAD}{\ButtonBack}. |
160 | The game will stop immediately and you will return to the game menu. | 159 | The game will stop immediately and you will return to the game menu. |
161 | \item If you want to stop the game and still see the screen hit | 160 | \item If you want to stop the game and still see the screen hit |
162 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}% | 161 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}% |
163 | \opt{ONDIO_PAD}{\ButtonOff+\ButtonMenu}% | ||
164 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}% | 162 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}% |
165 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonRec}% | 163 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonRec}% |
166 | \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}% | 164 | \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}% |
@@ -171,8 +169,7 @@ The game will stop immediately and you will return to the game menu. | |||
171 | \opt{MPIO_HD300_PAD}{Long \ButtonPlay}% | 169 | \opt{MPIO_HD300_PAD}{Long \ButtonPlay}% |
172 | \opt{GIGABEAT_S_PAD}{\ButtonMenu}. | 170 | \opt{GIGABEAT_S_PAD}{\ButtonMenu}. |
173 | This freezes the game. If you hit | 171 | This freezes the game. If you hit |
174 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}% | 172 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}% |
175 | \opt{ONDIO_PAD}{\ButtonOff+\ButtonMenu}% | ||
176 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}% | 173 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}% |
177 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonRec}% | 174 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonRec}% |
178 | \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}% | 175 | \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}% |
@@ -184,7 +181,7 @@ This freezes the game. If you hit | |||
184 | \opt{GIGABEAT_S_PAD}{\ButtonMenu} | 181 | \opt{GIGABEAT_S_PAD}{\ButtonMenu} |
185 | button again a new game starts with the same configuration. To return to the | 182 | button again a new game starts with the same configuration. To return to the |
186 | games menu you can hit | 183 | games menu you can hit |
187 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}% | 184 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}% |
188 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}% | 185 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}% |
189 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}% | 186 | \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}% |
190 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} | 187 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome} |
@@ -192,7 +189,7 @@ games menu you can hit | |||
192 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}% | 189 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}% |
193 | \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}% | 190 | \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}% |
194 | \opt{MPIO_HD300_PAD}{Long \ButtonMenu}% | 191 | \opt{MPIO_HD300_PAD}{Long \ButtonMenu}% |
195 | \opt{GIGABEAT_S_PAD}{\ButtonBack}. A stopped game can not be resumed. | 192 | \opt{GIGABEAT_S_PAD}{\ButtonBack}. A stopped game can not be resumed. |
196 | \end{itemize} | 193 | \end{itemize} |
197 | \end{description} | 194 | \end{description} |
198 | 195 | ||
@@ -205,20 +202,20 @@ dies its entry on the score board turns black. | |||
205 | \begin{description} | 202 | \begin{description} |
206 | \item[Len:] | 203 | \item[Len:] |
207 | Here the current length of the worm is displayed. When a worm is eating | 204 | Here the current length of the worm is displayed. When a worm is eating |
208 | food it grows by one pixel for each step it moves. | 205 | food it grows by one pixel for each step it moves. |
209 | 206 | ||
210 | \item[Hungry:] | 207 | \item[Hungry:] |
211 | That's the normal state of a worm. Worms are always | 208 | That's the normal state of a worm. Worms are always |
212 | hungry and want to eat. It is good to have a hungry | 209 | hungry and want to eat. It is good to have a hungry |
213 | worm since it means that your worm is alive. But it is | 210 | worm since it means that your worm is alive. But it is |
214 | better to get your worm growing. | 211 | better to get your worm growing. |
215 | 212 | ||
216 | \item[Growing:] | 213 | \item[Growing:] |
217 | When a worm has eaten a piece of food it starts growing. For each step | 214 | When a worm has eaten a piece of food it starts growing. For each step |
218 | it moves over food it can grow by one pixel. One piece of food lasts | 215 | it moves over food it can grow by one pixel. One piece of food lasts |
219 | for 7 steps. After your worm has moved 7 steps the food is used up. If | 216 | for 7 steps. After your worm has moved 7 steps the food is used up. If |
220 | another piece of food is eaten while growing it will increase the size | 217 | another piece of food is eaten while growing it will increase the size |
221 | of the worm for another 7 steps. | 218 | of the worm for another 7 steps. |
222 | 219 | ||
223 | \item[Crashed:] | 220 | \item[Crashed:] |
224 | This indicates that a worm has crashed against a wall. | 221 | This indicates that a worm has crashed against a wall. |
@@ -241,7 +238,7 @@ is a good way to get them out of the game. | |||
241 | \item Initially you will be busy with controlling your worm. Try to | 238 | \item Initially you will be busy with controlling your worm. Try to |
242 | avoid other worms and crawl far away from them. Wait until they curl up | 239 | avoid other worms and crawl far away from them. Wait until they curl up |
243 | themselves and collect the food afterwards. Don't worry if the other | 240 | themselves and collect the food afterwards. Don't worry if the other |
244 | worms grow longer than yours {}- you can catch up after they've died. | 241 | worms grow longer than yours {}- you can catch up after they've died. |
245 | 242 | ||
246 | \item When you are more experienced watch the tactics of other worms. | 243 | \item When you are more experienced watch the tactics of other worms. |
247 | Those worms controlled by artificial stupidity head straight for the | 244 | Those worms controlled by artificial stupidity head straight for the |
@@ -251,9 +248,9 @@ between the opponent and that food. From now on you can `control' the | |||
251 | other worm by blocking it. You could trap it by making a 1 pixel wide | 248 | other worm by blocking it. You could trap it by making a 1 pixel wide |
252 | U{}-turn. You also could move from food to food and make sure you keep | 249 | U{}-turn. You also could move from food to food and make sure you keep |
253 | between your opponent and the food. So you can always reach it before | 250 | between your opponent and the food. So you can always reach it before |
254 | your opponent. | 251 | your opponent. |
255 | 252 | ||
256 | \opt{RECORDER_PAD}{ | 253 | \opt{MULTIPLAYER_PAD}{ |
257 | \item While playing the game the \dap\ can still play music. For | 254 | \item While playing the game the \dap\ can still play music. For |
258 | single player game use any music you like. For berserk games with 2 players use | 255 | single player game use any music you like. For berserk games with 2 players use |
259 | hard rock and for 3 player games use heavy metal or X{}-Phobie | 256 | hard rock and for 3 player games use heavy metal or X{}-Phobie |
diff --git a/manual/plugins/xobox.tex b/manual/plugins/xobox.tex index 1be543ccdf..03c36bac81 100644 --- a/manual/plugins/xobox.tex +++ b/manual/plugins/xobox.tex | |||
@@ -10,12 +10,12 @@ To finish a level you have to section off more than 75\%. | |||
10 | \begin{btnmap} | 10 | \begin{btnmap} |
11 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay,} | 11 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay,} |
12 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 12 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
13 | ,RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% | 13 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% |
14 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% | 14 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% |
15 | {\ButtonUp, \ButtonDown,}% | 15 | {\ButtonUp, \ButtonDown,}% |
16 | \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp, \ButtonScrollDown,} | 16 | \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp, \ButtonScrollDown,} |
17 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 17 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
18 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD% | 18 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
19 | ,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD% | 19 | ,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD% |
20 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 20 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
21 | {\ButtonLeft, \ButtonRight} | 21 | {\ButtonLeft, \ButtonRight} |
@@ -24,9 +24,8 @@ To finish a level you have to section off more than 75\%. | |||
24 | \opt{HAVEREMOTEKEYMAP}{& } | 24 | \opt{HAVEREMOTEKEYMAP}{& } |
25 | & Move around the arena\\ | 25 | & Move around the arena\\ |
26 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 26 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
27 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
28 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_FUZE_PAD}{\ButtonSelect} | 27 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_FUZE_PAD}{\ButtonSelect} |
29 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,RECORDER_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD% | 28 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD% |
30 | ,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} | 29 | ,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} |
31 | \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} | 30 | \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} |
32 | \opt{SANSA_CLIP_PAD}{\ButtonHome} | 31 | \opt{SANSA_CLIP_PAD}{\ButtonHome} |
@@ -35,7 +34,7 @@ To finish a level you have to section off more than 75\%. | |||
35 | \opt{COWON_D2_PAD}{\TouchCenter} | 34 | \opt{COWON_D2_PAD}{\TouchCenter} |
36 | \opt{HAVEREMOTEKEYMAP}{& } | 35 | \opt{HAVEREMOTEKEYMAP}{& } |
37 | & Pause\\ | 36 | & Pause\\ |
38 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff} | 37 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |
39 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonMenu} | 38 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonMenu} |
40 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% | 39 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% |
41 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} | 40 | ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} |
diff --git a/manual/plugins/xworld.tex b/manual/plugins/xworld.tex index 57d42bde0f..07c7d8d670 100644 --- a/manual/plugins/xworld.tex +++ b/manual/plugins/xworld.tex | |||
@@ -10,7 +10,7 @@ Additionally, ``extra'' data files that modify the in-game strings and font can | |||
10 | 10 | ||
11 | \begin{btnmap} | 11 | \begin{btnmap} |
12 | % | 12 | % |
13 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 13 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
14 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 14 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
15 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% | 15 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% |
16 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 16 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -22,7 +22,7 @@ Additionally, ``extra'' data files that modify the in-game strings and font can | |||
22 | \opt{HAVEREMOTEKEYMAP}{& } | 22 | \opt{HAVEREMOTEKEYMAP}{& } |
23 | & Up and Jump \\ | 23 | & Up and Jump \\ |
24 | % | 24 | % |
25 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 25 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
26 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 26 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
27 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% | 27 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% |
28 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} | 28 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} |
@@ -34,7 +34,7 @@ Additionally, ``extra'' data files that modify the in-game strings and font can | |||
34 | \opt{HAVEREMOTEKEYMAP}{& } | 34 | \opt{HAVEREMOTEKEYMAP}{& } |
35 | & Down and Crouch\\ | 35 | & Down and Crouch\\ |
36 | % | 36 | % |
37 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 37 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
38 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% | 38 | ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% |
39 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% | 39 | ,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD% |
40 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD% | 40 | ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD% |
diff --git a/manual/plugins/zxbox.tex b/manual/plugins/zxbox.tex index 55f75eb963..8044b0d77e 100644 --- a/manual/plugins/zxbox.tex +++ b/manual/plugins/zxbox.tex | |||
@@ -14,12 +14,12 @@ including an additional but fixed menu button, are assigned as follows: | |||
14 | 14 | ||
15 | \begin{btnmap} | 15 | \begin{btnmap} |
16 | \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay/} | 16 | \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay/} |
17 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 17 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
18 | ,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD% | 18 | ,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD% |
19 | ,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% | 19 | ,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% |
20 | {\ButtonUp/\ButtonDown/} | 20 | {\ButtonUp/\ButtonDown/} |
21 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown/} | 21 | \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown/} |
22 | \opt{IPOD_3G_PAD,IPOD_4G_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD% | 22 | \opt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H100_PAD% |
23 | ,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD% | 23 | ,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD% |
24 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD% | 24 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD% |
25 | ,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% | 25 | ,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD% |
@@ -33,10 +33,8 @@ including an additional but fixed menu button, are assigned as follows: | |||
33 | \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD% | 33 | \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD% |
34 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD | 34 | ,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD |
35 | ,SANSA_FUZEPLUS_PAD}{\ButtonSelect} | 35 | ,SANSA_FUZEPLUS_PAD}{\ButtonSelect} |
36 | \opt{RECORDER_PAD}{\ButtonPlay} | ||
37 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay{} or \ButtonFF} | 36 | \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay{} or \ButtonFF} |
38 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} | 37 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} |
39 | \opt{ONDIO_PAD}{\ButtonMenu} | ||
40 | \opt{IRIVER_H10_PAD}{\ButtonRew} | 38 | \opt{IRIVER_H10_PAD}{\ButtonRew} |
41 | \opt{COWON_D2_PAD}{\TouchCenter} | 39 | \opt{COWON_D2_PAD}{\TouchCenter} |
42 | \opt{PBELL_VIBE500_PAD}{\ButtonOK} | 40 | \opt{PBELL_VIBE500_PAD}{\ButtonOK} |
@@ -45,8 +43,6 @@ including an additional but fixed menu button, are assigned as follows: | |||
45 | \opt{HAVEREMOTEKEYMAP}{& } | 43 | \opt{HAVEREMOTEKEYMAP}{& } |
46 | & Jump/Fire\\ | 44 | & Jump/Fire\\ |
47 | % | 45 | % |
48 | \opt{RECORDER_PAD}{\ButtonFOne} | ||
49 | \opt{ONDIO_PAD}{\ButtonOff} | ||
50 | \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonHold{} switch} | 46 | \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonHold{} switch} |
51 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} | 47 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |
52 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD}{\ButtonMenu} | 48 | \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD}{\ButtonMenu} |
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex index 9bb8fe9b77..0f382fabf8 100644 --- a/manual/rockbox_interface/browsing_and_playing.tex +++ b/manual/rockbox_interface/browsing_and_playing.tex | |||
@@ -24,17 +24,6 @@ that are not available within the \setting{Database Browser}. Read more about | |||
24 | \setting{Database} in \reference{ref:database}. The remainder of this section | 24 | \setting{Database} in \reference{ref:database}. The remainder of this section |
25 | deals with the \setting{File Browser}.} | 25 | deals with the \setting{File Browser}.} |
26 | 26 | ||
27 | \opt{ondio}{ | ||
28 | Unlike the Archos Firmware, Rockbox provides multivolume support for the | ||
29 | MultiMediaCard, this means the \dap{} can access both data volumes (internal | ||
30 | memory and the MMC), thus being able to for instance, build playlists with | ||
31 | files from both volumes. | ||
32 | In the \setting{File Browser} a new directory will appear as soon as the device | ||
33 | has read the content after inserting the card. This new directory's name is | ||
34 | generated as \fname{<MMC1>}, and will behave exactly as any other directory | ||
35 | on the \dap{}. | ||
36 | } | ||
37 | |||
38 | \opt{iriverh10,iriverh10_5gb}{\note{ | 27 | \opt{iriverh10,iriverh10_5gb}{\note{ |
39 | If your \dap{} is a MTP model, the Music directory where all your music is stored | 28 | If your \dap{} is a MTP model, the Music directory where all your music is stored |
40 | may be hidden in the \setting{File Browser}. This may be fixed by either | 29 | may be hidden in the \setting{File Browser}. This may be fixed by either |
@@ -49,7 +38,7 @@ the \setting{Show Files} setting to all. | |||
49 | & Go to previous/next item in list. If you are on the first/last | 38 | & 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.\\ | 39 | entry, the cursor will wrap to the last/first entry.\\ |
51 | % | 40 | % |
52 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD} | 41 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD} |
53 | { | 42 | { |
54 | \ButtonOn+\ButtonUp{}/ \ButtonDown | 43 | \ButtonOn+\ButtonUp{}/ \ButtonDown |
55 | \opt{HAVEREMOTEKEYMAP}{& | 44 | \opt{HAVEREMOTEKEYMAP}{& |
@@ -98,10 +87,6 @@ the \setting{Show Files} setting to all. | |||
98 | & Switch to the \setting{Quick Screen} | 87 | & Switch to the \setting{Quick Screen} |
99 | (see \reference{ref:QuickScreen}). \\ | 88 | (see \reference{ref:QuickScreen}). \\ |
100 | } | 89 | } |
101 | \opt{RECORDER_PAD}{ | ||
102 | \ButtonFThree & Switch to the \setting{Quick Screen}.\\ | ||
103 | % | ||
104 | } | ||
105 | % | 90 | % |
106 | \opt{SANSA_E200_PAD}{ | 91 | \opt{SANSA_E200_PAD}{ |
107 | \ActionStdRec & Switch to the \setting{Recording Screen}.\\ | 92 | \ActionStdRec & Switch to the \setting{Recording Screen}.\\ |
@@ -118,11 +103,6 @@ the \setting{Show Files} setting to all. | |||
118 | }} | 103 | }} |
119 | \end{btnmap} | 104 | \end{btnmap} |
120 | 105 | ||
121 | \opt{RECORDER_PAD}{ | ||
122 | The functions of the F keys are also summarised on the button bar at the | ||
123 | bottom of the screen. | ||
124 | } | ||
125 | |||
126 | \subsection{\label{ref:Contextmenu}\label{ref:PartIISectionFM}Context Menu} | 106 | \subsection{\label{ref:Contextmenu}\label{ref:PartIISectionFM}Context Menu} |
127 | \screenshot{rockbox_interface/images/ss-context-menu}{The Context Menu}{} | 107 | \screenshot{rockbox_interface/images/ss-context-menu}{The Context Menu}{} |
128 | 108 | ||
@@ -206,9 +186,9 @@ each option pertains both to files and directories): | |||
206 | \screenshot{rockbox_interface/images/ss-virtual-keyboard}{The virtual keyboard}{} | 186 | \screenshot{rockbox_interface/images/ss-virtual-keyboard}{The virtual keyboard}{} |
207 | This is the virtual keyboard that is used when entering text in Rockbox, for | 187 | This is the virtual keyboard that is used when entering text in Rockbox, for |
208 | example when renaming a file or creating a new directory. | 188 | example when renaming a file or creating a new directory. |
209 | \nopt{player}{The virtual keyboard can be easily changed by making a text file | 189 | The virtual keyboard can be easily changed by making a text file |
210 | with the required layout. More information on how to achieve this can be found | 190 | with the required layout. More information on how to achieve this can be found |
211 | on the Rockbox website at \wikilink{LoadableKeyboardLayouts}.} | 191 | on the Rockbox website at \wikilink{LoadableKeyboardLayouts}. |
212 | 192 | ||
213 | \opt{morse_input}{ | 193 | \opt{morse_input}{ |
214 | Also you can switch to Morse code input mode by changing the | 194 | Also you can switch to Morse code input mode by changing the |
@@ -219,12 +199,12 @@ example when renaming a file or creating a new directory. | |||
219 | { or by pressing \ActionKbdMorseInput{} in the virtual keyboard}% | 199 | { or by pressing \ActionKbdMorseInput{} in the virtual keyboard}% |
220 | .} | 200 | .} |
221 | 201 | ||
222 | \nopt{player}{% no "Actions" yet in the Player's virtual keyboard | 202 | % no "Actions" yet in the Player's virtual keyboard |
223 | 203 | ||
224 | \note{When the cursor is on the input line, \ActionKbdSelect{} deletes the preceding character} | 204 | \note{When the cursor is on the input line, \ActionKbdSelect{} deletes the preceding character} |
225 | 205 | ||
226 | \begin{btnmap} | 206 | \begin{btnmap} |
227 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% | 207 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% |
228 | ,MROBE100_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_FUZEPLUS_PAD% | 208 | ,MROBE100_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_FUZEPLUS_PAD% |
229 | ,SAMSUNG_YH820_PAD}{ | 209 | ,SAMSUNG_YH820_PAD}{ |
230 | \ActionKbdCursorLeft{} / \ActionKbdCursorRight | 210 | \ActionKbdCursorLeft{} / \ActionKbdCursorRight |
@@ -258,7 +238,7 @@ example when renaming a file or creating a new directory. | |||
258 | If you move out of the picker area you get to the line edit mode. | 238 | If you move out of the picker area you get to the line edit mode. |
259 | \\ | 239 | \\ |
260 | % | 240 | % |
261 | \nopt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,ONDIO_PAD,PBELL_VIBE500_PAD% | 241 | \nopt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD% |
262 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ | 242 | ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ |
263 | \ActionKbdPageFlip | 243 | \ActionKbdPageFlip |
264 | & | 244 | & |
@@ -302,23 +282,6 @@ example when renaming a file or creating a new directory. | |||
302 | & Tap to select a character in Morse code input mode. \\ | 282 | & Tap to select a character in Morse code input mode. \\ |
303 | } | 283 | } |
304 | \end{btnmap} | 284 | \end{btnmap} |
305 | }% end of non-Player section | ||
306 | |||
307 | \opt{player}{ | ||
308 | The current text line to be entered or edited is always listed on the first | ||
309 | line of the display. The second line of the display can contain the character | ||
310 | selection bar, as in the screenshot above. | ||
311 | \begin{btnmap} | ||
312 | \ButtonOn & Toggle picker- and line edit mode. \\ | ||
313 | \ButtonLeft{} / \ButtonRight | ||
314 | & Move back and forth in the selected line (picker of input line). \\ | ||
315 | \ButtonPlay | ||
316 | & Pick character in character bar, or act as backspace in the text line. \\ | ||
317 | Long \ButtonPlay & Accept \\ | ||
318 | \ButtonStop & Cancel \\ | ||
319 | \ButtonMenu & Flip picker lines. \\ | ||
320 | \end{btnmap} | ||
321 | } | ||
322 | 285 | ||
323 | \input{rockbox_interface/tagcache.tex} | 286 | \input{rockbox_interface/tagcache.tex} |
324 | \input{rockbox_interface/wps.tex} | 287 | \input{rockbox_interface/wps.tex} |
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index f11246f162..f1935b36f3 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex | |||
@@ -43,9 +43,9 @@ The areas of the touchscreen in the 3$\times$3 grid mode are in turn referred as | |||
43 | \begin{tabular}{|c|c|c|} | 43 | \begin{tabular}{|c|c|c|} |
44 | \hline | 44 | \hline |
45 | \TouchTopLeft & \TouchTopMiddle & \TouchTopRight \\ [5ex] | 45 | \TouchTopLeft & \TouchTopMiddle & \TouchTopRight \\ [5ex] |
46 | \hline | 46 | \hline |
47 | \TouchMidLeft & \TouchCenter & \TouchMidRight \\ [5ex] | 47 | \TouchMidLeft & \TouchCenter & \TouchMidRight \\ [5ex] |
48 | \hline | 48 | \hline |
49 | \TouchBottomLeft & \TouchBottomMiddle & \TouchBottomRight \\ [5ex] | 49 | \TouchBottomLeft & \TouchBottomMiddle & \TouchBottomRight \\ [5ex] |
50 | \hline | 50 | \hline |
51 | \end{tabular} | 51 | \end{tabular} |
@@ -55,22 +55,22 @@ Whenever a button name is prefixed by ``Long'', a long press of approximately | |||
55 | one second should be performed on that button. The buttons are described in | 55 | one second should be performed on that button. The buttons are described in |
56 | detail in the following paragraph. | 56 | detail in the following paragraph. |
57 | \blind{% | 57 | \blind{% |
58 | Additional information for blind users is available on the Rockbox website at | 58 | Additional information for blind users is available on the Rockbox website at |
59 | \wikilink{BlindFAQ}. | 59 | \wikilink{BlindFAQ}. |
60 | 60 | ||
61 | % | 61 | % |
62 | \opt{iriverh100}{ | 62 | \opt{iriverh100}{ |
63 | Hold or lay the \dap{} so that the side with the joystick and LCD is facing | 63 | Hold or lay the \dap{} so that the side with the joystick and LCD is facing |
64 | towards you, and the curved side is at the top. The joystick functions as | 64 | towards you, and the curved side is at the top. The joystick functions as |
65 | the \ButtonUp{}, \ButtonRight{}, \ButtonLeft{}, and \ButtonDown{} buttons when | 65 | the \ButtonUp{}, \ButtonRight{}, \ButtonLeft{}, and \ButtonDown{} buttons when |
66 | pressed in the appropriate direction. Pressing the joystick down functions as | 66 | pressed in the appropriate direction. Pressing the joystick down functions as |
67 | \ButtonSelect{}. | 67 | \ButtonSelect{}. |
68 | On the right side of the \dap{} are the \ButtonOn{}, \ButtonOff{}, | 68 | On the right side of the \dap{} are the \ButtonOn{}, \ButtonOff{}, |
69 | \ButtonMode{} buttons, and the \ButtonHold{} switch. When this switch is | 69 | \ButtonMode{} buttons, and the \ButtonHold{} switch. When this switch is |
70 | switched towards the bottom of the \dap{}, hold is on, and none of the other | 70 | switched towards the bottom of the \dap{}, hold is on, and none of the other |
71 | buttons have any effect. | 71 | buttons have any effect. |
72 | 72 | ||
73 | On the left side is the \ButtonRec{} button. Above that is the internal microphone. | 73 | On the left side is the \ButtonRec{} button. Above that is the internal microphone. |
74 | 74 | ||
75 | On the top panel of the \dap{}, from left to right, you can find the | 75 | On the top panel of the \dap{}, from left to right, you can find the |
76 | following: headphone mini jack plug, remote port, Optical line-in, Optical line-out. | 76 | following: headphone mini jack plug, remote port, Optical line-in, Optical line-out. |
@@ -79,16 +79,16 @@ detail in the following paragraph. | |||
79 | following: power jack, reset switch, and USB port. In the event that your | 79 | following: power jack, reset switch, and USB port. In the event that your |
80 | \dap{} hard locks, you can reset it by inserting a paper clip into the hole | 80 | \dap{} hard locks, you can reset it by inserting a paper clip into the hole |
81 | where the reset switch is.} | 81 | where the reset switch is.} |
82 | % | 82 | % |
83 | \opt{iriverh300}{ | 83 | \opt{iriverh300}{ |
84 | Hold or lay the \dap{} so that the side with the button pad and | 84 | Hold or lay the \dap{} so that the side with the button pad and |
85 | LCD is facing towards you. The buttons on the button pad are as follows: top | 85 | LCD is facing towards you. The buttons on the button pad are as follows: top |
86 | left corner: \ButtonOn{}, bottom left corner: \ButtonOff{}, top right corner: | 86 | left corner: \ButtonOn{}, bottom left corner: \ButtonOff{}, top right corner: |
87 | \ButtonRec, bottom right corner: \ButtonMode{}. In the center of the button pad | 87 | \ButtonRec, bottom right corner: \ButtonMode{}. In the center of the button pad |
88 | is a button labelled \ButtonSelect{}. Surrounding the \ButtonSelect{} button are | 88 | is a button labelled \ButtonSelect{}. Surrounding the \ButtonSelect{} button are |
89 | the \ButtonUp{}, \ButtonDown{}, \ButtonLeft{}, and \ButtonRight{} buttons. | 89 | the \ButtonUp{}, \ButtonDown{}, \ButtonLeft{}, and \ButtonRight{} buttons. |
90 | 90 | ||
91 | On the top panel of the \dap{}, from left to right, you can find the | 91 | On the top panel of the \dap{}, from left to right, you can find the |
92 | following: headphone mini jack plug, remote port, line-in, line-out. | 92 | following: headphone mini jack plug, remote port, line-in, line-out. |
93 | 93 | ||
94 | On the left hand side of the \dap{} is the internal microphone. Just underneath | 94 | On the left hand side of the \dap{} is the internal microphone. Just underneath |
@@ -96,51 +96,51 @@ detail in the following paragraph. | |||
96 | you can reset it by inserting a paper clip into the hole where the reset switch | 96 | you can reset it by inserting a paper clip into the hole where the reset switch |
97 | is. | 97 | is. |
98 | 98 | ||
99 | On the right hand side of the \dap{} is the \ButtonHold{} switch. When this is | 99 | On the right hand side of the \dap{} is the \ButtonHold{} switch. When this is |
100 | switched towards the bottom of the \dap{}, hold is on, and none of the other | 100 | switched towards the bottom of the \dap{}, hold is on, and none of the other |
101 | buttons have any effect. | 101 | buttons have any effect. |
102 | 102 | ||
103 | On the bottom panel of the \dap{}, from left to right, you can find the | 103 | On the bottom panel of the \dap{}, from left to right, you can find the |
104 | following: power jack and two USB ports. The USB port on the right is used | 104 | following: power jack and two USB ports. The USB port on the right is used |
105 | to connect your \dap{} to your computer. The USB port on the left is not | 105 | to connect your \dap{} to your computer. The USB port on the left is not |
106 | used in Rockbox. | 106 | used in Rockbox. |
107 | } | 107 | } |
108 | % | 108 | % |
109 | \opt{mpiohd200}{ | 109 | \opt{mpiohd200}{ |
110 | Hold or lay the \dap{} so that the side with the LCD is facing towards you. | 110 | Hold or lay the \dap{} so that the side with the LCD is facing towards you. |
111 | On the right hand side there is a rocker switch at the top which serves as | 111 | On the right hand side there is a rocker switch at the top which serves as |
112 | \ButtonRew{} and \ButtonFF{} when rocked up or down, respectively. | 112 | \ButtonRew{} and \ButtonFF{} when rocked up or down, respectively. |
113 | Pressing the rocker in functions as the \ButtonFunc{} button. Below the rocker | 113 | Pressing the rocker in functions as the \ButtonFunc{} button. Below the rocker |
114 | there are the \ButtonRec{} and \ButtonPlay{} buttons. At the bottom of the | 114 | there are the \ButtonRec{} and \ButtonPlay{} buttons. At the bottom of the |
115 | right panel there is the \ButtonHold{} switch. When this is switched towards the | 115 | right panel there is the \ButtonHold{} switch. When this is switched towards the |
116 | bottom of the \dap{}. hold is on, and none of the other buttons have any effect. | 116 | bottom of the \dap{}. hold is on, and none of the other buttons have any effect. |
117 | 117 | ||
118 | On the top panel of the \dap{} there is another rocker which serves as the | 118 | On the top panel of the \dap{} there is another rocker which serves as the |
119 | \ButtonVolDown{} and \ButtonVolUp{} buttons when pressed to the left or right, | 119 | \ButtonVolDown{} and \ButtonVolUp{} buttons when pressed to the left or right, |
120 | respectively. | 120 | respectively. |
121 | 121 | ||
122 | On the left hand side of the \dap{} there is a headphone mini jack plug at the top | 122 | On the left hand side of the \dap{} there is a headphone mini jack plug at the top |
123 | and a small hole at the bottom, the reset switch. In the event that your \dap{} | 123 | and a small hole at the bottom, the reset switch. In the event that your \dap{} |
124 | hard locks, you can reset it by inserting a paper clip into the hole where the | 124 | hard locks, you can reset it by inserting a paper clip into the hole where the |
125 | reset switch is. | 125 | reset switch is. |
126 | 126 | ||
127 | On the bottom panel of the \dap{}, from left to right, you can find the | 127 | On the bottom panel of the \dap{}, from left to right, you can find the |
128 | following: power jack, line-in jack and USB port (under rubber cover). | 128 | following: power jack, line-in jack and USB port (under rubber cover). |
129 | } | 129 | } |
130 | % | 130 | % |
131 | \opt{ipod4g,ipodcolor,ipodvideo,ipodmini}{ | 131 | \opt{ipod4g,ipodcolor,ipodvideo,ipodmini}{ |
132 | The main controls on the \dap{} are a slightly indented scroll wheel | 132 | The main controls on the \dap{} are a slightly indented scroll wheel |
133 | with a flat round button in the center. Hold the \dap{} with these controls | 133 | with a flat round button in the center. Hold the \dap{} with these controls |
134 | facing you. | 134 | facing you. |
135 | 135 | ||
136 | The top of the player will have the following, from left to | 136 | The top of the player will have the following, from left to |
137 | right: | 137 | right: |
138 | \opt{ipod4g,ipodcolor}{remote connector, headphone socket, \ButtonHold{} | 138 | \opt{ipod4g,ipodcolor}{remote connector, headphone socket, \ButtonHold{} |
139 | switch.} | 139 | switch.} |
140 | \opt{ipodvideo}{\ButtonHold{} switch, headphone socket.} | 140 | \opt{ipodvideo}{\ButtonHold{} switch, headphone socket.} |
141 | \opt{ipodmini}{\ButtonHold{} switch, remote connector, headphone socket.} | 141 | \opt{ipodmini}{\ButtonHold{} switch, remote connector, headphone socket.} |
142 | 142 | ||
143 | The dock connector that is used to connect your \dap{} to your computer is on | 143 | The dock connector that is used to connect your \dap{} to your computer is on |
144 | the bottom panel of the \dap{}. | 144 | the bottom panel of the \dap{}. |
145 | 145 | ||
146 | The button in the middle of the wheel is called \ButtonSelect{}. You can | 146 | The button in the middle of the wheel is called \ButtonSelect{}. You can |
@@ -151,22 +151,22 @@ detail in the following paragraph. | |||
151 | clockwise around the wheel. \ButtonScrollBack{} means to slide your finger | 151 | clockwise around the wheel. \ButtonScrollBack{} means to slide your finger |
152 | counterclockwise. Note that the wheel is sensitive, so you will need to move | 152 | counterclockwise. Note that the wheel is sensitive, so you will need to move |
153 | slowly at first and get a feel for how it works. | 153 | slowly at first and get a feel for how it works. |
154 | 154 | ||
155 | Note that when the \ButtonHold{} switch is pushed toward the center of the \dap{}, | 155 | Note that when the \ButtonHold{} switch is pushed toward the center of the \dap{}, |
156 | hold is on, and none of the other controls do anything. Be sure | 156 | hold is on, and none of the other controls do anything. Be sure |
157 | \ButtonHold{} is off before trying to use your player. | 157 | \ButtonHold{} is off before trying to use your player. |
158 | } | 158 | } |
159 | % | 159 | % |
160 | \opt{ipod3g}{ | 160 | \opt{ipod3g}{ |
161 | The main controls on the \dap{} are a slightly indented touch wheel | 161 | The main controls on the \dap{} are a slightly indented touch wheel |
162 | with a flat round button in the center, and four buttons in a row above the | 162 | with a flat round button in the center, and four buttons in a row above the |
163 | touch wheel. Hold the \dap{} with these controls | 163 | touch wheel. Hold the \dap{} with these controls |
164 | facing you. | 164 | facing you. |
165 | 165 | ||
166 | The top of the player will have the following, from left to | 166 | The top of the player will have the following, from left to |
167 | right: remote connector, headphone socket, \ButtonHold{} switch. | 167 | right: remote connector, headphone socket, \ButtonHold{} switch. |
168 | 168 | ||
169 | The dock connector that is used to connect your \dap{} to your computer is on | 169 | The dock connector that is used to connect your \dap{} to your computer is on |
170 | the bottom panel of the \dap{}. | 170 | the bottom panel of the \dap{}. |
171 | 171 | ||
172 | The button in the middle of the wheel is called \ButtonSelect{}. You can | 172 | The button in the middle of the wheel is called \ButtonSelect{}. You can |
@@ -177,25 +177,25 @@ detail in the following paragraph. | |||
177 | clockwise around the wheel. \ButtonScrollBack{} means to slide your finger | 177 | clockwise around the wheel. \ButtonScrollBack{} means to slide your finger |
178 | counterclockwise. Note that the wheel is sensitive, so you will need to move | 178 | counterclockwise. Note that the wheel is sensitive, so you will need to move |
179 | slowly at first and get a feel for how it works. | 179 | slowly at first and get a feel for how it works. |
180 | 180 | ||
181 | Note that when the \ButtonHold{} switch is pushed toward the center of the \dap{}, | 181 | Note that when the \ButtonHold{} switch is pushed toward the center of the \dap{}, |
182 | hold is on, and none of the other controls do anything. Be sure | 182 | hold is on, and none of the other controls do anything. Be sure |
183 | \ButtonHold{} is off before trying to use your player. | 183 | \ButtonHold{} is off before trying to use your player. |
184 | } | 184 | } |
185 | % | 185 | % |
186 | \opt{ipod1g2g}{ | 186 | \opt{ipod1g2g}{ |
187 | The main controls on the \dap{} are a slightly indented wheel | 187 | The main controls on the \dap{} are a slightly indented wheel |
188 | with a flat round button in the center, and four buttons surrounding | 188 | with a flat round button in the center, and four buttons surrounding |
189 | it. On the 1st generation iPod, this wheel physically turns. On the | 189 | it. On the 1st generation iPod, this wheel physically turns. On the |
190 | 2nd generation iPod, this wheel is touch-sensitive. Hold the \dap{} with these controls | 190 | 2nd generation iPod, this wheel is touch-sensitive. Hold the \dap{} with these controls |
191 | facing you. | 191 | facing you. |
192 | 192 | ||
193 | The top of the player will have the following, from left to | 193 | The top of the player will have the following, from left to |
194 | right: FireWire port, headphone socket, \ButtonHold{} switch. | 194 | right: FireWire port, headphone socket, \ButtonHold{} switch. |
195 | 195 | ||
196 | The FireWire port is used to connect your \dap{} to the computer and | 196 | The FireWire port is used to connect your \dap{} to the computer and |
197 | to charge its battery via a wall charger. | 197 | to charge its battery via a wall charger. |
198 | 198 | ||
199 | The button in the middle of the wheel is called \ButtonSelect{}. You can | 199 | The button in the middle of the wheel is called \ButtonSelect{}. You can |
200 | operate the wheel by turning it, or sliding your finger around | 200 | operate the wheel by turning it, or sliding your finger around |
201 | it. The top is \ButtonMenu{}, the bottom is \ButtonPlay{}, the left | 201 | it. The top is \ButtonMenu{}, the bottom is \ButtonPlay{}, the left |
@@ -204,10 +204,10 @@ detail in the following paragraph. | |||
204 | clockwise around the wheel. \ButtonScrollBack{} means to slide your finger | 204 | clockwise around the wheel. \ButtonScrollBack{} means to slide your finger |
205 | counterclockwise. Note that the wheel is sensitive, so you will need to move | 205 | counterclockwise. Note that the wheel is sensitive, so you will need to move |
206 | slowly at first and get a feel for how it works. | 206 | slowly at first and get a feel for how it works. |
207 | 207 | ||
208 | Note that when the \ButtonHold{} switch is pushed toward the center of the \dap{}, | 208 | Note that when the \ButtonHold{} switch is pushed toward the center of the \dap{}, |
209 | hold is on, and none of the other controls do anything. Be sure | 209 | hold is on, and none of the other controls do anything. Be sure |
210 | \ButtonHold{} is off before trying to use your player. | 210 | \ButtonHold{} is off before trying to use your player. |
211 | } | 211 | } |
212 | % | 212 | % |
213 | \opt{ipodnano,ipodnano2g}{ | 213 | \opt{ipodnano,ipodnano2g}{ |
@@ -231,39 +231,22 @@ detail in the following paragraph. | |||
231 | off before trying to use your player. | 231 | off before trying to use your player. |
232 | } | 232 | } |
233 | % | 233 | % |
234 | \opt{ondio}{ | ||
235 | The main characteristic of the Ondio case is the indent on its lower right side, | ||
236 | which is the MMC slot. Holding the \dap{} with this slot in the described position | ||
237 | you'll find the following: | ||
238 | |||
239 | On the curved top, from left to right, are the headphone socket, | ||
240 | the \ButtonOff{} button,% | ||
241 | \opt{recording}{ and the line-in jack}. | ||
242 | Apart from the already mentioned MMC slot, you will find the USB connector on | ||
243 | the \daps{} right side. Below the LCD, at approximately the center of the \dap{}, | ||
244 | there is the main button pad of the \dap{}. The centre of the button pad dips inward | ||
245 | and helps to operate the directional keys from there. Located on a two-way button | ||
246 | strip are the \ButtonLeft{} and \ButtonRight{} keys, with \ButtonUp{} above it | ||
247 | and \ButtonDown{} below it. The raised button positioned in the lower left of this | ||
248 | round crosspad is labelled \ButtonMenu{}. | ||
249 | } | ||
250 | % | ||
251 | \opt{iriverh10,iriverh10_5gb}{ | 234 | \opt{iriverh10,iriverh10_5gb}{ |
252 | Hold or lay the \dap{} so that the side with the scroll pad and | 235 | Hold or lay the \dap{} so that the side with the scroll pad and |
253 | LCD is facing towards you. In the centre below the lcd is the scroll pad. It | 236 | LCD is facing towards you. In the centre below the lcd is the scroll pad. It |
254 | is oriented vertically. Touching the top and bottom half of it acts as the | 237 | is oriented vertically. Touching the top and bottom half of it acts as the |
255 | \ButtonScrollUp{} and \ButtonScrollDown{} buttons respectively. On the left | 238 | \ButtonScrollUp{} and \ButtonScrollDown{} buttons respectively. On the left |
256 | of the scroll pad is the \ButtonLeft{} button and on the right is the | 239 | of the scroll pad is the \ButtonLeft{} button and on the right is the |
257 | \ButtonRight{} button. | 240 | \ButtonRight{} button. |
258 | 241 | ||
259 | There are three buttons on the right hand side of the \dap{}. From top to | 242 | There are three buttons on the right hand side of the \dap{}. From top to |
260 | bottom, they are: \ButtonRew{}, \ButtonPlay{} and \ButtonFF{}. On the left | 243 | bottom, they are: \ButtonRew{}, \ButtonPlay{} and \ButtonFF{}. On the left |
261 | hand side is the \ButtonPower{} button. | 244 | hand side is the \ButtonPower{} button. |
262 | 245 | ||
263 | On the top panel of the \dap{}, from left to right, you can find the | 246 | On the top panel of the \dap{}, from left to right, you can find the |
264 | following: \ButtonHold{} switch, \opt{iriverh10}{reset pin hole, }remote port | 247 | following: \ButtonHold{} switch, \opt{iriverh10}{reset pin hole, }remote port |
265 | and headphone mini jack plug. | 248 | and headphone mini jack plug. |
266 | 249 | ||
267 | On the bottom panel of the \dap{} is the data cable port.} | 250 | On the bottom panel of the \dap{} is the data cable port.} |
268 | % | 251 | % |
269 | \opt{gigabeatf}{ | 252 | \opt{gigabeatf}{ |
@@ -271,27 +254,27 @@ detail in the following paragraph. | |||
271 | Gigabeat X. The Gigabeat F is slightly larger and more rectangular shaped, while the | 254 | Gigabeat X. The Gigabeat F is slightly larger and more rectangular shaped, while the |
272 | Gigabeat X is smaller and has a slightly tapered back.} | 255 | Gigabeat X is smaller and has a slightly tapered back.} |
273 | 256 | ||
274 | Hold the \dap{} with the screen on top and the controls on the right hand side. | 257 | Hold the \dap{} with the screen on top and the controls on the right hand side. |
275 | Below the screen is a cross-shaped touch sensitive pad which contains the | 258 | Below the screen is a cross-shaped touch sensitive pad which contains the |
276 | \ButtonUp{}, \ButtonDown{}, \ButtonLeft{} and \ButtonRight{} controls. On the | 259 | \ButtonUp{}, \ButtonDown{}, \ButtonLeft{} and \ButtonRight{} controls. On the |
277 | Gigabeat X, this pad will feel slightly raised up, while it will feel slightly | 260 | Gigabeat X, this pad will feel slightly raised up, while it will feel slightly |
278 | sunken in on the Gigabeat F. On the top of the unit, from left to right, are the | 261 | sunken in on the Gigabeat F. On the top of the unit, from left to right, are the |
279 | power socket, the \ButtonHold{} switch, and the headphone socket. The | 262 | power socket, the \ButtonHold{} switch, and the headphone socket. The |
280 | \ButtonHold{} switch puts the \dap{} into hold mode when it is switched to the | 263 | \ButtonHold{} switch puts the \dap{} into hold mode when it is switched to the |
281 | right of the unit. The buttons will have no effect when this is the case. | 264 | right of the unit. The buttons will have no effect when this is the case. |
282 | 265 | ||
283 | Starting from the left hand side on the bottom of the unit, nearer to the front | 266 | Starting from the left hand side on the bottom of the unit, nearer to the front |
284 | than the back, is a recessed switch which | 267 | than the back, is a recessed switch which |
285 | controls whether the battery is on or off. When this switch is to the left, | 268 | controls whether the battery is on or off. When this switch is to the left, |
286 | the battery is disconnected. This can be used for a hard reset of the unit, | 269 | the battery is disconnected. This can be used for a hard reset of the unit, |
287 | or if the \dap{} is being placed in storage. Next to that is a connector for | 270 | or if the \dap{} is being placed in storage. Next to that is a connector for |
288 | the docking station and finally on the right hand side of the bottom of the | 271 | the docking station and finally on the right hand side of the bottom of the |
289 | unit is a mini USB socket for connecting directly to USB. | 272 | unit is a mini USB socket for connecting directly to USB. |
290 | 273 | ||
291 | Finally on the right hand side of the unit are some control buttons. Going from | 274 | Finally on the right hand side of the unit are some control buttons. Going from |
292 | the bottom of the unit to the top there is a small round \ButtonA{} buttton then a | 275 | the bottom of the unit to the top there is a small round \ButtonA{} buttton then a |
293 | rocker volume switch with of the \ButtonVolDown{} button below the \ButtonVolUp{} | 276 | rocker volume switch with of the \ButtonVolDown{} button below the \ButtonVolUp{} |
294 | button. Above that is are two more small round buttons, the \ButtonMenu{} | 277 | button. Above that is are two more small round buttons, the \ButtonMenu{} |
295 | button and nearest to the top of the unit the \ButtonPower{} button, which is held | 278 | button and nearest to the top of the unit the \ButtonPower{} button, which is held |
296 | down to turn the \dap{} on or off. If you have a Gigabeat X, these buttons are small | 279 | down to turn the \dap{} on or off. If you have a Gigabeat X, these buttons are small |
297 | metallic buttons that are place further up on the right hand side, and closer | 280 | metallic buttons that are place further up on the right hand side, and closer |
@@ -312,12 +295,12 @@ detail in the following paragraph. | |||
312 | than the front, is a recessed switch which controls whether the battery is on | 295 | than the front, is a recessed switch which controls whether the battery is on |
313 | or off. When this switch is to the left, the battery is disconnected. | 296 | or off. When this switch is to the left, the battery is disconnected. |
314 | This can be used for a hard reset of the unit, or if the \dap{} is being placed | 297 | This can be used for a hard reset of the unit, or if the \dap{} is being placed |
315 | in storage. Next to that is a mini USB socket for connecting directly to USB, | 298 | in storage. Next to that is a mini USB socket for connecting directly to USB, |
316 | and finally a custom connector, presumably for planned accessories which were | 299 | and finally a custom connector, presumably for planned accessories which were |
317 | never released. | 300 | never released. |
318 | 301 | ||
319 | Finally on the right hand side of the unit are some control buttons and the power | 302 | Finally on the right hand side of the unit are some control buttons and the power |
320 | connector. Going from the bottom of the unit to the top, there is the power | 303 | connector. Going from the bottom of the unit to the top, there is the power |
321 | connector socket, followed by three small round buttons, the | 304 | connector socket, followed by three small round buttons, the |
322 | \ButtonNext{} buttton, \ButtonPlay{} button, and \ButtonPrev{} button (from bottom | 305 | \ButtonNext{} buttton, \ButtonPlay{} button, and \ButtonPrev{} button (from bottom |
323 | to top) then a rocker volume switch with of the \ButtonVolDown{} button below the | 306 | to top) then a rocker volume switch with of the \ButtonVolDown{} button below the |
@@ -325,58 +308,58 @@ detail in the following paragraph. | |||
325 | button, which is held down to turn the \dap{} on or off.} | 308 | button, which is held down to turn the \dap{} on or off.} |
326 | % | 309 | % |
327 | \opt{mrobe100}{ | 310 | \opt{mrobe100}{ |
328 | Hold the \dap{} with the black front facing you such that the m:robe writing | 311 | Hold the \dap{} with the black front facing you such that the m:robe writing |
329 | is readable. Below the writing is the touch sensitive pad with the | 312 | is readable. Below the writing is the touch sensitive pad with the |
330 | \ButtonMenu{}, \ButtonPlay{}, \ButtonLeft{}, \ButtonRight{} and \ButtonDisplay | 313 | \ButtonMenu{}, \ButtonPlay{}, \ButtonLeft{}, \ButtonRight{} and \ButtonDisplay |
331 | controls indicated by their symbols. The dotted center strip is devided in | 314 | controls indicated by their symbols. The dotted center strip is devided in |
332 | three parts: \ButtonUp{}, \ButtonSelect{} and \ButtonDown. On the top of the | 315 | three parts: \ButtonUp{}, \ButtonSelect{} and \ButtonDown. On the top of the |
333 | unit, on the right, is the \ButtonPower{} switch, which is held down to turn | 316 | unit, on the right, is the \ButtonPower{} switch, which is held down to turn |
334 | the \dap{} on or off. | 317 | the \dap{} on or off. |
335 | 318 | ||
336 | The \ButtonHold{} switch is located on the left of the \dap{}, below the | 319 | The \ButtonHold{} switch is located on the left of the \dap{}, below the |
337 | headphone socket. It puts the \dap{} into hold mode when it is switched to the | 320 | headphone socket. It puts the \dap{} into hold mode when it is switched to the |
338 | top of the unit. The buttons will have no effect when this is the case. On the | 321 | top of the unit. The buttons will have no effect when this is the case. On the |
339 | bottom of the unit, there is a connector for the docking station or the | 322 | bottom of the unit, there is a connector for the docking station or the |
340 | proprietary USB connector for connecting directly to USB.} | 323 | proprietary USB connector for connecting directly to USB.} |
341 | % | 324 | % |
342 | \opt{iaudiom5,iaudiox5}{ | 325 | \opt{iaudiom5,iaudiox5}{ |
343 | The \dap{} is curved so that the end with the screen on it is thicker than the | 326 | The \dap{} is curved so that the end with the screen on it is thicker than the |
344 | other end. Hold the \dap{} wih the thick end towards the top and the screen | 327 | other end. Hold the \dap{} wih the thick end towards the top and the screen |
345 | facing towards you. Half way up the front of the unit on the right hand side | 328 | facing towards you. Half way up the front of the unit on the right hand side |
346 | is a four way joystick which is the \ButtonUp{}, \ButtonDown{}, | 329 | is a four way joystick which is the \ButtonUp{}, \ButtonDown{}, |
347 | \ButtonLeft{}, and \ButtonRight{} buttons. When pressed it serves as \ButtonSelect{}. | 330 | \ButtonLeft{}, and \ButtonRight{} buttons. When pressed it serves as \ButtonSelect{}. |
348 | 331 | ||
349 | On the right hand side of the \dap{} from top to bottom, first there is a two | 332 | On the right hand side of the \dap{} from top to bottom, first there is a two |
350 | way switch. the \ButtonPower{} button is activated by pushing this switch up, | 333 | way switch. the \ButtonPower{} button is activated by pushing this switch up, |
351 | and pushing this switch down until it clicks slightly will activate the | 334 | and pushing this switch down until it clicks slightly will activate the |
352 | \ButtonHold{} button. When the switch is in this position, none of the other | 335 | \ButtonHold{} button. When the switch is in this position, none of the other |
353 | keys will have an effect. | 336 | keys will have an effect. |
354 | 337 | ||
355 | Below the switch is a lozenge shaped button which is the \ButtonRec{} | 338 | Below the switch is a lozenge shaped button which is the \ButtonRec{} |
356 | button, and below that the final button on this side of the unit, the | 339 | button, and below that the final button on this side of the unit, the |
357 | \ButtonPlay{} button. Just below this is a small hole which is difficult to | 340 | \ButtonPlay{} button. Just below this is a small hole which is difficult to |
358 | locate by touch which is the internal microphone. At the very bottom of | 341 | locate by touch which is the internal microphone. At the very bottom of |
359 | this side of the unit is the reset hole, which can be used to perform a hard | 342 | this side of the unit is the reset hole, which can be used to perform a hard |
360 | reset by inserting a paper clip. | 343 | reset by inserting a paper clip. |
361 | 344 | ||
362 | On the bottom of the unit is the connector for the | 345 | On the bottom of the unit is the connector for the |
363 | \playerman{} subpack or dock. On the top of the unit is a charge | 346 | \playerman{} subpack or dock. On the top of the unit is a charge |
364 | indicator light, which may feel a bit like a button, but is not. | 347 | indicator light, which may feel a bit like a button, but is not. |
365 | 348 | ||
366 | From the top of the \dap{} on the left hand side is the headphone socket, then the | 349 | From the top of the \dap{} on the left hand side is the headphone socket, then the |
367 | remote connector. Below this is a cover which protects the \opt{iaudiox5}{USB | 350 | remote connector. Below this is a cover which protects the \opt{iaudiox5}{USB |
368 | host connector.}\opt{iaudiom5}{USB and charging connector}.} | 351 | host connector.}\opt{iaudiom5}{USB and charging connector}.} |
369 | % | 352 | % |
370 | \opt{e200,e200v2}{ | 353 | \opt{e200,e200v2}{ |
371 | Hold the \dap{} with the turning wheel at the front and bottom. On the bottom left | 354 | Hold the \dap{} with the turning wheel at the front and bottom. On the bottom left |
372 | of the front of the \dap{} is a raised round button, the \ButtonPower{} button. | 355 | of the front of the \dap{} is a raised round button, the \ButtonPower{} button. |
373 | Above and to the left of this, on the outside of the turning wheel are four | 356 | Above and to the left of this, on the outside of the turning wheel are four |
374 | buttons. These are the \ButtonUp{}, \ButtonDown{}, \ButtonLeft{} and | 357 | buttons. These are the \ButtonUp{}, \ButtonDown{}, \ButtonLeft{} and |
375 | \ButtonRight{} buttons. Inside the wheel is the \ButtonSelect{} button. Turning | 358 | \ButtonRight{} buttons. Inside the wheel is the \ButtonSelect{} button. Turning |
376 | the wheel to the right activates the \ButtonScrollFwd{} function, and to the | 359 | the wheel to the right activates the \ButtonScrollFwd{} function, and to the |
377 | left, the \ButtonScrollBack{} function. | 360 | left, the \ButtonScrollBack{} function. |
378 | 361 | ||
379 | On the right of the unit is a slot for inserting flash cards. On the bottom is | 362 | On the right of the unit is a slot for inserting flash cards. On the bottom is |
380 | the connector for the USB cable. On the left is the \ButtonRec{} button, and | 363 | the connector for the USB cable. On the left is the \ButtonRec{} button, and |
381 | on the top, there is the headphone socket to the right, and the \ButtonHold{} | 364 | on the top, there is the headphone socket to the right, and the \ButtonHold{} |
382 | switch. Moving this switch to the right activates hold mode in which none of the | 365 | switch. Moving this switch to the right activates hold mode in which none of the |
@@ -458,120 +441,67 @@ detail in the following paragraph. | |||
458 | % | 441 | % |
459 | \opt{vibe500}{ | 442 | \opt{vibe500}{ |
460 | Hold or lay the \dap{} so that the side with the controls and | 443 | Hold or lay the \dap{} so that the side with the controls and |
461 | LCD is facing towards you. Below the LCD is the touch sensitive pad with the \ButtonMenu{}, | 444 | LCD is facing towards you. Below the LCD is the touch sensitive pad with the \ButtonMenu{}, |
462 | \ButtonPlay{}, \ButtonLeft{}, \ButtonRight{} controls and the scroll pad in the centre. The | 445 | \ButtonPlay{}, \ButtonLeft{}, \ButtonRight{} controls and the scroll pad in the centre. The |
463 | scroll pad is oriented vertically between the \ButtonOK{} and \ButtonCancel{} buttons. | 446 | scroll pad is oriented vertically between the \ButtonOK{} and \ButtonCancel{} buttons. |
464 | Sliding a finger up or down the scroll pad acts as \ButtonUp{} and \ButtonDown{} respectively. | 447 | Sliding a finger up or down the scroll pad acts as \ButtonUp{} and \ButtonDown{} respectively. |
465 | Note that the scroll pad is sensitive, so you will need to move | 448 | Note that the scroll pad is sensitive, so you will need to move |
466 | slowly at first and get a feel for how it works. | 449 | slowly at first and get a feel for how it works. |
467 | 450 | ||
468 | There are two buttons on the right hand side of the \dap{}: \ButtonPower{} on the top and | 451 | There are two buttons on the right hand side of the \dap{}: \ButtonPower{} on the top and |
469 | \ButtonRec{} underneath. Under these buttons, from top to bottom you can find: USB connector, | 452 | \ButtonRec{} underneath. Under these buttons, from top to bottom you can find: USB connector, |
470 | power connector and the reset hole if you need to perform a hardware reset. | 453 | power connector and the reset hole if you need to perform a hardware reset. |
471 | 454 | ||
472 | The \ButtonHold{} switch is located on the left hand side of the \dap{}. Note that when the | 455 | The \ButtonHold{} switch is located on the left hand side of the \dap{}. Note that when the |
473 | \ButtonHold{} switch is moved towards the top of the \dap{}, hold is turned on and all the | 456 | \ButtonHold{} switch is moved towards the top of the \dap{}, hold is turned on and all the |
474 | other controls are disabled. Be sure \ButtonHold{} is off before trying to use your player. | 457 | other controls are disabled. Be sure \ButtonHold{} is off before trying to use your player. |
475 | 458 | ||
476 | On the top on the \dap{} is the internal microphone on the left and the line-in socket on the | 459 | On the top on the \dap{} is the internal microphone on the left and the line-in socket on the |
477 | right, near the headphone socket.} | 460 | right, near the headphone socket.} |
478 | % | 461 | % |
479 | \opt{samsungyh820}{ | 462 | \opt{samsungyh820}{ |
480 | Hold or lay the \dap{} so that the side with the controls and | 463 | Hold or lay the \dap{} so that the side with the controls and |
481 | LCD is facing towards you. Directly below the bottom edge of the screen are three buttons: | 464 | LCD is facing towards you. Directly below the bottom edge of the screen are three buttons: |
482 | \ButtonRew{} on the left, \ButtonPlay{} in the middle and \ButtonFF{} on the right. Below them | 465 | \ButtonRew{} on the left, \ButtonPlay{} in the middle and \ButtonFF{} on the right. Below them |
483 | is a four-way pad which contains the \ButtonDown{}, \ButtonUp{}, \ButtonLeft{} and | 466 | is a four-way pad which contains the \ButtonDown{}, \ButtonUp{}, \ButtonLeft{} and |
484 | \ButtonRight{} controls. | 467 | \ButtonRight{} controls. |
485 | 468 | ||
486 | At the top of the right hand side of the \dap{} is the \ButtonRec{} button. | 469 | At the top of the right hand side of the \dap{} is the \ButtonRec{} button. |
487 | 470 | ||
488 | On the top panel of the \dap{}, from left to right, you can find the following: headphone | 471 | On the top panel of the \dap{}, from left to right, you can find the following: headphone |
489 | socket, line-in socket, internal microphone, and the \ButtonHold{} switch. Note that when the | 472 | socket, line-in socket, internal microphone, and the \ButtonHold{} switch. Note that when the |
490 | \ButtonHold{} switch is moved towards the center of the \dap{}, hold is turned on and all the | 473 | \ButtonHold{} switch is moved towards the center of the \dap{}, hold is turned on and all the |
491 | other controls are disabled. Be sure \ButtonHold{} is off before trying to use your player. | 474 | other controls are disabled. Be sure \ButtonHold{} is off before trying to use your player. |
492 | 475 | ||
493 | At the top of the back side of the player, just under the \ButtonHold{} button is the reset | 476 | At the top of the back side of the player, just under the \ButtonHold{} button is the reset |
494 | hole, if you need to perform a hardware reset. | 477 | hole, if you need to perform a hardware reset. |
495 | 478 | ||
496 | The USB/dock connector that is used to connect your \dap{} to your computer is on | 479 | The USB/dock connector that is used to connect your \dap{} to your computer is on |
497 | the bottom panel of the \dap{}. | 480 | the bottom panel of the \dap{}. |
498 | } | 481 | } |
499 | % | 482 | % |
500 | \opt{samsungyh920,samsungyh925}{ | 483 | \opt{samsungyh920,samsungyh925}{ |
501 | Hold or lay the \dap{} so that the side with the controls and | 484 | Hold or lay the \dap{} so that the side with the controls and |
502 | LCD is facing towards you. Below the LCD is a four-way pad with the \ButtonDown{}, | 485 | LCD is facing towards you. Below the LCD is a four-way pad with the \ButtonDown{}, |
503 | \ButtonUp{}, \ButtonLeft{} and \ButtonRight{} buttons. | 486 | \ButtonUp{}, \ButtonLeft{} and \ButtonRight{} buttons. |
504 | 487 | ||
505 | There are three buttons at the top of the right hand side of the \dap{}: \ButtonFF{} on the top, | 488 | There are three buttons at the top of the right hand side of the \dap{}: \ButtonFF{} on the top, |
506 | \ButtonPlay{} in the middle and \ButtonRew{} underneath. Below these buttons is the \ButtonRec{} | 489 | \ButtonPlay{} in the middle and \ButtonRew{} underneath. Below these buttons is the \ButtonRec{} |
507 | switch. Rockbox doesn't take note of the actual \emph{position} of the switch, but reacts to a | 490 | switch. Rockbox doesn't take note of the actual \emph{position} of the switch, but reacts to a |
508 | \emph{switching movement} like pressing a regular button. | 491 | \emph{switching movement} like pressing a regular button. |
509 | 492 | ||
510 | On the top panel of the \dap{}, from left to right, you can find the following: headphone/remote | 493 | On the top panel of the \dap{}, from left to right, you can find the following: headphone/remote |
511 | socket, line-in socket, internal microphone, and the \ButtonHold{} switch. Note that when the | 494 | socket, line-in socket, internal microphone, and the \ButtonHold{} switch. Note that when the |
512 | \ButtonHold{} switch is moved towards the center of the \dap{}, hold is turned on and all the | 495 | \ButtonHold{} switch is moved towards the center of the \dap{}, hold is turned on and all the |
513 | other controls are disabled. Be sure \ButtonHold{} is off before trying to use your player. | 496 | other controls are disabled. Be sure \ButtonHold{} is off before trying to use your player. |
514 | 497 | ||
515 | At the top of the back side of the player, just under the \ButtonHold{} button is the reset hole, | 498 | At the top of the back side of the player, just under the \ButtonHold{} button is the reset hole, |
516 | if you need to perform a hardware reset. | 499 | if you need to perform a hardware reset. |
517 | 500 | ||
518 | The USB/dock connector that is used to connect your \dap{} to your computer is on | 501 | The USB/dock connector that is used to connect your \dap{} to your computer is on |
519 | the bottom panel of the \dap{}. | 502 | the bottom panel of the \dap{}. |
520 | } | 503 | } |
521 | % | 504 | % |
522 | \opt{player}{ | ||
523 | The main controls of this player are a four-way button on the right below | ||
524 | the screen, and two round buttons to the left of it. Hold the \dap{} with | ||
525 | these controls on the bottom and facing you. | ||
526 | |||
527 | On the left hand side, the higher of the two small buttons is the \ButtonOn{}, | ||
528 | the lower of the two buttons is the \ButtonMenu{} button. The large circular | ||
529 | button on the right contains, clockwise from the top, the \ButtonPlay{}, | ||
530 | the \ButtonRight{}, the \ButtonStop{}, and the \ButtonLeft{} buttons. | ||
531 | |||
532 | On the top on the \dap{} is the headphone socket on the left and the line-out | ||
533 | jack on the right. On the bottom of the \dap{} is the line-in jack on the left, | ||
534 | the DC-In jack on the right, and the USB connector in the centre. | ||
535 | } | ||
536 | % | ||
537 | \opt{recorder}{ | ||
538 | Holding the Jukebox in front of you, there should be three rectangular buttons | ||
539 | in a horizontal line towards the middle of the unit, and below this to the left | ||
540 | there is a circular four button array with the circular \ButtonPlay{} button | ||
541 | as a fifth button in the centre. These are the navigation controls. Below the | ||
542 | rectangular buttons and to the right of the circular buttons are two small round | ||
543 | buttons one above the other. | ||
544 | |||
545 | The \ButtonOn{} button is the topmost of the two buttons located below and to the | ||
546 | left of the navigation controls whereas the lower of these two is called \ButtonOff. | ||
547 | The small round button in the middle of the large circular button array is called | ||
548 | \ButtonPlay{} button. To the right of the \ButtonPlay{} button there is the | ||
549 | \ButtonRight{} button, left of it is the \ButtonLeft{}, above it \ButtonUp, and | ||
550 | below the \ButtonPlay{} button there is the \ButtonDown{} button placed. In the row | ||
551 | of three rectangular buttons the following buttons can be found (from left to right): | ||
552 | \ButtonFOne{}, \ButtonFTwo{} and \ButtonFThree{}. | ||
553 | |||
554 | On the top of the \dap{} is the headphone socket on the left and the line-out jack on | ||
555 | the right. On the bottom of the \dap{} is the line-in jack on the left, the | ||
556 | DC-In jack on the right, and the USB connector in the centre. | ||
557 | } | ||
558 | \opt{recorderv2fm}{ | ||
559 | Holding the Jukebox in front of you, there should be three rectangular buttons | ||
560 | in a horizontal line towards the middle of the unit, and below this centred on the | ||
561 | middle button there are four radial arc shaped buttons placed in a cross formation | ||
562 | with the circular play button as the centre of the cross. These are the navigation | ||
563 | controls. Below the cross and to the left are two other buttons. | ||
564 | |||
565 | The \ButtonOn{} button is the leftmost of the two buttons located below and to the | ||
566 | left of the navigation controls whereas the rightmost and little lower one of | ||
567 | these two is called \ButtonOff{}. The round button raised slightly higher than the | ||
568 | others in the centre of the navigation controls is the \ButtonPlay{} button. To | ||
569 | the right of the \ButtonPlay{} button there is the \ButtonRight{} button, left of | ||
570 | it is the \ButtonLeft{}, above it \ButtonUp{}, and below the \ButtonPlay{} button | ||
571 | there is the \ButtonDown{} button placed. In the row of three rectangular buttons | ||
572 | the following buttons can be found (from left to right): \ButtonFOne{}, \ButtonFTwo{} | ||
573 | and \ButtonFThree{}. | ||
574 | } | ||
575 | } | 505 | } |
576 | 506 | ||
577 | \subsection{Turning the \dap{} on and off} | 507 | \subsection{Turning the \dap{} on and off} |
@@ -584,8 +514,6 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: | |||
584 | {Long \ButtonPlay}% | 514 | {Long \ButtonPlay}% |
585 | \opt{IPOD_4G_PAD}{\ButtonMenu{} / \ButtonSelect}% | 515 | \opt{IPOD_4G_PAD}{\ButtonMenu{} / \ButtonSelect}% |
586 | \opt{IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay}% | 516 | \opt{IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay}% |
587 | \opt{ONDIO_PAD}{\ButtonOff}\opt{RECORDER_PAD,PLAYER_PAD}% | ||
588 | {Long \ButtonOn}% | ||
589 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,ONDA_VX777_PAD% | 517 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,ONDA_VX777_PAD% |
590 | ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS,PBELL_VIBE500_PAD% | 518 | ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS,PBELL_VIBE500_PAD% |
591 | ,SANSA_FUZEPLUS_PAD% | 519 | ,SANSA_FUZEPLUS_PAD% |
@@ -604,15 +532,12 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: | |||
604 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% | 532 | \opt{MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% |
605 | {Long \ButtonPlay}% | 533 | {Long \ButtonPlay}% |
606 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}% | 534 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}% |
607 | \opt{ONDIO_PAD,recorderv2fm}{Long \ButtonOff}% | ||
608 | \opt{recorder}{Double tap \ButtonOff\ when playback is stopped}% | ||
609 | \opt{PLAYER_PAD}{From the Main Menu, select \textbf{Shutdown}}% | ||
610 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD% | 535 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD% |
611 | ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS,COWON_D2_PAD% | 536 | ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS,COWON_D2_PAD% |
612 | ,PBELL_VIBE500_PAD,ONDA_VX777_PAD,SANSA_FUZEPLUS_PAD% | 537 | ,PBELL_VIBE500_PAD,ONDA_VX777_PAD,SANSA_FUZEPLUS_PAD% |
613 | }{Long \ButtonPower}% | 538 | }{Long \ButtonPower}% |
614 | & | 539 | & |
615 | \opt{HAVEREMOTEKEYMAP}{ | 540 | \opt{HAVEREMOTEKEYMAP}{ |
616 | \opt{IRIVER_RC_H100_PAD}{Long \ButtonRCStop}% | 541 | \opt{IRIVER_RC_H100_PAD}{Long \ButtonRCStop}% |
617 | \opt{IAUDIO_RC_PAD}{Long \ButtonRCPlay} | 542 | \opt{IAUDIO_RC_PAD}{Long \ButtonRCPlay} |
618 | &} | 543 | &} |
@@ -629,11 +554,11 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: | |||
629 | the Reset Settings in \reference{ref:manage_settings_menu} for details. | 554 | the Reset Settings in \reference{ref:manage_settings_menu} for details. |
630 | }% | 555 | }% |
631 | 556 | ||
632 | \opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,IPOD_4G_PAD,SANSA_E200_PAD% | 557 | \opt{GIGABEAT_PAD,IPOD_4G_PAD,SANSA_E200_PAD% |
633 | ,SANSA_C200_PAD,IAUDIO_X5_PAD,IAUDIO_M5_PAD,IPOD_3G_PAD}{% | 558 | ,SANSA_C200_PAD,IAUDIO_X5_PAD,IAUDIO_M5_PAD,IPOD_3G_PAD}{% |
634 | In the unlikely event of a software failure, hardware poweroff or reset can be | 559 | In the unlikely event of a software failure, hardware poweroff or reset can be |
635 | performed by holding down \opt{PLAYER_PAD}{\ButtonStop}\opt{RECORDER_PAD,ONDIO_PAD} | 560 | performed by holding down |
636 | {\ButtonOff}\opt{GIGABEAT_PAD}{the battery switch}\opt{IPOD_4G_PAD} | 561 | \opt{GIGABEAT_PAD}{the battery switch}\opt{IPOD_4G_PAD} |
637 | {\ButtonMenu{} and \ButtonSelect{} simultaneously}% | 562 | {\ButtonMenu{} and \ButtonSelect{} simultaneously}% |
638 | \opt{IPOD_3G_PAD}{\ButtonMenu{} and \ButtonPlay{} simultaneously}% | 563 | \opt{IPOD_3G_PAD}{\ButtonMenu{} and \ButtonPlay{} simultaneously}% |
639 | \opt{SANSA_E200_PAD,SANSA_C200_PAD,IAUDIO_X5_PAD,IAUDIO_M5_PAD} | 564 | \opt{SANSA_E200_PAD,SANSA_C200_PAD,IAUDIO_X5_PAD,IAUDIO_M5_PAD} |
@@ -646,7 +571,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: | |||
646 | performed by inserting a paperclip gently into the Reset hole. | 571 | performed by inserting a paperclip gently into the Reset hole. |
647 | }% | 572 | }% |
648 | 573 | ||
649 | \nopt{gigabeatf,iaudiom3,iaudiom5,iaudiox5,archos} | 574 | \nopt{gigabeatf,iaudiom3,iaudiom5,iaudiox5} |
650 | { | 575 | { |
651 | \subsection{Starting the original firmware} | 576 | \subsection{Starting the original firmware} |
652 | \label{ref:Dualboot} | 577 | \label{ref:Dualboot} |
@@ -656,11 +581,11 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: | |||
656 | down the device as described above. Turn on the \ButtonHold{} switch | 581 | down the device as described above. Turn on the \ButtonHold{} switch |
657 | immediately after turning the player on. The Apple logo will | 582 | immediately after turning the player on. The Apple logo will |
658 | display for a few seconds as Rockbox loads the original firmware. | 583 | display for a few seconds as Rockbox loads the original firmware. |
659 | 584 | ||
660 | You can also load the original firmware by shutting down the device, | 585 | You can also load the original firmware by shutting down the device, |
661 | then clicking the \ButtonHold{} switch on and connecting the iPod | 586 | then clicking the \ButtonHold{} switch on and connecting the iPod |
662 | to your computer. | 587 | to your computer. |
663 | 588 | ||
664 | Regardless of which method you use to boot to the original firmware, you can | 589 | Regardless of which method you use to boot to the original firmware, you can |
665 | return to Rockbox by pressing and holding \ButtonMenu{} and \ButtonSelect{} | 590 | return to Rockbox by pressing and holding \ButtonMenu{} and \ButtonSelect{} |
666 | simultaneously until the player hard resets. | 591 | simultaneously until the player hard resets. |
@@ -672,11 +597,11 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: | |||
672 | down the device as described above. Turn on the \ButtonHold{} switch | 597 | down the device as described above. Turn on the \ButtonHold{} switch |
673 | immediately after turning the player on. The Apple logo will | 598 | immediately after turning the player on. The Apple logo will |
674 | display for a few seconds as Rockbox loads the original firmware. | 599 | display for a few seconds as Rockbox loads the original firmware. |
675 | 600 | ||
676 | You can also load the original firmware by shutting down the device, | 601 | You can also load the original firmware by shutting down the device, |
677 | then clicking the \ButtonHold{} switch on and connecting the iPod | 602 | then clicking the \ButtonHold{} switch on and connecting the iPod |
678 | to your computer. | 603 | to your computer. |
679 | 604 | ||
680 | Regardless of which method you use to boot to the original firmware, you can | 605 | Regardless of which method you use to boot to the original firmware, you can |
681 | return to Rockbox by pressing and holding \ButtonMenu{} and \ButtonPlay{} | 606 | return to Rockbox by pressing and holding \ButtonMenu{} and \ButtonPlay{} |
682 | simultaneously until the player hard resets. | 607 | simultaneously until the player hard resets. |
@@ -722,7 +647,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: | |||
722 | inserting a pin in the reset hole}\opt{iriverh10_5gb}{removing and | 647 | inserting a pin in the reset hole}\opt{iriverh10_5gb}{removing and |
723 | reinserting the battery}.} | 648 | reinserting the battery}.} |
724 | } | 649 | } |
725 | 650 | ||
726 | \opt{sansa,sansaAMS} | 651 | \opt{sansa,sansaAMS} |
727 | { | 652 | { |
728 | Rockbox has a dual-boot feature. To boot into the original firmware, | 653 | Rockbox has a dual-boot feature. To boot into the original firmware, |
@@ -741,9 +666,9 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: | |||
741 | { | 666 | { |
742 | Rockbox has a dual-boot feature. It loads the original firmware from | 667 | Rockbox has a dual-boot feature. It loads the original firmware from |
743 | the file \fname{/System/OF.mi4}. To boot into the original firmware, | 668 | the file \fname{/System/OF.mi4}. To boot into the original firmware, |
744 | when the \dap{} is turned off, press the \ButtonPower{} button once and then | 669 | when the \dap{} is turned off, press the \ButtonPower{} button once and then |
745 | a second time when the m:robe bootlogo (the headphone) appears. Hold the | 670 | a second time when the m:robe bootlogo (the headphone) appears. Hold the |
746 | \ButtonPower{} button until you see the ``Loading original firmware...'' | 671 | \ButtonPower{} button until you see the ``Loading original firmware...'' |
747 | message on the screen. | 672 | message on the screen. |
748 | } | 673 | } |
749 | 674 | ||
@@ -771,8 +696,8 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: | |||
771 | \opt{samsungyh} | 696 | \opt{samsungyh} |
772 | { | 697 | { |
773 | Rockbox has a dual-boot feature. It loads the original firmware from | 698 | Rockbox has a dual-boot feature. It loads the original firmware from |
774 | the file \fname{/System/OF.mi4}. To boot into the original firmware, press and hold | 699 | the file \fname{/System/OF.mi4}. To boot into the original firmware, press and hold |
775 | for awhile the \ButtonPlay{} button and then immediately after the Samsung logo appears, | 700 | for awhile the \ButtonPlay{} button and then immediately after the Samsung logo appears, |
776 | press the \ButtonLeft{} button and keep it pressed until the original firmware starts. | 701 | press the \ButtonLeft{} button and keep it pressed until the original firmware starts. |
777 | } | 702 | } |
778 | 703 | ||
@@ -797,7 +722,7 @@ With the \dap{} connected to the computer as an MSC/UMS device (like a | |||
797 | USB Drive), music files can be put on the player via any standard file | 722 | USB Drive), music files can be put on the player via any standard file |
798 | transfer method that you would use to copy files between drives (e.g. Drag-and-Drop). | 723 | transfer method that you would use to copy files between drives (e.g. Drag-and-Drop). |
799 | Files may be placed wherever you like on the \dap{}, but it is strongly | 724 | Files may be placed wherever you like on the \dap{}, but it is strongly |
800 | suggested \emph{NOT} to put them in the \fname{/.rockbox} folder and instead | 725 | suggested \emph{NOT} to put them in the \fname{/.rockbox} folder and instead |
801 | put them in any other folder, e.g. \fname{/}, \fname{/music} or \fname{/audio}. | 726 | put them in any other folder, e.g. \fname{/}, \fname{/music} or \fname{/audio}. |
802 | The default directory structure that is assumed by some parts of Rockbox | 727 | The default directory structure that is assumed by some parts of Rockbox |
803 | \opt{albumart}{% | 728 | \opt{albumart}{% |
@@ -807,7 +732,7 @@ The default directory structure that is assumed by some parts of Rockbox | |||
807 | your files are not properly tagged, and you have your music organized in a | 732 | your files are not properly tagged, and you have your music organized in a |
808 | way different than they assume when attempting to guess the Artist and Album | 733 | way different than they assume when attempting to guess the Artist and Album |
809 | names from your filetree. See \reference{ref:album_art} for the requirements | 734 | names from your filetree. See \reference{ref:album_art} for the requirements |
810 | for Album Art to work properly. | 735 | for Album Art to work properly. |
811 | }% | 736 | }% |
812 | \nopt{albumart}{% | 737 | \nopt{albumart}{% |
813 | (missing-tag fallback in some WPSes) uses the parent directory of a song | 738 | (missing-tag fallback in some WPSes) uses the parent directory of a song |
@@ -839,11 +764,11 @@ pretty intuitive. | |||
839 | In the tree view use \ActionStdNext{} and \ActionStdPrev{} to move around | 764 | In the tree view use \ActionStdNext{} and \ActionStdPrev{} to move around |
840 | the selection. Use \ActionStdOk{} to select an item. \opt{wheel_acceleration}{ | 765 | the selection. Use \ActionStdOk{} to select an item. \opt{wheel_acceleration}{ |
841 | Note that the scroll speed is accelerating the faster you rotate the wheel.} | 766 | Note that the scroll speed is accelerating the faster you rotate the wheel.} |
842 | When browsing the file system selecting an audio file plays it. The view | 767 | When browsing the file system selecting an audio file plays it. The view |
843 | switches to the ``While playing screen'', usually abbreviated as ``WPS'' (see | 768 | switches to the ``While playing screen'', usually abbreviated as ``WPS'' (see |
844 | \reference{ref:WPS}. The dynamic playlist gets replaced with the contents of | 769 | \reference{ref:WPS}. The dynamic playlist gets replaced with the contents of |
845 | the current directory. This way you can easily treat directories as playlists. | 770 | the current directory. This way you can easily treat directories as playlists. |
846 | The created dynamic playlist can be extended or modified while playing. This is | 771 | The created dynamic playlist can be extended or modified while playing. This is |
847 | also known as ``on-the-fly playlist''. | 772 | also known as ``on-the-fly playlist''. |
848 | To go back to the \setting{File Browser} stop the playback with the | 773 | To go back to the \setting{File Browser} stop the playback with the |
849 | \ActionWpsStop{} button or return to the file browser while keeping playback | 774 | \ActionWpsStop{} button or return to the file browser while keeping playback |
@@ -893,7 +818,6 @@ have the needed fonts installed as otherwise the theme may not display | |||
893 | properly.} | 818 | properly.} |
894 | } | 819 | } |
895 | 820 | ||
896 | \nopt{ondio}{ | ||
897 | \opt{usb_power}{ | 821 | \opt{usb_power}{ |
898 | \section{USB Charging} | 822 | \section{USB Charging} |
899 | To charge your \dap{} over USB, hold any button while plugging it | 823 | To charge your \dap{} over USB, hold any button while plugging it |
@@ -906,15 +830,5 @@ properly.} | |||
906 | \ActionStdUsbCharge{}.} | 830 | \ActionStdUsbCharge{}.} |
907 | } | 831 | } |
908 | } | 832 | } |
909 | } | ||
910 | |||
911 | \opt{ondio}{ | ||
912 | \section{USB Power} | ||
913 | |||
914 | To power your \dap{} over USB, hold \ActionStdUsbCharge{} while plugging it | ||
915 | in. This will prevent it from connecting to your computer and let you | ||
916 | continue to use it normally. Your \dap{} must already be in Rockbox for this | ||
917 | to function. | ||
918 | } | ||
919 | 833 | ||
920 | \input{rockbox_interface/browsing_and_playing.tex} | 834 | \input{rockbox_interface/browsing_and_playing.tex} |
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex index c82a9cb9f4..1f62dc17a4 100644 --- a/manual/rockbox_interface/wps.tex +++ b/manual/rockbox_interface/wps.tex | |||
@@ -9,17 +9,10 @@ currently playing audio file. | |||
9 | or off independently. Refer to \reference{ref:wps_tags} for details on how | 9 | or off independently. Refer to \reference{ref:wps_tags} for details on how |
10 | to change the display of the WPS. | 10 | to change the display of the WPS. |
11 | \begin{itemize} | 11 | \begin{itemize} |
12 | \nopt{ondio}{ | 12 | \item Status bar: The Status bar shows Battery level, charger status, |
13 | \item Status bar: The Status bar shows Battery level, charger status, | 13 | volume, play mode, repeat mode, shuffle mode\opt{rtc}{ and clock}. |
14 | volume, play mode, repeat mode, shuffle mode\opt{rtc}{ and clock}. | 14 | In contrast to all other items, the status bar is always at the top of |
15 | In contrast to all other items, the status bar is always at the top of | 15 | the screen. |
16 | the screen. | ||
17 | } | ||
18 | \opt{ondio}{ | ||
19 | \item Status bar: The Status bar shows Battery level, USB power mode, key | ||
20 | lock status, memory access indicator. In contrast to all other items, the | ||
21 | status bar is always at the top of the screen. | ||
22 | } | ||
23 | \item (Scrolling) path and filename of the current song. | 16 | \item (Scrolling) path and filename of the current song. |
24 | \item The ID3 track name. | 17 | \item The ID3 track name. |
25 | \item The ID3 album name. | 18 | \item The ID3 album name. |
@@ -30,24 +23,7 @@ currently playing audio file. | |||
30 | \item Peak meter. | 23 | \item Peak meter. |
31 | \end{itemize} | 24 | \end{itemize} |
32 | } | 25 | } |
33 | \opt{recorder,recorderv2fm,ondio}{ | ||
34 | \note{ | ||
35 | \begin{itemize} | ||
36 | \item The number of lines shown depends on the size of the font used. | ||
37 | \item The peak meter is only visible if you turn off the status bar or if | ||
38 | using a small font that gives 8 or more display lines. | ||
39 | \end{itemize} | ||
40 | } | ||
41 | } | ||
42 | % | 26 | % |
43 | \opt{player}{ | ||
44 | \note{ | ||
45 | \begin{itemize} | ||
46 | \item Playlist index/Playlist size: Artist {}- Title. | ||
47 | \item Current{}-time Progress{}-indicator Left. | ||
48 | \end{itemize} | ||
49 | } | ||
50 | } | ||
51 | 27 | ||
52 | See \reference{ref:ConfiguringtheWPS} for details of customising | 28 | See \reference{ref:ConfiguringtheWPS} for details of customising |
53 | your WPS (While Playing Screen). | 29 | your WPS (While Playing Screen). |
@@ -81,7 +57,7 @@ your WPS (While Playing Screen). | |||
81 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPlay} | 57 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPlay} |
82 | & Toggle play/pause.\\ | 58 | & Toggle play/pause.\\ |
83 | % | 59 | % |
84 | \ActionWpsStop | 60 | \ActionWpsStop |
85 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop} | 61 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop} |
86 | & Stop playback.\\ | 62 | & Stop playback.\\ |
87 | % | 63 | % |
@@ -93,11 +69,10 @@ your WPS (While Playing Screen). | |||
93 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsContext} | 69 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsContext} |
94 | & Enter \setting{WPS Context Menu}.\\ | 70 | & Enter \setting{WPS Context Menu}.\\ |
95 | % | 71 | % |
96 | \opt{ONDIO_PAD}{\ActionWpsContext{} twice}% | 72 | \ActionWpsMenu |
97 | \nopt{ONDIO_PAD}{\ActionWpsMenu}% | ||
98 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsMenu} | 73 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsMenu} |
99 | & Enter \setting{Main Menu}% | 74 | & Enter \setting{Main Menu}% |
100 | \opt{ONDIO_PAD}{ via the \setting{WPS Context Menu}}.\\% | 75 | .\\% |
101 | % | 76 | % |
102 | \opt{quickscreen}{% | 77 | \opt{quickscreen}{% |
103 | \ActionWpsQuickScreen | 78 | \ActionWpsQuickScreen |
@@ -107,25 +82,14 @@ your WPS (While Playing Screen). | |||
107 | % | 82 | % |
108 | % software hold targets | 83 | % software hold targets |
109 | \nopt{hold_button}{% | 84 | \nopt{hold_button}{% |
110 | \opt{RECORDER_PAD}{\ButtonFOne+\ButtonDown} | ||
111 | \opt{PLAYER_PAD}{\ButtonMenu+\ButtonStop} | ||
112 | \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown} | ||
113 | \opt{SANSA_CLIP_PAD}{\ButtonHome+\ButtonSelect} | 85 | \opt{SANSA_CLIP_PAD}{\ButtonHome+\ButtonSelect} |
114 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonPower} | 86 | \opt{SANSA_FUZEPLUS_PAD}{\ButtonPower} |
115 | & Key lock (software hold switch) on/off.\\ | 87 | & Key lock (software hold switch) on/off.\\ |
116 | }% | 88 | }% |
117 | %These actions need definitions for the other targets | ||
118 | \opt{RECORDER_PAD}{% | ||
119 | \ButtonFThree & Toggles Display quick screen.\\% | ||
120 | \ButtonFOne+\ButtonPlay & Mute on/off.\\% | ||
121 | }% | ||
122 | \opt{PLAYER_PAD}{% | ||
123 | \ButtonMenu+\ButtonPlay & Mute on/off.\\% | ||
124 | }% | ||
125 | % We explicitly list all the appropriate targets here and do no condition | 89 | % We explicitly list all the appropriate targets here and do no condition |
126 | % on the 'pitchscreen' feature since some players have the feature but do | 90 | % on the 'pitchscreen' feature since some players have the feature but do |
127 | % not have the button to go from the WPS to the pitch screen. | 91 | % not have the button to go from the WPS to the pitch screen. |
128 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,MROBE100_PAD% | 92 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,MROBE100_PAD% |
129 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZEPLUS_PAD}{% | 93 | ,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZEPLUS_PAD}{% |
130 | \ActionWpsPitchScreen | 94 | \ActionWpsPitchScreen |
131 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPitchScreen} | 95 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPitchScreen} |
@@ -137,9 +101,9 @@ your WPS (While Playing Screen). | |||
137 | \opt{HAVEREMOTEKEYMAP}{&} | 101 | \opt{HAVEREMOTEKEYMAP}{&} |
138 | & Show current \setting{Playlist}.\\% | 102 | & Show current \setting{Playlist}.\\% |
139 | }% | 103 | }% |
140 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD% | 104 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD% |
141 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZEPLUS_PAD}{% | 105 | ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZEPLUS_PAD}{% |
142 | \ActionWpsIdThreeScreen | 106 | \ActionWpsIdThreeScreen |
143 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsIdThreeScreen} | 107 | \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsIdThreeScreen} |
144 | & Enter \setting{ID3 Viewer}.\\% | 108 | & Enter \setting{ID3 Viewer}.\\% |
145 | }% | 109 | }% |
@@ -168,7 +132,7 @@ your WPS (While Playing Screen). | |||
168 | % | 132 | % |
169 | \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ | 133 | \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ |
170 | \ActionStdRec | 134 | \ActionStdRec |
171 | \opt{HAVEREMOTEKEYMAP}{&} | 135 | \opt{HAVEREMOTEKEYMAP}{&} |
172 | & Switch to the \setting{Recording Screen}.\\ | 136 | & Switch to the \setting{Recording Screen}.\\ |
173 | }% | 137 | }% |
174 | \end{btnmap} | 138 | \end{btnmap} |
@@ -177,7 +141,7 @@ your WPS (While Playing Screen). | |||
177 | \opt{lcd_bitmap}{ | 141 | \opt{lcd_bitmap}{ |
178 | \subsection{\label{ref:peak_meter}Peak Meter} | 142 | \subsection{\label{ref:peak_meter}Peak Meter} |
179 | The peak meter can be displayed on the While Playing Screen and consists of | 143 | The peak meter can be displayed on the While Playing Screen and consists of |
180 | several indicators. | 144 | several indicators. |
181 | \opt{recording}{ | 145 | \opt{recording}{ |
182 | For a picture of the peak meter, please see the While | 146 | For a picture of the peak meter, please see the While |
183 | Recording Screen in \reference{ref:while_recording_screen}. | 147 | Recording Screen in \reference{ref:while_recording_screen}. |
@@ -187,12 +151,12 @@ your WPS (While Playing Screen). | |||
187 | suffers when this feature is enabled. For this \dap{} it is highly recommended | 151 | suffers when this feature is enabled. For this \dap{} it is highly recommended |
188 | to not use peak meter.} | 152 | to not use peak meter.} |
189 | } | 153 | } |
190 | 154 | ||
191 | \begin{description} | 155 | \begin{description} |
192 | \item [The bar:] | 156 | \item [The bar:] |
193 | This is the wide horizontal bar. It represents the current volume value. | 157 | This is the wide horizontal bar. It represents the current volume value. |
194 | \item [The peak indicator:] | 158 | \item [The peak indicator:] |
195 | This is a little vertical line at the right end of the bar. It indicates | 159 | This is a little vertical line at the right end of the bar. It indicates |
196 | the peak volume value that occurred recently. | 160 | the peak volume value that occurred recently. |
197 | \item [The clip indicator:] | 161 | \item [The clip indicator:] |
198 | This is a little black block that is displayed at the very right of the | 162 | This is a little black block that is displayed at the very right of the |
@@ -234,7 +198,7 @@ menu, you can find the \setting{Playlist Viewer Settings}. | |||
234 | for playlist entries | 198 | for playlist entries |
235 | \end{description} | 199 | \end{description} |
236 | 200 | ||
237 | 201 | ||
238 | \subsubsection{Playlist catalogue} | 202 | \subsubsection{Playlist catalogue} |
239 | \begin{description} | 203 | \begin{description} |
240 | \item [View catalogue.] This lists all playlists that are part of the | 204 | \item [View catalogue.] This lists all playlists that are part of the |
@@ -249,12 +213,12 @@ menu, you can find the \setting{Playlist Viewer Settings}. | |||
249 | 213 | ||
250 | \subsubsection{Sound Settings} | 214 | \subsubsection{Sound Settings} |
251 | This is a shortcut to the \setting{Sound Settings Menu}, where you can configure volume, | 215 | This is a shortcut to the \setting{Sound Settings Menu}, where you can configure volume, |
252 | bass, treble, and other settings affecting the sound of your music. | 216 | bass, treble, and other settings affecting the sound of your music. |
253 | See \reference{ref:configure_rockbox_sound} for more information. | 217 | See \reference{ref:configure_rockbox_sound} for more information. |
254 | 218 | ||
255 | \subsubsection{Playback Settings} | 219 | \subsubsection{Playback Settings} |
256 | This is a shortcut to the \setting{Playback Settings Menu}, where you can configure shuffle, | 220 | This is a shortcut to the \setting{Playback Settings Menu}, where you can configure shuffle, |
257 | repeat, party mode, skip length and other settings affecting the playback of your music. | 221 | repeat, party mode, skip length and other settings affecting the playback of your music. |
258 | 222 | ||
259 | \subsubsection{Rating} | 223 | \subsubsection{Rating} |
260 | The menu entry is only shown if \setting{Gather Runtime Information} is | 224 | The menu entry is only shown if \setting{Gather Runtime Information} is |
@@ -271,19 +235,17 @@ This screen is accessible from the WPS screen, and provides a detailed view of | |||
271 | all the identity information about the current track. This info is known as | 235 | all the identity information about the current track. This info is known as |
272 | meta data and is stored in audio file formats to keep information on artist, | 236 | meta data and is stored in audio file formats to keep information on artist, |
273 | album etc. To access this screen, % | 237 | album etc. To access this screen, % |
274 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,% | 238 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,% |
275 | SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{ | 239 | SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{ |
276 | press \ActionWpsIdThreeScreen. }% | 240 | press \ActionWpsIdThreeScreen. }% |
277 | \opt{PLAYER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IAUDIO_M3_PAD,% | 241 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IAUDIO_M3_PAD,% |
278 | GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD,% | 242 | GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD,% |
279 | MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% | 243 | MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% |
280 | {press \ActionWpsContext{} to access the | 244 | {press \ActionWpsContext{} to access the |
281 | \setting{WPS Context Menu} and select \setting{Show Track Info}. } | 245 | \setting{WPS Context Menu} and select \setting{Show Track Info}. } |
282 | \opt{RECORDER_PAD,PLAYER_PAD,ONDIO_PAD}{Use \ButtonLeft\ and \ButtonRight\ | ||
283 | to move through the information.}% | ||
284 | 246 | ||
285 | \subsubsection{Open With...} | 247 | \subsubsection{Open With...} |
286 | This \setting{Open With} function is the same as the \setting{Open With} | 248 | This \setting{Open With} function is the same as the \setting{Open With} |
287 | function in the file browser's \setting{Context Menu}. | 249 | function in the file browser's \setting{Context Menu}. |
288 | 250 | ||
289 | \subsubsection{Delete} | 251 | \subsubsection{Delete} |
@@ -294,7 +256,7 @@ This may even be the whole track. | |||
294 | 256 | ||
295 | \opt{pitchscreen}{ | 257 | \opt{pitchscreen}{ |
296 | \subsubsection{\label{sec:pitchscreen}Pitch} | 258 | \subsubsection{\label{sec:pitchscreen}Pitch} |
297 | 259 | ||
298 | The \setting{Pitch Screen} allows you to change the rate of playback | 260 | The \setting{Pitch Screen} allows you to change the rate of playback |
299 | (i.e. the playback speed and at the same time the pitch) of your | 261 | (i.e. the playback speed and at the same time the pitch) of your |
300 | \dap. The rate value can be adjusted | 262 | \dap. The rate value can be adjusted |
@@ -304,20 +266,20 @@ This may even be the whole track. | |||
304 | 266 | ||
305 | The rate can be changed in two modes: procentual and semitone. | 267 | The rate can be changed in two modes: procentual and semitone. |
306 | Initially, procentual mode is active. | 268 | Initially, procentual mode is active. |
307 | 269 | ||
308 | \opt{swcodec}{ | 270 | \opt{swcodec}{ |
309 | If you've enabled the \setting{Timestretch} option in | 271 | If you've enabled the \setting{Timestretch} option in |
310 | \setting{Sound Settings} and have since rebooted, you can also use | 272 | \setting{Sound Settings} and have since rebooted, you can also use |
311 | timestretch mode. This allows you to change the playback speed | 273 | timestretch mode. This allows you to change the playback speed |
312 | without affecting the pitch, and vice versa. | 274 | without affecting the pitch, and vice versa. |
313 | 275 | ||
314 | In timestretch mode there are separate displays for pitch and | 276 | In timestretch mode there are separate displays for pitch and |
315 | speed, and each can be altered independently. Due to the | 277 | speed, and each can be altered independently. Due to the |
316 | limitations of the algorithm, speed is limited to be between 35\% | 278 | limitations of the algorithm, speed is limited to be between 35\% |
317 | and 250\% of the current pitch value. Pitch must maintain the | 279 | and 250\% of the current pitch value. Pitch must maintain the |
318 | same ratio as well as remain between 50\% and 200\%. | 280 | same ratio as well as remain between 50\% and 200\%. |
319 | } | 281 | } |
320 | 282 | ||
321 | The value of the \opt{swcodec}{rate, pitch and speed}\nopt{swcodec}{rate} | 283 | The value of the \opt{swcodec}{rate, pitch and speed}\nopt{swcodec}{rate} |
322 | is not persistent, i.e. after the \dap\ is turned on it will | 284 | is not persistent, i.e. after the \dap\ is turned on it will |
323 | always be set to 100\%. \opt{swcodec}{ However, the rate, pitch and speed | 285 | always be set to 100\%. \opt{swcodec}{ However, the rate, pitch and speed |
@@ -386,56 +348,3 @@ This may even be the whole track. | |||
386 | } | 348 | } |
387 | 349 | ||
388 | } | 350 | } |
389 | |||
390 | %********************QUICKSCREENS*********************************************** | ||
391 | \opt{RECORDER_PAD}{ | ||
392 | \section{\label{ref:QuickScreens}Quick Screens} | ||
393 | \screenshot{rockbox_interface/images/ss-quick-screen-112x64x1.png}{The F2 quick screen}{} | ||
394 | \screenshot{rockbox_interface/images/ss-quick-screen2-112x64x1.png}{The F3 quick screen}{} | ||
395 | Rockbox handles function buttons in a different way to the Archos software. | ||
396 | \ButtonFOne\ is always bound to the menu function, while \ButtonFTwo\ and | ||
397 | \ButtonFThree\ enable two quick screens. | ||
398 | |||
399 | \ButtonFTwo\ displays some browse and play settings which are likely to be | ||
400 | changed frequently. This settings are Shuffle mode, Repeat mode and the Show | ||
401 | files options | ||
402 | |||
403 | Shuffle mode plays each track in the currently playing list in a random order | ||
404 | rather than in the order shown in the browser. | ||
405 | |||
406 | Repeat mode repeats either a single track (One) or the entire playlist (All). | ||
407 | |||
408 | Show files determines what type files can be seen in the browser. This can be | ||
409 | just MP3 files and directories (Music), Playlists, MP3 files and directories | ||
410 | (Playlists), any files that Rockbox supports (Supported) or all files on the | ||
411 | disk (All). | ||
412 | |||
413 | See \reference{ref:PlaybackOptions} for more information about these | ||
414 | settings. | ||
415 | |||
416 | \begin{btnmap} | ||
417 | \ButtonLeft & Control Shuffle mode setting. \\ | ||
418 | \ButtonRight & Control Repeat mode setting. \\ | ||
419 | \ButtonDown & Control Show file setting. \\ | ||
420 | \end{btnmap} | ||
421 | |||
422 | \ButtonFThree\ controls frequently used display options. | ||
423 | |||
424 | Scroll bar turns the display of the Scroll bar on the left of the screen on | ||
425 | or off. | ||
426 | |||
427 | Status bar turns the status display at the top of the screen on or off. | ||
428 | Upside down inverts the screen so that the top of the display appears nearest | ||
429 | to the buttons. This is sometimes useful when storing the \dap\ in a pocket. | ||
430 | Key assignments swap over with the display orientation where it is logical | ||
431 | for them to do so. | ||
432 | |||
433 | See \reference{ref:Displayoptions} for more information about these | ||
434 | settings. | ||
435 | |||
436 | \begin{btnmap} | ||
437 | \ButtonLeft & Control scroll bar display. \\ | ||
438 | \ButtonRight & Control status bar display. \\ | ||
439 | \ButtonDown & Control upside down screen setting. \\ | ||
440 | \end{btnmap} | ||
441 | } | ||