Requested: https://www.reddit.com/r/kde/comments/6edsa7/mute_app_on_middle_click_in_task_bar_option/ This seems straight forward enough to implement since the functionality and config UI is already implemented which can be used as an example. * https://github.com/KDE/plasma-desktop/blob/master/applets/taskmanager/package/contents/config/main.xml#L78 * https://github.com/KDE/plasma-desktop/blob/master/applets/taskmanager/package/contents/ui/ConfigGeneral.qml#L161 * https://github.com/KDE/plasma-desktop/blob/master/applets/taskmanager/package/contents/ui/Task.qml#L144 * https://github.com/KDE/plasma-desktop/blob/master/applets/taskmanager/package/contents/ui/Task.qml#L244
Sounds like you've done a lot of code sleuthing already! Wanna submit a patch?
Adding some information: middle-clicking volume and microphone icons in the taskbar already mutes audio/microphone (tested in plasma desktop 5.19.3).
You can left-click it, too. :) In fact I wonder if this feature is even needed anymore now that we have a nice discoverable interactive volume icon on Task Manager Tasks. What do you think?
I agree with you. At least for me, the volume icon and already available interactions should be enough.
I agree, yeah.