From 60e2af282b0b22d3ffc8878c896af99ed734f790 Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Tue, 12 Oct 2010 17:43:37 +0000 Subject: [PATCH] Manual: Correct clip/clip+ pitchscreen button table. Closes FS#11671. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28256 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/keymap-sansaclip.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manual/platform/keymap-sansaclip.tex b/manual/platform/keymap-sansaclip.tex index 7c9d43de87..c3eb495f32 100644 --- a/manual/platform/keymap-sansaclip.tex +++ b/manual/platform/keymap-sansaclip.tex @@ -75,14 +75,14 @@ %Button actions, Pitch Screen context \newcommand{\ActionPsToggleMode}{\ButtonHome} -\newcommand{\ActionPsIncSmall}{\ButtonRight} -\newcommand{\ActionPsIncBig}{Long \ButtonRight} -\newcommand{\ActionPsDecSmall}{\ButtonLeft} -\newcommand{\ActionPsDecBig}{Long \ButtonLeft} +\newcommand{\ActionPsIncSmall}{\ButtonUp} +\newcommand{\ActionPsIncBig}{Long \ButtonUp} +\newcommand{\ActionPsDecSmall}{\ButtonDown} +\newcommand{\ActionPsDecBig}{Long \ButtonDown} \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonSelect} -\newcommand{\ActionPsExit}{\ButtonPower{} or \ButtonUp} +\newcommand{\ActionPsExit}{\ButtonPower} %Button actions, Recording screen context \newcommand{\ActionRecPause}{\ButtonSelect} -- 2.11.4.GIT