It would by fine if there was settable shortcuts for actions when is plasmoid active. For example - i have plasmoid icon in panel. When I click on icon, I can see plasmoid with buttons "prev" "play" "next". When I press space key, it should pause music. Etc. Thanks
Interesting idea, however, you could use Tab to navigate to the buttons, and there are also global shortcuts so you wouldn't actually need to open the applet at all.
Git commit df37fc86e507469bbb60889a108469784fd9377f by Kai Uwe Broulik. Committed on 28/02/2016 at 21:35. Pushed by broulik into branch 'master'. [Media Controller] Add keyboard shortcuts to the applet itself When the applet is opened you can press the following keys to control it: * Space (and K): Play/Pause * P: Previous song * N: Next song * S: Stop playback * Left key (or J): seek back 5s * Right key (or L): seek forward 5s * Home: Go to beginning of track * End: Go to end of track (ie. basically goes to next track) * 0..9: Jump to 0%, 10%, 20%, etc of track's length depending on the number Of course there's still the global shortcuts so you don't actually need this. While at it I made the slider a bit more reliable while manipulating it so it wouldn't twitch around. FIXED-IN: 5.6.0 M +39 -2 applets/mediacontroller/contents/ui/ExpandedRepresentation.qml M +4 -0 applets/mediacontroller/contents/ui/main.qml http://commits.kde.org/plasma-workspace/df37fc86e507469bbb60889a108469784fd9377f
Thank you,I am looking forward to the new version.