[gnome-dictionary] app-menus: Add Ctrl+Q keyboard accelerator quit shortcut



commit a07bf18abf2e19fc1c28c9bac75a3ba0d4f6f1f8
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Feb 21 15:25:59 2017 +0100

    app-menus: Add Ctrl+Q keyboard accelerator quit shortcut
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777678

 src/gdict-app-menus.ui |    3 ++-
 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>


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