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
This commit is contained in:
parent
5c9fe52629
commit
47cff8dda0
4 changed files with 9 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
\begin{table}
|
||||
\begin{btnmap}{}{}
|
||||
\ActionStdCancel
|
||||
\opt{HAVEREMOTEPAD}{& \ActionRCStdCancel}
|
||||
\opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
|
||||
& Exit / Abort\\
|
||||
\end{btnmap}
|
||||
\end{table}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue