Commit FS#7773 by Alexander Levin - Add UP (play) as an alternative exit button for the pitch screen on the E200. Plus changes by me to add this new button to the manual, plus also correct the description of other button mappings in the pitch screen.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16180 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-01-28 09:06:59 +00:00
parent 3f4fd4d6a0
commit 1d095d1545
2 changed files with 6 additions and 5 deletions

View file

@ -201,6 +201,7 @@ static const struct button_mapping button_context_pitchscreen[] = {
{ ACTION_PS_TOGGLE_MODE, BUTTON_REC, BUTTON_NONE },
{ ACTION_PS_RESET, BUTTON_SELECT, BUTTON_NONE },
{ ACTION_PS_EXIT, BUTTON_POWER, BUTTON_NONE },
{ ACTION_PS_EXIT, BUTTON_UP, BUTTON_NONE },
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD),
}; /* button_context_pitchscreen */

View file

@ -101,14 +101,14 @@
%Button actions, Pitch Screen context
\newcommand{\ActionPsToggleMode}{\ButtonRec}
\newcommand{\ActionPsIncSmall}{\ButtonUp}
\newcommand{\ActionPsIncBig}{Long \ButtonUp}
\newcommand{\ActionPsDecSmall}{\ButtonDown}
\newcommand{\ActionPsDecBig}{Long \ButtonDown}
\newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
\newcommand{\ActionPsIncBig}{Long \ButtonScrollUp}
\newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
\newcommand{\ActionPsDecBig}{Long \ButtonScrollDown}
\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
\newcommand{\ActionPsNudgeRight}{\ButtonRight}
\newcommand{\ActionPsReset}{\ButtonSelect}
\newcommand{\ActionPsExit}{\ButtonPower}
\newcommand{\ActionPsExit}{\ButtonPower{} or \ButtonUp}
%Button actions, Recording screen context
\newcommand{\ActionRecPause}{\ButtonUp}