summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-08-02 11:47:33 +0000
committerNils Wallménius <nils@rockbox.org>2007-08-02 11:47:33 +0000
commit76635d55d1520e572c7f5408df444524e4aadb80 (patch)
treea7974222e3039a06bd2ac10491964a164c17ddb8 /manual
parent6a0ec8bfa86e7fcf02a9179dc8adbf2f0e25e6e7 (diff)
downloadrockbox-76635d55d1520e572c7f5408df444524e4aadb80.tar.gz
rockbox-76635d55d1520e572c7f5408df444524e4aadb80.zip
Fix the buttonmap for text_editor, closes FS#7517
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14139 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/text_editor.tex18
1 files changed, 5 insertions, 13 deletions
diff --git a/manual/plugins/text_editor.tex b/manual/plugins/text_editor.tex
index c51e8cfe53..3f4d348975 100644
--- a/manual/plugins/text_editor.tex
+++ b/manual/plugins/text_editor.tex
@@ -8,7 +8,7 @@ If you start the Text Editor from the plugin browser you will be greeted with
8a blank screen. When started from the \setting{Open with} menu item your file 8a blank screen. When started from the \setting{Open with} menu item your file
9should be shown on the screen. You can now edit the file. 9should be shown on the screen. You can now edit the file.
10The Text Editor is line based. This means you can edit one line at a time using 10The Text Editor is line based. This means you can edit one line at a time using
11the virtual keyboard. 11the \setting{Virtual Keyboard} (see \reference{sec:virtual_keyboard}).
12 12
13\begin{itemize} 13\begin{itemize}
14 \item Move the selection bar to the line you want to edit. 14 \item Move the selection bar to the line you want to edit.
@@ -20,18 +20,10 @@ the virtual keyboard.
20 20
21\begin{table} 21\begin{table}
22 \begin{btnmap}{}{} 22 \begin{btnmap}{}{}
23 \opt{RECORDER_PAD}{\ButtonPlay}\opt{ONDIO_PAD}{\ButtonMenu} 23 \ActionStdOk & Edit Line / Select Character\\
24 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonSelect} 24 \ActionStdCancel & Exit / Abort Editing\\
25 & Edit Line / Select Character\\ 25 \ActionStdMenu & Show Item Menu\\
26 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 26 \ActionStdContext & Delete Line\\
27 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}\opt{IAUDIO_X5_PAD}{\ButtonPower}
28 & Exit / Abort Editing\\
29 \opt{RECORDER_PAD}{\ButtonFOne}\opt{ONDIO_PAD}{Hold \ButtonMenu}
30 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
31 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
32 & Show Item Menu / Accept Line\\
33 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec & Delete Line / Delete Character\\}
34 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft & Delete Line / Delete Character\\}
35 \end{btnmap} 27 \end{btnmap}
36\end{table} 28\end{table}
37 29