From 2145484ac23ad4cf0f1af8f3cff5cb7e3874d2ee Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Tue, 17 Oct 2006 11:00:28 +0000 Subject: Adopt pitch screen table to Action codes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11244 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/h1xx.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manual/platform/h1xx.tex') diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex index ca3897e32d..99c5187ff1 100644 --- a/manual/platform/h1xx.tex +++ b/manual/platform/h1xx.tex @@ -78,3 +78,13 @@ \newcommand{\ActionKbdMorseSelect}{\ButtonSelect} \newcommand{\ActionKbdUp}{\ButtonUp} \newcommand{\ActionKbdDown}{\ButtonDown} + +%Button actions, Pitch Screen context +\newcommand{\ActionPsIncSmall}{\ButtonUp} +\newcommand{\ActionPsIncBig}{Hold \ButtonUp} +\newcommand{\ActionPsDecSmall}{\ButtonDown} +\newcommand{\ActionPsDecBig}{Hold \ButtonDown} +\newcommand{\ActionPsNudgeLeft}{\ButtonLeft} +\newcommand{\ActionPsNudgeRight}{\ButtonRight} +\newcommand{\ActionPsReset}{\ButtonOn} +\newcommand{\ActionPsExit}{\ButtonOff} \ No newline at end of file -- cgit v1.2.3