-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse wheel shortcuts akin to plasma's media player widget #115
Comments
Also go previous/next with back/forward mouse buttons Closes: ccatterina#115
Also go previous/next with back/forward mouse buttons Allow to scroll the volume var to adjust volume Closes: ccatterina#115
Also go previous/next with back/forward mouse buttons Allow to scroll the volume bar to adjust volume Closes: ccatterina#115
Added in #117, please test it out Update from the current version
Then logout/reboot/restart plasmashell Should the step size be configurable? I left it fixed to 5% |
Also go previous/next with back/forward mouse buttons Allow to scroll the volume bar to adjust volume Closes: ccatterina#115
Works perfectly! Thanks a lot for adding it.
Hmm, from what I can tell, Plasma's default mediaplayer widget follows the volume step size specified in settings, just like the volume widget. (Input & Output > Sound > Configure Volume Controls...) I feel it should follow that, if possible, for consistency with the rest of plasma. |
Also go previous/next with back/forward mouse buttons Allow to scroll the volume bar to adjust volume Closes: ccatterina#115
Added, the cpp plugin from the default media player provides that https://github.com/KDE/plasma-workspace/tree/master/applets/mediacontroller/plugin ( In theory, the default media player widget should always be shipped with Plasma, but since it is no longer a hard requirement to have working media shortcuts after MR applets/mediacontroller: port away from DataEngine (BUG 409190) I will add a conditional import and fallback to 5 if the module can't be imported. |
Also go previous/next with back/forward mouse buttons Allow to scroll the volume bar to adjust volume Closes: ccatterina#115
Also go previous/next with back/forward mouse buttons Allow to scroll the volume bar to adjust volume Closes: ccatterina#115
@luisbocanegra @AuraHerreroRuiz |
Also go previous/next with back/forward mouse buttons Allow to scroll the volume bar to adjust volume Closes: ccatterina#115
Understandable, reverted it back to 5%.
Personally, I never change the default on Plasma either, but for the people that do, an option that allows them to manually match the rest of the system could be nice IMHO. |
Also go previous/next with back/forward mouse buttons Allow to scroll the volume bar to adjust volume Closes: ccatterina#115
👍 it's fine for me! |
Also go previous/next with back/forward mouse buttons Allow to scroll the volume bar to adjust volume Closes: ccatterina#115
Something I'd like to see for this plasmoid is to add the actions the normal media player plasmoid has: Increase and decrease the current player's volume using the scroll wheel, and pause/resume on middle click.
The text was updated successfully, but these errors were encountered: