diff options
author | Alex Parker <rockbox@aeparker.com> | 2009-07-22 21:40:29 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2009-07-22 21:40:29 +0000 |
commit | 300b12e0046d40a11df366ab981cf91d92f67a45 (patch) | |
tree | 581c57425fb1c502c7347cea00f2e10f3b2c89a7 /manual/plugins/random_folder_advance_config.tex | |
parent | 457eb6b2e9228acff75eaf33eae56e9b91c65a89 (diff) | |
download | rockbox-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.tex | 18 |
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. \subsubsection{Folder List Editor Keys} \begin{table} \begin{btnmap}{}{} - \ActionStdOk{} \opt{HAVEREMOTEKEYPAD}{&} & Delete selected folder\\ - \ActionStdContext{} \opt{HAVEREMOTEKEYPAD}{&} - & Bring up the context menu which allows you to - remove the selected folder or it's entire folder tree\\ - \ActionStdCancel{} \opt{HAVEREMOTEKEYPAD}{&} & Exit\\ + \ActionStdOk{} + \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdOk} + & Delete selected folder\\ + + \ActionStdContext{} + \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdContext} + & Bring up the context menu which allows you to + remove the selected folder or it's entire folder tree\\ + + \ActionStdCancel{} + \opt{HAVEREMOTEKEYPAD}{& \ActionRCStdCancel} + & Exit\\ + \end{btnmap} \end{table} |