diff options
author | Nils Wallménius <nils@rockbox.org> | 2006-12-01 13:11:19 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2006-12-01 13:11:19 +0000 |
commit | c4a87312f0861e6c4c7cc0b0f7ed054570275763 (patch) | |
tree | 82f5811fff8a7f4ab5cad04abfd853924ea762e2 /manual/platform/h300.tex | |
parent | db0d74053a13e6c9e146c3b7c334dd015fc7ed02 (diff) | |
download | rockbox-c4a87312f0861e6c4c7cc0b0f7ed054570275763.tar.gz rockbox-c4a87312f0861e6c4c7cc0b0f7ed054570275763.zip |
updated pitch screen section with semitone mode and new buttonmappings patch FS#6402 by Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11639 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/h300.tex')
-rw-r--r-- | manual/platform/h300.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex index 292b16888a..51db495676 100644 --- a/manual/platform/h300.tex +++ b/manual/platform/h300.tex | |||
@@ -82,14 +82,15 @@ | |||
82 | \newcommand{\ActionKbdDown}{\ButtonDown} | 82 | \newcommand{\ActionKbdDown}{\ButtonDown} |
83 | 83 | ||
84 | %Button actions, Pitch Screen context | 84 | %Button actions, Pitch Screen context |
85 | \newcommand{\ActionPsToggleMode}{\ButtonMode} | ||
85 | \newcommand{\ActionPsIncSmall}{\ButtonUp} | 86 | \newcommand{\ActionPsIncSmall}{\ButtonUp} |
86 | \newcommand{\ActionPsIncBig}{Long \ButtonUp} | 87 | \newcommand{\ActionPsIncBig}{Long \ButtonUp} |
87 | \newcommand{\ActionPsDecSmall}{\ButtonDown} | 88 | \newcommand{\ActionPsDecSmall}{\ButtonDown} |
88 | \newcommand{\ActionPsDecBig}{Long \ButtonDown} | 89 | \newcommand{\ActionPsDecBig}{Long \ButtonDown} |
89 | \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} | 90 | \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} |
90 | \newcommand{\ActionPsNudgeRight}{\ButtonRight} | 91 | \newcommand{\ActionPsNudgeRight}{\ButtonRight} |
91 | \newcommand{\ActionPsReset}{\ButtonOn} | 92 | \newcommand{\ActionPsReset}{\ButtonSelect} |
92 | \newcommand{\ActionPsExit}{\ButtonOff} | 93 | \newcommand{\ActionPsExit}{\ButtonOn{} or \ButtonOff} |
93 | 94 | ||
94 | %Button actions, Recording screen context | 95 | %Button actions, Recording screen context |
95 | \newcommand{\ActionRecPause}{\ButtonOn} | 96 | \newcommand{\ActionRecPause}{\ButtonOn} |