Manual: Correct clip/clip+ pitchscreen button table. Closes FS#11671.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28256 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7d494ec4c5
commit
60e2af282b
1 changed files with 5 additions and 5 deletions
|
@ -75,14 +75,14 @@
|
|||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonHome}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonRight}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonRight}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonLeft}
|
||||
\newcommand{\ActionPsDecBig}{Long \ButtonLeft}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonDown}
|
||||
\newcommand{\ActionPsDecBig}{Long \ButtonDown}
|
||||
\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
|
||||
\newcommand{\ActionPsNudgeRight}{\ButtonRight}
|
||||
\newcommand{\ActionPsReset}{\ButtonSelect}
|
||||
\newcommand{\ActionPsExit}{\ButtonPower{} or \ButtonUp}
|
||||
\newcommand{\ActionPsExit}{\ButtonPower}
|
||||
|
||||
%Button actions, Recording screen context
|
||||
\newcommand{\ActionRecPause}{\ButtonSelect}
|
||||
|
|
Loading…
Reference in a new issue