GNOME Bugzilla – Bug 332467
Volume Applet has conflicting menu accelerators
Last modified: 2010-01-24 01:06:56 UTC
When you right-click on the Volume Applet, the first option is _M_ute. Further down, one of the options is _M_ove. They both use the same mnemonic. But if you press M, Mute is chosen. One of them needs to be changed. I'd suggest Mute because every other thing on the panel uses M for Move. Additionally, Mute already has Ctrl+M. Other information:
Created attachment 65314 [details] [review] 332467.diff
The above attached patch uses the mnemonic T and Ctrl+T as the keyboard shortcut for Mute menuitem. This will fix the conflicting menu accelerators issue.
Attached the worng patch by mistake. Reattaching the correct patch.
Created attachment 65474 [details] [review] patch to fix the bug
In gnome-2-14, needs committing to HEAD.
Committed, Thanks. 2006-06-01 Manjunath K V <manjunath.kadajji@wipro.com> * GNOME_MixerApplet.xml: Changed the mnemonic for 'Mute' in volume applet to 'T' since 'M' was already used by Move. Fixes bug #332467.
Closing the bug then.