Version: (using KDE KDE 3.5.4) Installed from: Gentoo Packages Compiler: GCC 4.1.1 OS: Linux The attached patch allows the user to choose which action a middle mouse button click on the tray icon executes: - Default is the old behaviour (open / close the mixer window) - New behaviour is muting / unmuting I created a new checkbox in the configuration dialog to change the behaviour. I'd love to see this code in the repository because I mute / unmute far more often than I use the mixer window (which is also accessible by the left mouse button click and the popup menu).
Created attachment 18000 [details] patch based on KMix 2.6 (kde 3.5.4)
U should try "Sound Mixer" kicker applet, the fastest way to change the volumes with mouse! Anyway I give u my votes
*** This bug has been confirmed by popular vote. ***
*** Bug 137705 has been marked as a duplicate of this bug. ***
Is this feature included in the latest KDE versions or just with Kubuntu?
As far as I know the code is not in the official KDE repository yet. I never knew that Kubuntu has this functionality.
I have implemented the "middle mouse button mute/unmute" for KDE4. The patch from Jens Rutschmann as seen in Comment #1 is not in the KDE3.x branch, as I am only doing bugfixing there (maintenance mode). Conclusion: Will not be done for KDE3. Is done for KDE4. => Fixed
SVN commit 735136 by esken: Cleanup layout code, and fix VerticalText widget layouting issues. New: MiddleMouse button on SysTray mutes/unmutes Master. BUGS: 135053 M +11 -0 kmixdockwidget.cpp M +1 -0 kmixdockwidget.h M +0 -2 kmixerwidget.cpp M +0 -13 mdwenum.cpp M +10 -19 mdwslider.cpp M +0 -1 mdwslider.h M +0 -10 mdwswitch.cpp M +5 -6 mixer.cpp M +15 -14 verticaltext.cpp M +1 -0 verticaltext.h M +0 -8 viewdockareapopup.cpp M +1 -4 viewsliders.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=735136