Fix up and finish what I started with r17886.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17888 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
84dbc76522
commit
d40d17829f
5 changed files with 5 additions and 3 deletions
|
@ -133,7 +133,7 @@ static const struct button_mapping button_context_pitchscreen[] = {
|
|||
{ ACTION_PS_EXIT, BUTTON_OFF, BUTTON_NONE },
|
||||
|
||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
|
||||
}; /* button_context_quickscreen */
|
||||
}; /* button_context_pitchscreen */
|
||||
|
||||
static const struct button_mapping button_context_recscreen[] = {
|
||||
{ ACTION_REC_PAUSE, BUTTON_MENU|BUTTON_REL, BUTTON_MENU },
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
\newcommand{\ActionStdCancel}{\ButtonLeft}
|
||||
\newcommand{\ActionStdContext}{Long \ButtonSelect}
|
||||
\newcommand{\ActionStdQuickScreen}{Long \ButtonDown}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonPower}
|
||||
\newcommand{\ActionStdMenu}{\ButtonPower}
|
||||
\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
|
||||
\newcommand{\ActionStdRec}{Long \ButtonRec}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
|
||||
\newcommand{\ActionStdContext}{Long \ButtonSelect}
|
||||
\newcommand{\ActionStdQuickScreen}{Long \ButtonRec}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonMenu}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonRec}
|
||||
\newcommand{\ActionStdMenu}{\ButtonRec}
|
||||
\newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay}
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonDisplay{} or \ButtonPower}
|
||||
\newcommand{\ActionStdContext}{Long \ButtonSelect}
|
||||
\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonMenu}
|
||||
\newcommand{\ActionStdMenu}{\ButtonMenu}
|
||||
\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
|
||||
\newcommand{\ActionStdUsbCharge}{\ButtonRight}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
|
||||
\newcommand{\ActionStdContext}{Long \ButtonSelect}
|
||||
\newcommand{\ActionStdQuickScreen}{Long \ButtonRec}
|
||||
+\newcommand{\ActionQuickScreenExit}{\ButtonRec}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonRec}
|
||||
\newcommand{\ActionStdMenu}{\ButtonRec}
|
||||
\newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay}
|
||||
|
||||
|
|
Loading…
Reference in a new issue