diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-12-04 11:44:57 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2015-12-04 11:44:57 +0100 |
commit | fee6b4ce9e03a7060541c727553e1097219ac5c5 (patch) | |
tree | 3d2a46810da50d4ae0a809ca92de9a6efc178e39 /data | |
parent | b1422dbce534723caf660d08c44781893b2961f1 (diff) | |
download | totem-fee6b4ce9e03a7060541c727553e1097219ac5c5.tar.gz |
main: Add Ctrl+W shortcut to exit
https://bugzilla.gnome.org/show_bug.cgi?id=750339
Diffstat (limited to 'data')
-rw-r--r-- | data/shortcuts.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/shortcuts.ui b/data/shortcuts.ui index 094dc2a77..a138b6f5f 100644 --- a/data/shortcuts.ui +++ b/data/shortcuts.ui @@ -24,7 +24,7 @@ <child> <object class="GtkShortcutsShortcut" id="quit"> <property name="visible">1</property> - <property name="accelerator">Q <ctrl>q</property> + <property name="accelerator">Q <ctrl>q <ctrl>w</property> <property name="title" translatable="yes">Quit</property> </object> </child> |