summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--manual/plugins/disktidy.tex2
-rw-r--r--manual/plugins/mpegplayer.tex1
-rw-r--r--manual/plugins/random_folder_advance_config.tex6
-rw-r--r--manual/plugins/text_editor.tex8
4 files changed, 9 insertions, 8 deletions
diff --git a/manual/plugins/disktidy.tex b/manual/plugins/disktidy.tex
index d8394d48dc..6892406e64 100644
--- a/manual/plugins/disktidy.tex
+++ b/manual/plugins/disktidy.tex
@@ -23,7 +23,7 @@
\begin{table}
\begin{btnmap}{}{}
\ActionStdCancel
- \opt{HAVEREMOTEPAD}{& \ActionRCStdCancel}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
& Exit / Abort\\
\end{btnmap}
\end{table}
diff --git a/manual/plugins/mpegplayer.tex b/manual/plugins/mpegplayer.tex
index af3895ed09..57c5ec2e3e 100644
--- a/manual/plugins/mpegplayer.tex
+++ b/manual/plugins/mpegplayer.tex
@@ -22,6 +22,7 @@ option and choose \setting{mpegplayer}.
\opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonLeft{} or \ButtonVolDown{} /
\opt{HAVEREMOTEKEYMAP}{& }
\ButtonRight{} or \ButtonVolUp}
+ \opt{HAVEREMOTEKEYMAP}{& }
& Adjust volume up / down\\
\nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsSkipPrev{} / \ActionWpsSkipNext}
\opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonUp{} / \ButtonDown}
diff --git a/manual/plugins/random_folder_advance_config.tex b/manual/plugins/random_folder_advance_config.tex
index 129890c764..e71acf026f 100644
--- a/manual/plugins/random_folder_advance_config.tex
+++ b/manual/plugins/random_folder_advance_config.tex
@@ -29,16 +29,16 @@ it you need to have both \fname{-/CDs} and \fname{CDs} as entries.
\begin{table}
\begin{btnmap}{}{}
\ActionStdOk{}
- \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdOk}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk}
& Delete selected folder\\
\ActionStdContext{}
- \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdContext}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext}
& Bring up the context menu which allows you to
remove the selected folder or it's entire folder tree\\
\ActionStdCancel{}
- \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdCancel}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
& Exit\\
\end{btnmap}
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}).
\begin{table}
\begin{btnmap}{}{}
\ActionStdOk
- \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdOk}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk}
& Edit Line / Select Character\\
\ActionStdCancel
- \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdCancel}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
& Exit / Abort Editing\\
\ActionStdMenu
- \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdMenu}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdMenu}
& Show Item Menu\\
\ActionStdContext
- \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdContext}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext}
& Delete Line\\
\end{btnmap}
\end{table}