Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 1 | % $Id$ % |
| 2 | \chapter{Browsing and playing} |
| 3 | \section{\label{ref:file_browser}File Browser} |
| 4 | \screenshot{rockbox_interface/images/ss-file-browser}{The file browser}{} |
| 5 | Rockbox lets you browse your music in either of two ways. The |
Marianne Arnold | b2f7c61 | 2007-12-14 02:03:58 +0000 | [diff] [blame] | 6 | \setting{File Browser} lets you navigate through the files and directories on |
| 7 | your \dap, entering directories and executing the default action on each file. |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 8 | To help differentiate files, each file format is displayed with an icon. |
| 9 | |
Jonas Häggqvist | 6b1d2cb | 2006-11-25 09:42:06 +0000 | [diff] [blame] | 10 | The \setting{Database Browser}, on the other hand, allows you to navigate |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 11 | through the music on your player using categories like album, artist, genre, |
| 12 | etc. |
| 13 | |
Nils Wallménius | 909b946 | 2007-03-03 00:07:31 +0000 | [diff] [blame] | 14 | You can select whether to browse using the \setting{File Browser} or the |
| 15 | \setting{Database Browser} by selecting either \setting{Files} or |
| 16 | \setting{Database} in the \setting{Main Menu}. |
| 17 | If you choose the \setting{File Browser}, the \setting{Show Files} setting |
| 18 | lets you select what types of files you wish to view. See |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 19 | \reference{ref:ShowFiles} for more information on the \setting{Show Files} |
| 20 | setting. |
| 21 | |
Nils Wallménius | a4858cf | 2006-09-10 10:56:46 +0000 | [diff] [blame] | 22 | \note{The \setting{File Browser} allows you to manipulate your files in ways |
Jonas Häggqvist | 6b1d2cb | 2006-11-25 09:42:06 +0000 | [diff] [blame] | 23 | that are not available within the \setting{Database Browser}. Read more about |
Nils Wallménius | 909b946 | 2007-03-03 00:07:31 +0000 | [diff] [blame] | 24 | \setting{Database} in \reference{ref:database}. The remainder of this section |
Nils Wallménius | a4858cf | 2006-09-10 10:56:46 +0000 | [diff] [blame] | 25 | deals with the \setting{File Browser}.} |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 26 | |
Martin Arver | 7bdd03a | 2006-08-27 15:00:50 +0000 | [diff] [blame] | 27 | \opt{ondio}{ |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 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 |
Martin Arver | 7bdd03a | 2006-08-27 15:00:50 +0000 | [diff] [blame] | 31 | files from both volumes. |
Marianne Arnold | b2f7c61 | 2007-12-14 02:03:58 +0000 | [diff] [blame] | 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 |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 35 | on the \dap{}. |
Martin Arver | 7bdd03a | 2006-08-27 15:00:50 +0000 | [diff] [blame] | 36 | } |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 37 | |
Barry Wardell | 8951024 | 2007-03-21 00:54:17 +0000 | [diff] [blame] | 38 | \opt{h10,h10_5gb}{\note{ |
Marianne Arnold | b2f7c61 | 2007-12-14 02:03:58 +0000 | [diff] [blame] | 39 | If your \dap{} is a MTP model, the Music directory where all your music is stored |
Barry Wardell | 8951024 | 2007-03-21 00:54:17 +0000 | [diff] [blame] | 40 | may be hidden in the \setting{File Browser}. This may be fixed by either |
Thom Johansen | 10d0344 | 2007-12-13 22:51:27 +0000 | [diff] [blame] | 41 | either changing its properties (on a computer) to not hidden, or by changing |
Barry Wardell | 8951024 | 2007-03-21 00:54:17 +0000 | [diff] [blame] | 42 | the \setting{Show Files} setting to all. |
| 43 | }} |
| 44 | |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 45 | \subsection{\label{ref:controls}File Browser Controls} |
| 46 | \begin{table} |
| 47 | \begin{btnmap}{}{} |
| 48 | \ActionStdPrev{}/\ActionStdNext{} |
| 49 | & Go to previous/next item in list. If you are on the first/last |
| 50 | entry, the cursor will wrap to the last/first entry.\\ |
| 51 | % |
| 52 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD} |
Martin Arver | 7bdd03a | 2006-08-27 15:00:50 +0000 | [diff] [blame] | 53 | { |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 54 | \ButtonOn+\ButtonUp{}/ \ButtonDown |
| 55 | & Move one page up/down in the list.\\ |
Martin Arver | 7bdd03a | 2006-08-27 15:00:50 +0000 | [diff] [blame] | 56 | } |
Barry Wardell | bad92dc | 2007-01-30 13:05:41 +0000 | [diff] [blame] | 57 | \opt{IRIVER_H10_PAD} |
| 58 | { |
| 59 | \ButtonRew{}/ \ButtonFF |
| 60 | & Move one page up/down in the list.\\ |
| 61 | } |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 62 | % |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 63 | \ActionTreeParentDirectory & Go to the parent directory.\\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 64 | % |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 65 | \ActionTreeEnter |
Nils Wallménius | 00a3fc7 | 2007-01-19 12:42:19 +0000 | [diff] [blame] | 66 | & Executes the default action on the selected file or enters a |
| 67 | directory.\\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 68 | % |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 69 | \ActionTreeWps & If there is an audio file playing, returns to the |
| 70 | \setting{While Playing Screen} (WPS) without stopping playback.\\ |
| 71 | % |
| 72 | \nopt{player}% |
| 73 | {% |
| 74 | \ActionTreeStop & Stops audio playback.\\% |
| 75 | }% |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 76 | % |
| 77 | \ActionStdContext{} |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 78 | & Enter the \setting{File Menu}\\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 79 | % |
| 80 | \ActionStdMenu{} |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 81 | & Enter the \setting{Main Menu}\\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 82 | % |
| 83 | \opt{RECORDER_PAD}{ |
| 84 | \ButtonFTwo & Switches to the Browse/Play Quick Menu \\ |
| 85 | % |
| 86 | \ButtonFThree & Switches to the Display Quick Menu \\ |
| 87 | % |
| 88 | } |
Peter D'Hoye | 0875a95 | 2007-09-14 22:31:37 +0000 | [diff] [blame] | 89 | % |
| 90 | \opt{SANSA_E200_PAD}{ |
| 91 | \ActionStdRec & Switches to the Recording screen \\ |
| 92 | % |
| 93 | } |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 94 | \end{btnmap} |
| 95 | \end{table} |
| 96 | |
| 97 | \opt{RECORDER_PAD}{ |
| 98 | The functions of the F keys are also summarised on the button bar at the |
| 99 | bottom of the screen. |
| 100 | } |
| 101 | |
| 102 | \subsection{\label{ref:Filemenu}\label{ref:PartIISectionFM}File Menu} |
| 103 | \screenshot{rockbox_interface/images/ss-file-menu}{The File Menu}{} |
| 104 | |
| 105 | The \setting{File Menu} allows you to perform certain operations on files or |
Marianne Arnold | b2f7c61 | 2007-12-14 02:03:58 +0000 | [diff] [blame] | 106 | directories. To access the \setting{File Menu}, position the selector over a file |
| 107 | or directory and access the context menu with \ActionStdContext{}. |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 108 | |
| 109 | \note{The \setting{File Menu} is a context sensitive menu. If the |
| 110 | \setting{File Menu} is invoked on a file, it will display options available |
Marianne Arnold | b2f7c61 | 2007-12-14 02:03:58 +0000 | [diff] [blame] | 111 | for files. If the \setting{File Menu} is invoked on a directory, |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 112 | it will display options for directories.} |
| 113 | |
| 114 | The \setting{File Menu} contains the following options (unless otherwise noted, |
| 115 | each option pertains both to files and directories): |
| 116 | |
| 117 | \begin{description} |
| 118 | \item [Playlist.] |
Dominik Riebeling | 7760743 | 2007-01-24 19:28:41 +0000 | [diff] [blame] | 119 | Enters the \setting{Playlist Submenu} (see \reference{ref:playlist_submenu}). |
Nils Wallménius | bfb8e85 | 2007-07-30 09:36:36 +0000 | [diff] [blame] | 120 | \item [Playlist Catalog.] |
| 121 | Enters the \setting{Playlist Catalog Submenu} (see |
| 122 | \reference{ref:playlist_catalog}). |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 123 | \item [Rename.] |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 124 | This function lets the user modify the name of a file or directory. |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 125 | \item [Cut.] |
| 126 | Copies the name of the currently selected file or directory to the clipboard |
| 127 | and marks it to be `cut'. |
| 128 | \item [Copy.] |
| 129 | Copies the name of the currently selected file or directory to the clipboard |
| 130 | and marks it to be `copied'. |
| 131 | \item [Paste.] |
| 132 | Only visible if a file or directory name is on the clipboard. When selected |
| 133 | it will move or copy the clipboard to the current directory. |
| 134 | \item [Delete.] |
Nils Wallménius | a4858cf | 2006-09-10 10:56:46 +0000 | [diff] [blame] | 135 | Deletes the currently selected file. This option applies only to files, and |
| 136 | not to directories. Rockbox will ask for confirmation before deleting a file. |
| 137 | Press \ActionYesNoAccept{} |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 138 | to confirm deletion or any other key to cancel. |
| 139 | \item [Delete Directory.] |
Marianne Arnold | b2f7c61 | 2007-12-14 02:03:58 +0000 | [diff] [blame] | 140 | Deletes the currently selected directory and all of the files and subdirectories |
| 141 | it may contain. Deleted directories cannot be recovered. Use this feature with |
| 142 | caution! |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 143 | \item [Open with.] |
| 144 | Runs a viewer plugin on the file. Normally, when a file is selected in Rockbox, |
| 145 | Rockbox automatically detects the file type and runs the appropriate plugin. |
| 146 | The \setting{Open With} function can be used to override the default action and |
| 147 | select a viewer by hand. |
| 148 | For example, this function can be used to view a text file |
| 149 | even if the file has a non-standard extension (i.e., the file has an extension |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 150 | of something other than \fname{.txt}). See \reference{ref:Viewersplugins} |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 151 | for more details on viewers. |
| 152 | \item [Create Directory.] |
Nils Wallménius | bfb8e85 | 2007-07-30 09:36:36 +0000 | [diff] [blame] | 153 | Create a new directory in the current directory on the disk. |
Nils Wallménius | db0d740 | 2006-12-01 12:15:23 +0000 | [diff] [blame] | 154 | \item [Properties.] |
| 155 | Shows properties such as size and the time and date of the last modification |
Marianne Arnold | b2f7c61 | 2007-12-14 02:03:58 +0000 | [diff] [blame] | 156 | for the selected file. If used on a directory, the number of files and |
| 157 | subdirectories will be shown, as well as the total size. |
Nils Wallménius | bfb8e85 | 2007-07-30 09:36:36 +0000 | [diff] [blame] | 158 | \item [Set As Recording Directory.] |
| 159 | Save recordings in the selected directory. |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 160 | \end{description} |
| 161 | |
Nils Wallménius | 2239bba | 2006-10-13 16:19:30 +0000 | [diff] [blame] | 162 | \subsection{\label{sec:virtual_keyboard}Virtual Keyboard} |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 163 | \screenshot{rockbox_interface/images/ss-virtual-keyboard}{The virtual keyboard}{} |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 164 | This is the virtual keyboard that is used when entering text in Rockbox, for |
| 165 | example when renaming a file or creating a new directory. |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 166 | |
Marianne Arnold | 1114dc5 | 2007-12-05 22:23:03 +0000 | [diff] [blame] | 167 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{ |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 168 | \begin{table} |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 169 | \begin{btnmap}{}{} |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 170 | \ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 171 | & Move about the virtual keyboard (moves the solid cursor) \\ |
| 172 | % |
Nils Wallménius | fa6c449 | 2007-03-04 22:47:20 +0000 | [diff] [blame] | 173 | \ActionKbdCursorLeft{} or \ActionKbdCursorRight |
| 174 | & Move the line cursor within the text line \\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 175 | % |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 176 | \ActionKbdSelect |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 177 | & Inserts the selected keyboard letter at the current cursor position \\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 178 | % |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 179 | \ActionKbdAbort |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 180 | & Exits the virtual keyboard without saving any changes \\ |
| 181 | % |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 182 | \opt{RECORDER_PAD}{ |
| 183 | \ButtonFOne |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 184 | & Shifts between the upper case, lower case and accented keyboards \\ |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 185 | } |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 186 | % |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 187 | \ActionKbdDone |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 188 | & Exits the virtual keyboard and saves any changes \\ |
Nils Wallménius | 504c040 | 2007-01-05 13:37:53 +0000 | [diff] [blame] | 189 | \ActionKbdBackSpace |
| 190 | & Deletes the character before the line cursor \\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 191 | % |
Nils Wallménius | fa6c449 | 2007-03-04 22:47:20 +0000 | [diff] [blame] | 192 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD}{ |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 193 | \ActionKbdMorseInput |
| 194 | & Enters Morse input mode \\ |
| 195 | \ActionKbdMorseSelect |
| 196 | & Tap to select a character in Morse input mode \\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 197 | } |
| 198 | \end{btnmap} |
| 199 | \end{table} |
| 200 | } |
| 201 | |
Nils Wallménius | 504c040 | 2007-01-05 13:37:53 +0000 | [diff] [blame] | 202 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 203 | \textbf{Picker area} |
| 204 | \begin{table} |
| 205 | \begin{btnmap}{}{} |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 206 | \ActionKbdUp/\ActionKbdDown & Move about the virtual keyboard. |
| 207 | If you move out of the picker area, you get to the \emph{Line edit mode}. \\ |
| 208 | \ActionKbdLeft/\ActionKbdRight & (moves the solid cursor). \\ |
| 209 | \ActionKbdSelect |
| 210 | & Inserts the currently selected keyboard letter at the current |
| 211 | filename cursor position \\ |
| 212 | \ActionKbdDone |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 213 | & Exits the virtual keyboard and saves any changes \\ |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 214 | \ActionKbdAbort |
| 215 | & Exits the virtual keyboard without saving any changes\\ |
Nils Wallménius | 504c040 | 2007-01-05 13:37:53 +0000 | [diff] [blame] | 216 | \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{ |
| 217 | \ActionKbdMorseInput |
| 218 | & Enters Morse input mode \\ |
| 219 | \ActionKbdMorseSelect |
| 220 | & Tap to select a character in Morse input mode \\ |
| 221 | } |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 222 | \end{btnmap} |
| 223 | \end{table} |
| 224 | \textbf{Line edit mode} |
| 225 | \begin{table} |
| 226 | \begin{btnmap}{}{} |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 227 | \ActionKbdLeft/\ActionKbdRight & Move left and right\\ |
| 228 | \ActionKbdSelect & Deletes the letter to the left of the cursor\\ |
| 229 | \ActionKbdUp/\ActionKbdDown & Returns to the picker area\\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 230 | \end{btnmap} |
| 231 | \end{table} |
| 232 | } |
| 233 | \opt{ondio}{ |
Martin Arver | 7bdd03a | 2006-08-27 15:00:50 +0000 | [diff] [blame] | 234 | \begin{table} |
| 235 | \begin{btnmap}{Picker area}{} |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 236 | \ButtonUp/\ButtonDown/\ButtonLeft/\ButtonRight |
| 237 | & Move about the virtual keyboard (moves the solid cursor). |
| 238 | If you move out of the picker area with \ButtonUp/\ButtonDown, |
| 239 | you get to the line edit mode. \\ |
| 240 | \ButtonMenu |
| 241 | & Selects the letter underneath the cursor. \\ |
Marianne Arnold | e3e0a3a | 2007-10-07 17:54:12 +0000 | [diff] [blame] | 242 | Long \ButtonMenu |
Martin Arver | 7bdd03a | 2006-08-27 15:00:50 +0000 | [diff] [blame] | 243 | & Accepts the change and returns to the File Browser.\\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 244 | \ButtonOff |
Martin Arver | 7bdd03a | 2006-08-27 15:00:50 +0000 | [diff] [blame] | 245 | & Quit the virtual keyboard without saving the changes.\\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 246 | \end{btnmap} |
| 247 | \end{table} |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 248 | \begin{table} |
Martin Arver | 7bdd03a | 2006-08-27 15:00:50 +0000 | [diff] [blame] | 249 | \begin{btnmap}{Line edit mode}{} |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 250 | \ButtonLeft/\ButtonRight & Move left and right\\ |
| 251 | \ButtonMenu & Deletes the letter to the left of the cursor\\ |
Marianne Arnold | e3e0a3a | 2007-10-07 17:54:12 +0000 | [diff] [blame] | 252 | Long \ButtonMenu & Accepts the deletion\\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 253 | \ButtonUp/\ButtonDown & Returns to the picker area\\ |
| 254 | \end{btnmap} |
| 255 | \end{table} |
Martin Arver | 7bdd03a | 2006-08-27 15:00:50 +0000 | [diff] [blame] | 256 | } |
Martin Arver | 1c49472 | 2006-08-27 21:38:06 +0000 | [diff] [blame] | 257 | |
Martin Arver | 7bdd03a | 2006-08-27 15:00:50 +0000 | [diff] [blame] | 258 | \opt{player}{ |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 259 | The current text line to be entered or edited is always listed on the first |
| 260 | line of the display. The second line of the display can contain the character |
| 261 | selection bar, as in the screenshot above. |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 262 | \begin{table} |
Martin Arver | 1c49472 | 2006-08-27 21:38:06 +0000 | [diff] [blame] | 263 | \begin{btnmap}{}{} |
| 264 | \ButtonOn & Toggle picker- and line edit mode\\ |
| 265 | \ButtonLeft/\ButtonRight & moves back and forth in the selected \\ |
| 266 | & line (picker of input line) \\ |
| 267 | \ButtonPlay & Picks character in character bar, or acts as backspace \\ |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 268 | & in the text line.\\ |
Marianne Arnold | e3e0a3a | 2007-10-07 17:54:12 +0000 | [diff] [blame] | 269 | Long \ButtonPlay & Accept\\ |
Martin Arver | 1c49472 | 2006-08-27 21:38:06 +0000 | [diff] [blame] | 270 | \ButtonStop & Cancel\\ |
| 271 | \ButtonMenu & Flips picker lines\\ |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 272 | \end{btnmap} |
| 273 | \end{table} |
| 274 | |
Dominik Riebeling | 231adb4 | 2006-08-25 15:58:02 +0000 | [diff] [blame] | 275 | } |
| 276 | |
| 277 | \input{rockbox_interface/tagcache.tex} |
| 278 | \input{rockbox_interface/wps.tex} |
Martin Arver | 0481d5b | 2006-10-10 15:14:36 +0000 | [diff] [blame] | 279 | |
| 280 | %Include playlist section |
Jonas Häggqvist | 6b1d2cb | 2006-11-25 09:42:06 +0000 | [diff] [blame] | 281 | \input{working_with_playlists/main.tex} |