A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Sansa Clip keymap: Playlist on short Down press and Hotkey on long Down press in WPS

Change-Id: I39a01df90b658d76b9cf2f94d9a81a4f7ff076cf

authored by

roman.artiukhin and committed by
Aidan MacDonald
f2a5b78b 3acd5f86

+4 -4
+2 -2
apps/keymaps/keymap-clip.c
··· 84 84 { ACTION_WPS_ID3SCREEN, BUTTON_SELECT|BUTTON_DOWN, BUTTON_SELECT }, 85 85 86 86 #ifdef HAVE_HOTKEY /* down|repeat doesn't work in the file browser */ 87 - { ACTION_WPS_HOTKEY, BUTTON_DOWN, BUTTON_NONE }, 87 + { ACTION_WPS_HOTKEY, BUTTON_DOWN|BUTTON_REPEAT, BUTTON_DOWN }, 88 88 #endif 89 - { ACTION_WPS_VIEW_PLAYLIST, BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE }, 89 + { ACTION_WPS_VIEW_PLAYLIST, BUTTON_DOWN|BUTTON_REL, BUTTON_DOWN }, 90 90 91 91 #ifndef HAS_BUTTON_HOLD /* Clip+ */ 92 92 { ACTION_STD_KEYLOCK, BUTTON_HOME|BUTTON_SELECT, BUTTON_NONE },
+2 -2
manual/platform/keymap-sansaclip.tex
··· 40 40 \newcommand{\ActionWpsContext}{Long \ButtonSelect} 41 41 \newcommand{\ActionWpsBrowse}{\ButtonSelect} 42 42 \newcommand{\ActionWpsPitchScreen}{Long \ButtonUp} 43 - \newcommand{\ActionWpsPlaylist}{Long \ButtonDown} 43 + \newcommand{\ActionWpsPlaylist}{\ButtonDown} 44 44 \newcommand{\ActionWpsIdThreeScreen}{\ButtonSelect{} + \ButtonDown} 45 - \newcommand{\ActionWpsHotkey}{\ButtonDown} 45 + \newcommand{\ActionWpsHotkey}{Long \ButtonDown} 46 46 47 47 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight} 48 48 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft}