summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2017-02-21 15:25:59 +0100
committerFelipe Borges <felipeborges@gnome.org>2017-02-21 15:25:59 +0100
commita07bf18abf2e19fc1c28c9bac75a3ba0d4f6f1f8 (patch)
tree79e564878d7ccfe3fd71d85aa707838317c2de67
parent710ef7331919fdd6ed5b98819e68013b5197c831 (diff)
downloadgnome-dictionary-a07bf18abf2e19fc1c28c9bac75a3ba0d4f6f1f8.tar.gz
app-menus: Add Ctrl+Q keyboard accelerator quit shortcut
https://bugzilla.gnome.org/show_bug.cgi?id=777678
-rw-r--r--src/gdict-app-menus.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gdict-app-menus.ui b/src/gdict-app-menus.ui
index da7c903..f5db26a 100644
--- a/src/gdict-app-menus.ui
+++ b/src/gdict-app-menus.ui
@@ -24,8 +24,9 @@
<attribute name="action">app.about</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Quit</attribute>
+ <attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
+ <attribute name="accel">&lt;Primary&gt;Q</attribute>
</item>
</section>
</menu>