summaryrefslogtreecommitdiff
path: root/manual/platform/e200.tex
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-01-28 09:06:59 +0000
committerDave Chapman <dave@dchapman.com>2008-01-28 09:06:59 +0000
commit1d095d1545fcbd74d201a5d63cee654fe9141187 (patch)
tree8972f0a5b38799ad7862229cb7f9de0c0c462310 /manual/platform/e200.tex
parent3f4fd4d6a0d1bb6ce5e8e384e92f3a122e3f1ede (diff)
downloadrockbox-1d095d1545fcbd74d201a5d63cee654fe9141187.tar.gz
rockbox-1d095d1545fcbd74d201a5d63cee654fe9141187.zip
Commit FS#7773 by Alexander Levin - Add UP (play) as an alternative exit button for the pitch screen on the E200. Plus changes by me to add this new button to the manual, plus also correct the description of other button mappings in the pitch screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16180 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/e200.tex')
-rw-r--r--manual/platform/e200.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex
index 52646b1a59..664794376e 100644
--- a/manual/platform/e200.tex
+++ b/manual/platform/e200.tex
@@ -101,14 +101,14 @@
101 101
102%Button actions, Pitch Screen context 102%Button actions, Pitch Screen context
103\newcommand{\ActionPsToggleMode}{\ButtonRec} 103\newcommand{\ActionPsToggleMode}{\ButtonRec}
104\newcommand{\ActionPsIncSmall}{\ButtonUp} 104\newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
105\newcommand{\ActionPsIncBig}{Long \ButtonUp} 105\newcommand{\ActionPsIncBig}{Long \ButtonScrollUp}
106\newcommand{\ActionPsDecSmall}{\ButtonDown} 106\newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
107\newcommand{\ActionPsDecBig}{Long \ButtonDown} 107\newcommand{\ActionPsDecBig}{Long \ButtonScrollDown}
108\newcommand{\ActionPsNudgeLeft}{\ButtonLeft} 108\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
109\newcommand{\ActionPsNudgeRight}{\ButtonRight} 109\newcommand{\ActionPsNudgeRight}{\ButtonRight}
110\newcommand{\ActionPsReset}{\ButtonSelect} 110\newcommand{\ActionPsReset}{\ButtonSelect}
111\newcommand{\ActionPsExit}{\ButtonPower} 111\newcommand{\ActionPsExit}{\ButtonPower{} or \ButtonUp}
112 112
113%Button actions, Recording screen context 113%Button actions, Recording screen context
114\newcommand{\ActionRecPause}{\ButtonUp} 114\newcommand{\ActionRecPause}{\ButtonUp}