BurntSushi / xgbutil

A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)
Do What The F*ck You Want To Public License
195 stars 45 forks source link

support for microphone mute key #17

Closed mkaminsky closed 10 years ago

mkaminsky commented 10 years ago

Can you add the following line to keybind/keysymdef.go?

        "XF86AudioMicMute":      0x1008FFB2,

This key appears on Thinkpads and perhaps other systems. Here's a similar request for KDE: https://bugs.kde.org/show_bug.cgi?id=182672#c42

BurntSushi commented 10 years ago

All set. Thanks!