diff options
author | Alex Parker <rockbox@aeparker.com> | 2010-10-12 17:43:37 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2010-10-12 17:43:37 +0000 |
commit | 60e2af282b0b22d3ffc8878c896af99ed734f790 (patch) | |
tree | fd54814b6610c580ed210351db7bafc5b61d64e2 /manual | |
parent | 7d494ec4c5a06e490f2a777fd12b6a304c65f5a8 (diff) | |
download | rockbox-60e2af282b0b22d3ffc8878c896af99ed734f790.tar.gz rockbox-60e2af282b0b22d3ffc8878c896af99ed734f790.zip |
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
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform/keymap-sansaclip.tex | 10 |
1 files 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} |