diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-08-27 21:38:06 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-08-27 21:38:06 +0000 |
| commit | 1c49472205e6c53972d9f5efe78e827df41bd857 (patch) | |
| tree | 753c3e64fe7c70e1fdc119bff9bfb25cb4a7995a | |
| parent | aa77eca8e3f5fbe1c0b84d4774d5f3864a3ad4c3 (diff) | |
| download | rockbox-1c49472205e6c53972d9f5efe78e827df41bd857.zip rockbox-1c49472205e6c53972d9f5efe78e827df41bd857.tar.gz rockbox-1c49472205e6c53972d9f5efe78e827df41bd857.tar.bz2 rockbox-1c49472205e6c53972d9f5efe78e827df41bd857.tar.xz | |
Fix to FS#5835. Update player vkeyboard description.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10774 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/rockbox_interface/playback.tex | 42 |
1 files changed, 11 insertions, 31 deletions
diff --git a/manual/rockbox_interface/playback.tex b/manual/rockbox_interface/playback.tex index 2f01c22..849e6b5 100644 --- a/manual/rockbox_interface/playback.tex +++ b/manual/rockbox_interface/playback.tex @@ -285,44 +285,24 @@ This is the virtual keyboard that is used when entering file names in Rockbox. \end{btnmap} \end{table} } + \opt{player}{ The current filename is always listed on the first line of the display. The second line of the display can contain the character selection bar, as in the - screenshot above, or one of a number of other options. + screenshot above. \begin{table} - \begin{btnmap}{}{} - \ButtonLeft/\ButtonRight & Moves the arrow to/from the filename \\ - & and changes between the character bar \\ - & and BACKSPACE, DELETE, ACCEPT and ABORT. \\ - \ButtonPlay/\ButtonStop & Varies (see below) \\ - \ButtonMenu & Shift. When the character selection bar is selected\\ - & this changes between upper case, lower case, \\ - & and accented letters. \\ + \begin{btnmap}{}{} + \ButtonOn & Toggle picker- and line edit mode\\ + \ButtonLeft/\ButtonRight & moves back and forth in the selected \\ + & line (picker of input line) \\ + \ButtonPlay & Picks character in character bar, or acts as backspace \\ + & in the filename.\\ + Hold \ButtonPlay & Accept\\ + \ButtonStop & Cancel\\ + \ButtonMenu & Flips picker lines\\ \end{btnmap} \end{table} - The function of the \ButtonPlay\ and \ButtonStop\ buttons depends on what the - arrow is pointing to, as follows. - - \begin{table} - \begin{center} - \begin{tabularx}{.75\textwidth}{lX} - \textbf{Selected option} & \textbf{Play/Stop function} \\\midrule - filename & Moves the cursor left (\ButtonStop) \\ - & or right (\ButtonPlay) within the filename \\ - character bar & Moves the character bar to the next (\ButtonPlay)\\ - & or previous (\ButtonStop) character. \\ - BACKSPACE & \ButtonPlay deletes the character before \\ - & the current cursor position \\ - DELETE & \ButtonPlay deletes the character at the \\ - & current cursor position\\ - ACCEPT & \ButtonPlay exits the virtual keyboard and \\ - & saves any changes \\ - ABORT & \ButtonPlay exits the virtual keyboard and \\ - & discards any changes \\\bottomrule - \end{tabularx} - \end{center} - \end{table} } \input{rockbox_interface/tagcache.tex} |