diff options
Diffstat (limited to 'manual/platform/h10_5gb.tex')
-rw-r--r-- | manual/platform/h10_5gb.tex | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index 1c3e99f228..c2aa6589ab 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -29,7 +29,6 @@ \newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}} \newcommand{\ButtonPower}{\btnfnt{Power}} - %Button actions, standard context \newcommand{\ActionStdPrev}{\ButtonScrollUp} \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp} @@ -59,6 +58,12 @@ \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft} \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} +%Button actions, tree context +\newcommand{\ActionTreeWps}{\ButtonPlay} +\newcommand{\ActionTreeStop}{Long \ButtonPlay} +\newcommand{\ActionTreeEnter}{\ButtonRight} +\newcommand{\ActionTreeParentDirectory}{\ButtonLeft} + %Button actions, YesNo context \newcommand{\ActionYesNoAccept}{\ButtonRight} @@ -80,4 +85,4 @@ \newcommand{\ActionPsNudgeLeft}{\ButtonRew} \newcommand{\ActionPsNudgeRight}{\ButtonFF} \newcommand{\ActionPsReset}{\ButtonPlay} -\newcommand{\ActionPsExit}{\ButtonLeft}
\ No newline at end of file +\newcommand{\ActionPsExit}{\ButtonLeft} |