diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-10-17 11:00:28 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-10-17 11:00:28 +0000 |
commit | 2145484ac23ad4cf0f1af8f3cff5cb7e3874d2ee (patch) | |
tree | 5b632bd76a535663233cfcdc9c36c5e0bcac9482 /manual/platform/ondiofm.tex | |
parent | fb7edc00675413c660a762a363d0bffef78dc548 (diff) | |
download | rockbox-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/ondiofm.tex')
-rw-r--r-- | manual/platform/ondiofm.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex index 3db49d8331..6a377c31f7 100644 --- a/manual/platform/ondiofm.tex +++ b/manual/platform/ondiofm.tex @@ -53,3 +53,13 @@ %Button actions, YesNo context \newcommand{\ActionYesNoAccept}{\ButtonRight} + +%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}{\ButtonMenu} +\newcommand{\ActionPsExit}{\ButtonOff} |