summaryrefslogtreecommitdiff
path: root/manual/platform/x5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform/x5.tex')
-rw-r--r--manual/platform/x5.tex14
1 files changed, 11 insertions, 3 deletions
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index ce6789ddd8..777b0a9cc6 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -72,10 +72,18 @@
72 72
73%Button actions, Pitch Screen context 73%Button actions, Pitch Screen context
74\newcommand{\ActionPsIncSmall}{\ButtonUp} 74\newcommand{\ActionPsIncSmall}{\ButtonUp}
75\newcommand{\ActionPsIncBig}{Hold \ButtonUp} 75\newcommand{\ActionPsIncBig}{Long \ButtonUp}
76\newcommand{\ActionPsDecSmall}{\ButtonDown} 76\newcommand{\ActionPsDecSmall}{\ButtonDown}
77\newcommand{\ActionPsDecBig}{Hold \ButtonDown} 77\newcommand{\ActionPsDecBig}{Long \ButtonDown}
78\newcommand{\ActionPsNudgeLeft}{\ButtonLeft} 78\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
79\newcommand{\ActionPsNudgeRight}{\ButtonRight} 79\newcommand{\ActionPsNudgeRight}{\ButtonRight}
80\newcommand{\ActionPsReset}{\ButtonPower} 80\newcommand{\ActionPsReset}{\ButtonPower}
81\newcommand{\ActionPsExit}{\ButtonPlay} \ No newline at end of file 81\newcommand{\ActionPsExit}{\ButtonPlay}
82
83%Button actions, Recording screen context
84\newcommand{\ActionRecPause}{\ButtonPlay}
85\newcommand{\ActionRecNewfile}{\ButtonRec}
86\newcommand{\ActionSettingsInc}{\ButtonRight}
87\newcommand{\ActionSettingsDec}{\ButtonLeft}
88\newcommand{\ActionRecMenu}{Long \ButtonRec}
89\newcommand{\ActionRecExit}{Long \ButtonPlay}