[nautilus] app-menu: add accelerators for app menu actions



commit b3d2fb51de2e9abe643ab8ff9edf3f0e5af52ff7
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Apr 8 16:28:39 2013 -0400

    app-menu: add accelerators for app menu actions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697252

 src/nautilus-app-menu.ui |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-app-menu.ui b/src/nautilus-app-menu.ui
index a306556..489d386 100644
--- a/src/nautilus-app-menu.ui
+++ b/src/nautilus-app-menu.ui
@@ -4,6 +4,7 @@
       <item>
        <attribute name="action">app.new-window</attribute>
        <attribute name="label" translatable="yes">New _Window</attribute>
+       <attribute name="accel">&lt;Primary&gt;n</attribute>
       </item>
     </section>
     <section>
@@ -14,12 +15,14 @@
       <item>
        <attribute name="action">app.enter-location</attribute>
        <attribute name="label" translatable="yes">Enter _Location…</attribute>
+       <attribute name="accel">&lt;Primary&gt;l</attribute>
       </item>
     </section>
     <section>
       <item>
        <attribute name="action">app.bookmarks</attribute>
        <attribute name="label" translatable="yes">_Bookmarks</attribute>
+       <attribute name="accel">&lt;Primary&gt;b</attribute>
       </item>
     </section>
     <section>
@@ -36,10 +39,12 @@
       <item>
        <attribute name="action">app.help</attribute>
        <attribute name="label" translatable="yes">_Help</attribute>
+       <attribute name="accel">F1</attribute>
       </item>
       <item>
        <attribute name="action">app.quit</attribute>
        <attribute name="label" translatable="yes">_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]