From 1d095d1545fcbd74d201a5d63cee654fe9141187 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 28 Jan 2008 09:06:59 +0000 Subject: 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 --- manual/platform/e200.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'manual') 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 @@ %Button actions, Pitch Screen context \newcommand{\ActionPsToggleMode}{\ButtonRec} -\newcommand{\ActionPsIncSmall}{\ButtonUp} -\newcommand{\ActionPsIncBig}{Long \ButtonUp} -\newcommand{\ActionPsDecSmall}{\ButtonDown} -\newcommand{\ActionPsDecBig}{Long \ButtonDown} +\newcommand{\ActionPsIncSmall}{\ButtonScrollUp} +\newcommand{\ActionPsIncBig}{Long \ButtonScrollUp} +\newcommand{\ActionPsDecSmall}{\ButtonScrollDown} +\newcommand{\ActionPsDecBig}{Long \ButtonScrollDown} \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonSelect} -\newcommand{\ActionPsExit}{\ButtonPower} +\newcommand{\ActionPsExit}{\ButtonPower{} or \ButtonUp} %Button actions, Recording screen context \newcommand{\ActionRecPause}{\ButtonUp} -- cgit v1.2.3