summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2012-12-18 19:15:08 +0100
committerFlorian Müllner <fmuellner@gnome.org>2013-01-11 16:22:29 +0100
commitb8887a6c3a55719bd97be1142f3b410f553c4dc8 (patch)
treea0bc2eedbdb9792804d72ef646802a819d80bf25
parenta6c51addace59840dfe0cb6a12fe03d86d216ac8 (diff)
downloadmutter-b8887a6c3a55719bd97be1142f3b410f553c4dc8.tar.gz
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
-rw-r--r--src/50-mutter-windows.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/50-mutter-windows.xml.in b/src/50-mutter-windows.xml.in
index e590e5dff..6679958a7 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"/>