[epiphany] application-menu: fix accelerators for global actions



commit d51cdf7240df9be55c43d9fe417173d2423aad35
Author: Xan Lopez <xan igalia com>
Date:   Wed Mar 7 16:53:06 2012 +0100

    application-menu: fix accelerators for global actions
    
    Add accelerations for Preferences (Ctrl+e) and Personal Data Manager
    (Ctrl+m), and remove the one for About, Ctrl+a, since it's duplicated
    with Select All and having an accelerator for About does not seem very
    important in the first place.

 data/ui/epiphany-application-menu.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/epiphany-application-menu.ui b/data/ui/epiphany-application-menu.ui
index e190b8a..3bddf1b 100644
--- a/data/ui/epiphany-application-menu.ui
+++ b/data/ui/epiphany-application-menu.ui
@@ -24,10 +24,12 @@
       <item>
         <attribute name="label" translatable="yes">Preferences</attribute>
         <attribute name="action">app.preferences</attribute>
+        <attribute name="accel">&lt;Primary&gt;e</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">Personal Data</attribute>
         <attribute name="action">app.pdm</attribute>
+        <attribute name="accel">&lt;Primary&gt;m</attribute>
       </item>
     </section>
     <section>
@@ -39,7 +41,6 @@
       <item>
         <attribute name="label" translatable="yes">_About</attribute>
         <attribute name="action">app.about</attribute>
-        <attribute name="accel">&lt;Primary&gt;a</attribute>
       </item>
     </section>
     <section>



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