[gnome-settings-daemon] media-keys: Use F20 for the temporary mic mute key



commit b69b0d99fdc5319a809299146d281cfd06bf82e9
Author: Kalev Lember <kalevlember gmail com>
Date:   Sat Jan 19 10:30:24 2013 +0100

    media-keys: Use F20 for the temporary mic mute key
    
    As per the comment in commit 5cda26eea, use F20, not F2 as the temporary
    key until it can be captured in X.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692071

 plugins/media-keys/shortcuts-list.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/media-keys/shortcuts-list.h b/plugins/media-keys/shortcuts-list.h
index 4be22b5..cfced5b 100644
--- a/plugins/media-keys/shortcuts-list.h
+++ b/plugins/media-keys/shortcuts-list.h
@@ -96,7 +96,7 @@ static struct {
         { MUTE_KEY, "volume-mute", NULL, NULL },
         { VOLUME_DOWN_KEY, "volume-down", NULL, NULL },
         { VOLUME_UP_KEY, "volume-up", NULL, NULL },
-        { MIC_MUTE_KEY, NULL, N_("Microphone Mute"), "F2" },
+        { MIC_MUTE_KEY, NULL, N_("Microphone Mute"), "F20" },
         { MUTE_QUIET_KEY, NULL, N_("Quiet Volume Mute"), "<Alt>XF86AudioMute" },
         { VOLUME_DOWN_QUIET_KEY, NULL, N_("Quiet Volume Down"), "<Alt>XF86AudioLowerVolume" },
         { VOLUME_UP_QUIET_KEY, NULL, N_("Quiet Volume Up"), "<Alt>XF86AudioRaiseVolume" },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]