[mutter] keybindings: Rebrand "minimize" as "hide"



commit b8887a6c3a55719bd97be1142f3b410f553c4dc8
Author: Florian MÃllner <fmuellner gnome org>
Date:   Tue Dec 18 19:15:08 2012 +0100

    keybindings: Rebrand "minimize" as "hide"
    
    The minimize action does not make much sense without a window list,
    which is why its default keybinding was removed in bug 643609;
    getting the focused window out of the way quickly can still be useful
    though, so change the description to "Hide window" instead, which does
    not imply a window list. We will then assign a default shortcut again.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682887

 src/50-mutter-windows.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/50-mutter-windows.xml.in b/src/50-mutter-windows.xml.in
index e590e5d..6679958 100644
--- a/src/50-mutter-windows.xml.in
+++ b/src/50-mutter-windows.xml.in
@@ -19,7 +19,7 @@
 
 	<KeyListEntry name="close" _description="Close window"/>
 
-	<KeyListEntry name="minimize" _description="Minimize window"/>
+	<KeyListEntry name="minimize" _description="Hide window"/>
 
 	<KeyListEntry name="begin-move" _description="Move window"/>
 



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