From d520dcbfbb41e816b50085556a1f447b3a22da79 Mon Sep 17 00:00:00 2001 From: "roman.artiukhin" Date: Sun, 30 Oct 2022 14:04:17 +0200 Subject: 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 --- manual/platform/keymap-sansaclip.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manual/platform/keymap-sansaclip.tex') 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} -- cgit v1.2.3