1
0
Fork 0

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
This commit is contained in:
Florian Müllner 2012-12-18 19:15:08 +01:00
parent a6c51addac
commit b8887a6c3a

View file

@ -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"/>