[metacity] Disable 'Show desktop' keybinding by default



commit fae70a610e5824c52853532951cbe85030aa4136
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Mar 13 16:32:44 2011 -0400

    Disable 'Show desktop' keybinding by default
    
    The keybindings are shared with gnome-shell, and since the shell
    no longer exposes minimization as a very visible feature, this keybinding
    has a dramatic and unexpected effect.
    https://bugzilla.gnome.org/show_bug.cgi?id=643609

 src/include/all-keybindings.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h
index 7a59354..9d3540a 100644
--- a/src/include/all-keybindings.h
+++ b/src/include/all-keybindings.h
@@ -185,7 +185,7 @@ keybind (cycle_panels_backward,    handle_cycle,         META_TAB_LIST_DOCKS,
 
 /***********************************/
 
-keybind (show_desktop, handle_show_desktop, 0, 0, "<Control><Alt>d",
+keybind (show_desktop, handle_show_desktop, 0, 0, NULL,
       _("Hide all normal windows"))
 keybind (panel_main_menu, handle_panel,
        META_KEYBINDING_ACTION_PANEL_MAIN_MENU, 0, "<Alt>F1",
@@ -266,7 +266,7 @@ keybind (unmaximize, handle_unmaximize, 0, BINDING_PER_WINDOW, "<Alt>F5",
         _("Restore window"))
 keybind (toggle_shaded, handle_toggle_shaded, 0, BINDING_PER_WINDOW, NULL,
         _("Toggle shaded state"))
-keybind (minimize, handle_minimize, 0, BINDING_PER_WINDOW, "<Alt>F9",
+keybind (minimize, handle_minimize, 0, BINDING_PER_WINDOW, NULL,
         _("Minimize window"))
 keybind (close, handle_close, 0, BINDING_PER_WINDOW, "<Alt>F4",
         _("Close window"))



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