summaryrefslogtreecommitdiffstats
path: root/manual/platform/keymap-sansaclip.tex
diff options
context:
space:
mode:
authorroman.artiukhin <bahusdrive@gmail.com>2022-10-30 14:04:17 +0200
committerChristian Soffke <christian.soffke@gmail.com>2022-12-13 20:24:37 -0500
commitd520dcbfbb41e816b50085556a1f447b3a22da79 (patch)
treec7fd737f66a96a5188ed7198dac408cdbf6f9763 /manual/platform/keymap-sansaclip.tex
parent0747415277f2f7b0a589d53d90100df29c636b38 (diff)
downloadrockbox-d520dcbfbb.tar.gz
rockbox-d520dcbfbb.zip
Exit Pitchscreen on BUTTON_HOME for Sansa Clip
ToggleMode is remapped to BUTTON_SELECT Reset is remapped to Long BUTTON_HOME or Long BUTTON_SELECT (avoids accidental reset by pressing BUTTON_SELECT) Change-Id: I6fc4050c66db2d7db7ec899f9c83b70754fef9df
Diffstat (limited to 'manual/platform/keymap-sansaclip.tex')
-rw-r--r--manual/platform/keymap-sansaclip.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/platform/keymap-sansaclip.tex b/manual/platform/keymap-sansaclip.tex
index 83a16135ed..29cb74dcc2 100644
--- a/manual/platform/keymap-sansaclip.tex
+++ b/manual/platform/keymap-sansaclip.tex
@@ -76,15 +76,15 @@
\newcommand{\ActionKbdPageFlip}{}
%Button actions, Pitch Screen context
-\newcommand{\ActionPsToggleMode}{\ButtonHome}
+\newcommand{\ActionPsToggleMode}{\ButtonSelect}
\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}
+\newcommand{\ActionPsReset}{Long \ButtonHome or Long \ButtonSelect}
+\newcommand{\ActionPsExit}{\ButtonPower or \ButtonHome}
%Button actions, Recording screen context
\newcommand{\ActionRecPause}{\ButtonSelect}