diff options
Diffstat (limited to 'manual/platform/h1xx.tex')
-rw-r--r-- | manual/platform/h1xx.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex index 4ecfd408da..cd13eac612 100644 --- a/manual/platform/h1xx.tex +++ b/manual/platform/h1xx.tex @@ -80,14 +80,15 @@ \newcommand{\ActionKbdDown}{\ButtonDown} %Button actions, Pitch Screen context +\newcommand{\ActionPsToggleMode}{\ButtonMode} \newcommand{\ActionPsIncSmall}{\ButtonUp} \newcommand{\ActionPsIncBig}{Long \ButtonUp} \newcommand{\ActionPsDecSmall}{\ButtonDown} \newcommand{\ActionPsDecBig}{Long \ButtonDown} \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeRight}{\ButtonRight} -\newcommand{\ActionPsReset}{\ButtonOn} -\newcommand{\ActionPsExit}{\ButtonOff} +\newcommand{\ActionPsReset}{\ButtonSelect} +\newcommand{\ActionPsExit}{\ButtonOn{} or \ButtonOff} %Button actions, Recording screen context \newcommand{\ActionRecPause}{\ButtonOn} |