forked from len0rd/rockbox
Exit Pitchscreen on BUTTON_HOME for Sansa Clip
ToggleMode is remapped to BUTTON_SELECT Reset is remapped to Long BUTTON_HOME or Long BUTTON_SELECT (avoids accidental reset by pressing BUTTON_SELECT) Change-Id: I6fc4050c66db2d7db7ec899f9c83b70754fef9df
This commit is contained in:
parent
0747415277
commit
d520dcbfbb
2 changed files with 7 additions and 5 deletions
|
|
@ -76,15 +76,15 @@
|
|||
\newcommand{\ActionKbdPageFlip}{}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonHome}
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonSelect}
|
||||
\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}
|
||||
\newcommand{\ActionPsReset}{Long \ButtonHome or Long \ButtonSelect}
|
||||
\newcommand{\ActionPsExit}{\ButtonPower or \ButtonHome}
|
||||
|
||||
%Button actions, Recording screen context
|
||||
\newcommand{\ActionRecPause}{\ButtonSelect}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue