Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

roman.artiukhin and committed by
Christian Soffke
d520dcbf 07474152

+7 -5
+4 -2
apps/keymaps/keymap-clip.c
··· 212 212 { ACTION_PS_NUDGE_LEFTOFF, BUTTON_LEFT|BUTTON_REL, BUTTON_NONE }, 213 213 { ACTION_PS_NUDGE_RIGHT, BUTTON_RIGHT, BUTTON_NONE }, 214 214 { ACTION_PS_NUDGE_RIGHTOFF, BUTTON_RIGHT|BUTTON_REL, BUTTON_NONE }, 215 - { ACTION_PS_TOGGLE_MODE, BUTTON_HOME|BUTTON_REL, BUTTON_HOME }, 216 - { ACTION_PS_RESET, BUTTON_SELECT, BUTTON_NONE }, 215 + { ACTION_PS_TOGGLE_MODE, BUTTON_SELECT|BUTTON_REL, BUTTON_SELECT }, 216 + { ACTION_PS_RESET, BUTTON_HOME|BUTTON_REPEAT, BUTTON_HOME }, 217 + { ACTION_PS_RESET, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT }, 217 218 { ACTION_PS_EXIT, BUTTON_POWER, BUTTON_NONE }, 219 + { ACTION_PS_EXIT, BUTTON_HOME|BUTTON_REL, BUTTON_HOME }, 218 220 { ACTION_PS_SLOWER, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, 219 221 { ACTION_PS_FASTER, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE }, 220 222 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD),
+3 -3
manual/platform/keymap-sansaclip.tex
··· 76 76 \newcommand{\ActionKbdPageFlip}{} 77 77 78 78 %Button actions, Pitch Screen context 79 - \newcommand{\ActionPsToggleMode}{\ButtonHome} 79 + \newcommand{\ActionPsToggleMode}{\ButtonSelect} 80 80 \newcommand{\ActionPsIncSmall}{\ButtonUp} 81 81 \newcommand{\ActionPsIncBig}{Long \ButtonUp} 82 82 \newcommand{\ActionPsDecSmall}{\ButtonDown} 83 83 \newcommand{\ActionPsDecBig}{Long \ButtonDown} 84 84 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} 85 85 \newcommand{\ActionPsNudgeRight}{\ButtonRight} 86 - \newcommand{\ActionPsReset}{\ButtonSelect} 87 - \newcommand{\ActionPsExit}{\ButtonPower} 86 + \newcommand{\ActionPsReset}{Long \ButtonHome or Long \ButtonSelect} 87 + \newcommand{\ActionPsExit}{\ButtonPower or \ButtonHome} 88 88 89 89 %Button actions, Recording screen context 90 90 \newcommand{\ActionRecPause}{\ButtonSelect}