summaryrefslogtreecommitdiff
path: root/manual/plugins/text_editor.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-07-22 21:40:29 +0000
committerAlex Parker <rockbox@aeparker.com>2009-07-22 21:40:29 +0000
commit300b12e0046d40a11df366ab981cf91d92f67a45 (patch)
tree581c57425fb1c502c7347cea00f2e10f3b2c89a7 /manual/plugins/text_editor.tex
parent457eb6b2e9228acff75eaf33eae56e9b91c65a89 (diff)
downloadrockbox-300b12e0046d40a11df366ab981cf91d92f67a45.tar.gz
rockbox-300b12e0046d40a11df366ab981cf91d92f67a45.zip
Add H100 remote keys for plugins to the manual. For the vast majority
of plugins this is just exit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22000 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/text_editor.tex')
-rw-r--r--manual/plugins/text_editor.tex19
1 files changed, 15 insertions, 4 deletions
diff --git a/manual/plugins/text_editor.tex b/manual/plugins/text_editor.tex
index 5fa1ba25d3..662cf9e351 100644
--- a/manual/plugins/text_editor.tex
+++ b/manual/plugins/text_editor.tex
@@ -20,10 +20,21 @@ the \setting{Virtual Keyboard} (see \reference{sec:virtual_keyboard}).
20 20
21\begin{table} 21\begin{table}
22 \begin{btnmap}{}{} 22 \begin{btnmap}{}{}
23 \ActionStdOk \opt{HAVEREMOTEKEYPAD}{&} & Edit Line / Select Character\\ 23 \ActionStdOk
24 \ActionStdCancel \opt{HAVEREMOTEKEYPAD}{&} & Exit / Abort Editing\\ 24 \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdOk}
25 \ActionStdMenu \opt{HAVEREMOTEKEYPAD}{&} & Show Item Menu\\ 25 & Edit Line / Select Character\\
26 \ActionStdContext \opt{HAVEREMOTEKEYPAD}{&} & Delete Line\\ 26
27 \ActionStdCancel
28 \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdCancel}
29 & Exit / Abort Editing\\
30
31 \ActionStdMenu
32 \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdMenu}
33 & Show Item Menu\\
34
35 \ActionStdContext
36 \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdContext}
37 & Delete Line\\
27 \end{btnmap} 38 \end{btnmap}
28\end{table} 39\end{table}
29 40