The microphone mute key yields Linux key input event KEY_MICMUTE which has the value 248. Add 8 to get the X KeyCode number, you get 256. This is greater than the maximum KeyCode that X handles, 255.
See: http://www.x.org/wiki/XI2 The problem is similar to the problem with the Zoom hotkey combination on the X220, Fn-Space. The key combination yields KEY_ZOOM, value 372. The corresponding X KeyCode, 380, is also above 255. A workaround is to remap the keycodes to ones that X can handle. See: http://www.thinkwiki.org/wiki/Installing_Ubuntu_11.04_(Natty_Narwhal)_on_a_ThinkPad_X220#Fix_for_hotkey_shortcomings (This page doesn't describe a way to control the LED on the Microphone Mute key.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/408903 Title: Does not handle microphone mute button (KEY_MICMUTE) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/408903/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
