summaryrefslogtreecommitdiffstats
path: root/manual/platform/h10.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-10-17 11:00:28 +0000
committerMartin Arver <martin.arver@gmail.com>2006-10-17 11:00:28 +0000
commit2145484ac23ad4cf0f1af8f3cff5cb7e3874d2ee (patch)
tree5b632bd76a535663233cfcdc9c36c5e0bcac9482 /manual/platform/h10.tex
parentfb7edc00675413c660a762a363d0bffef78dc548 (diff)
downloadrockbox-2145484ac23ad4cf0f1af8f3cff5cb7e3874d2ee.tar.gz
rockbox-2145484ac23ad4cf0f1af8f3cff5cb7e3874d2ee.zip
Adopt pitch screen table to Action codes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11244 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/h10.tex')
-rw-r--r--manual/platform/h10.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index 35daae0b8d..153c604ba2 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -70,3 +70,13 @@
\newcommand{\ActionKbdAbort}{\ButtonFF}
\newcommand{\ActionKbdUp}{\ButtonScrollUp}
\newcommand{\ActionKbdDown}{\ButtonScrollDown}
+
+%Button actions, Pitch Screen context
+\newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
+\newcommand{\ActionPsIncBig}{Hold \ButtonScrollUp}
+\newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
+\newcommand{\ActionPsDecBig}{Hold \ButtonScrollDown}
+\newcommand{\ActionPsNudgeLeft}{\ButtonRew}
+\newcommand{\ActionPsNudgeRight}{\ButtonFF}
+\newcommand{\ActionPsReset}{\ButtonPlay}
+\newcommand{\ActionPsExit}{\ButtonLeft} \ No newline at end of file