summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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