summaryrefslogtreecommitdiff
path: root/manual/plugins/random_folder_advance_config.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/random_folder_advance_config.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/random_folder_advance_config.tex')
-rw-r--r--manual/plugins/random_folder_advance_config.tex18
1 files changed, 13 insertions, 5 deletions
diff --git a/manual/plugins/random_folder_advance_config.tex b/manual/plugins/random_folder_advance_config.tex
index 5e2de47d8f..129890c764 100644
--- a/manual/plugins/random_folder_advance_config.tex
+++ b/manual/plugins/random_folder_advance_config.tex
@@ -28,10 +28,18 @@ it you need to have both \fname{-/CDs} and \fname{CDs} as entries.
28\subsubsection{Folder List Editor Keys} 28\subsubsection{Folder List Editor Keys}
29\begin{table} 29\begin{table}
30\begin{btnmap}{}{} 30\begin{btnmap}{}{}
31 \ActionStdOk{} \opt{HAVEREMOTEKEYPAD}{&} & Delete selected folder\\ 31 \ActionStdOk{}
32 \ActionStdContext{} \opt{HAVEREMOTEKEYPAD}{&} 32 \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdOk}
33 & Bring up the context menu which allows you to 33 & Delete selected folder\\
34 remove the selected folder or it's entire folder tree\\ 34
35 \ActionStdCancel{} \opt{HAVEREMOTEKEYPAD}{&} & Exit\\ 35 \ActionStdContext{}
36 \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdContext}
37 & Bring up the context menu which allows you to
38 remove the selected folder or it's entire folder tree\\
39
40 \ActionStdCancel{}
41 \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdCancel}
42 & Exit\\
43
36\end{btnmap} 44\end{btnmap}
37\end{table} 45\end{table}