summaryrefslogtreecommitdiff
path: root/manual/plugins/text_editor.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-07-22 22:25:09 +0000
committerAlex Parker <rockbox@aeparker.com>2009-07-22 22:25:09 +0000
commit47cff8dda0721caed24dac776113fad787800c44 (patch)
tree7b7831ac26fd92441729c64f41f39ccd94a35d73 /manual/plugins/text_editor.tex
parent5c9fe52629f2f0f68e25efe658281b2fa42bab84 (diff)
downloadrockbox-47cff8dda0721caed24dac776113fad787800c44.tar.gz
rockbox-47cff8dda0721caed24dac776113fad787800c44.zip
Fix manual button tables for disktidy, mpegplayer, text editor and
random folder advance config plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22004 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/text_editor.tex')
-rw-r--r--manual/plugins/text_editor.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/text_editor.tex b/manual/plugins/text_editor.tex
index 662cf9e351..f245cb4eda 100644
--- a/manual/plugins/text_editor.tex
+++ b/manual/plugins/text_editor.tex
@@ -21,19 +21,19 @@ the \setting{Virtual Keyboard} (see \reference{sec:virtual_keyboard}).
21\begin{table} 21\begin{table}
22 \begin{btnmap}{}{} 22 \begin{btnmap}{}{}
23 \ActionStdOk 23 \ActionStdOk
24 \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdOk} 24 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk}
25 & Edit Line / Select Character\\ 25 & Edit Line / Select Character\\
26 26
27 \ActionStdCancel 27 \ActionStdCancel
28 \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdCancel} 28 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
29 & Exit / Abort Editing\\ 29 & Exit / Abort Editing\\
30 30
31 \ActionStdMenu 31 \ActionStdMenu
32 \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdMenu} 32 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdMenu}
33 & Show Item Menu\\ 33 & Show Item Menu\\
34 34
35 \ActionStdContext 35 \ActionStdContext
36 \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdContext} 36 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext}
37 & Delete Line\\ 37 & Delete Line\\
38 \end{btnmap} 38 \end{btnmap}
39\end{table} 39\end{table}