Forgot to add keys for the quickscreens' top item for the ipods (they didn't have ACTION_QS_DOWNINV before). As that one was used as exit button, remap the exit button to select as the other scrollwheel targets also do.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22597 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db287c0971
commit
9d70197f64
4 changed files with 6 additions and 4 deletions
|
@ -124,13 +124,15 @@ static const struct button_mapping button_context_bmark[] = {
|
|||
}; /* button_context_settings_bmark */
|
||||
|
||||
static const struct button_mapping button_context_quickscreen[] = {
|
||||
{ ACTION_QS_TOP, BUTTON_MENU, BUTTON_NONE },
|
||||
{ ACTION_QS_TOP, BUTTON_MENU|BUTTON_REPEAT, BUTTON_NONE },
|
||||
{ ACTION_QS_DOWN, BUTTON_PLAY, BUTTON_NONE },
|
||||
{ ACTION_QS_DOWN, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_NONE },
|
||||
{ ACTION_QS_LEFT, BUTTON_LEFT, BUTTON_NONE },
|
||||
{ ACTION_QS_LEFT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
|
||||
{ ACTION_QS_RIGHT, BUTTON_RIGHT, BUTTON_NONE },
|
||||
{ ACTION_QS_RIGHT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE },
|
||||
{ ACTION_STD_CANCEL, BUTTON_MENU, BUTTON_NONE },
|
||||
{ ACTION_STD_CANCEL, BUTTON_SELECT, BUTTON_NONE },
|
||||
|
||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
|
||||
}; /* button_context_quickscreen */
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
\newcommand{\ActionStdCancel}{\ButtonLeft{} or Long \ButtonPlay}
|
||||
\newcommand{\ActionStdContext}{Long \ButtonSelect}
|
||||
\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonMenu}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonSelect}
|
||||
\newcommand{\ActionStdMenu}{\ButtonMenu}
|
||||
\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
\newcommand{\ActionStdCancel}{\ButtonLeft{} or Long \ButtonPlay}
|
||||
\newcommand{\ActionStdContext}{Long \ButtonSelect}
|
||||
\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonMenu}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonSelect}
|
||||
\newcommand{\ActionStdMenu}{\ButtonMenu}
|
||||
\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
\newcommand{\ActionStdCancel}{\ButtonLeft{} or Long \ButtonPlay}
|
||||
\newcommand{\ActionStdContext}{Long \ButtonSelect}
|
||||
\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonMenu}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonSelect}
|
||||
\newcommand{\ActionStdMenu}{\ButtonMenu}
|
||||
\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
|
||||
\newcommand{\ActionStdUsbCharge}{\ButtonMenu}
|
||||
|
|
Loading…
Reference in a new issue