[file-roller] menubar: added keyboard shortcuts, renamed Help as Contents



commit ba713b7b056d2c8d957cacd774f1b6040168dfde
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Dec 28 15:14:41 2013 +0100

    menubar: added keyboard shortcuts, renamed Help as Contents

 src/ui/app-menubar.ui |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/ui/app-menubar.ui b/src/ui/app-menubar.ui
index 59cae15..47c7b91 100644
--- a/src/ui/app-menubar.ui
+++ b/src/ui/app-menubar.ui
@@ -5,10 +5,12 @@
       <item>
         <attribute name="action">app.new</attribute>
         <attribute name="label" translatable="yes">_New Archive</attribute>
+        <attribute name="accel"><![CDATA[<Ctrl>n]]></attribute>
       </item>
       <item>
         <attribute name="action">app.quit</attribute>
         <attribute name="label" translatable="yes">_Quit</attribute>
+        <attribute name="accel"><![CDATA[<Ctrl>q]]></attribute>
       </item>
     </submenu>
     <submenu>
@@ -36,7 +38,8 @@
       <attribute name="label" translatable="yes">_Help</attribute>
       <item>
         <attribute name="action">app.help</attribute>
-        <attribute name="label" translatable="yes">_Help</attribute>
+        <attribute name="label" translatable="yes">Contents</attribute>
+        <attribute name="accel">F1</attribute>
       </item>
       <item>
         <attribute name="action">app.about</attribute>


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