aboutsummaryrefslogtreecommitdiffstats
path: root/data/ui/epiphany-application-menu.ui
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-07 23:53:06 +0800
committerXan Lopez <xan@igalia.com>2012-03-07 23:53:06 +0800
commitd51cdf7240df9be55c43d9fe417173d2423aad35 (patch)
treebc553012b675c41b4201e6b910c0c2c36f829797 /data/ui/epiphany-application-menu.ui
parent59d6ec64a71670954023843a751ab427b8469bb5 (diff)
downloadgsoc2013-epiphany-d51cdf7240df9be55c43d9fe417173d2423aad35.tar
gsoc2013-epiphany-d51cdf7240df9be55c43d9fe417173d2423aad35.tar.gz
gsoc2013-epiphany-d51cdf7240df9be55c43d9fe417173d2423aad35.tar.bz2
gsoc2013-epiphany-d51cdf7240df9be55c43d9fe417173d2423aad35.tar.lz
gsoc2013-epiphany-d51cdf7240df9be55c43d9fe417173d2423aad35.tar.xz
gsoc2013-epiphany-d51cdf7240df9be55c43d9fe417173d2423aad35.tar.zst
gsoc2013-epiphany-d51cdf7240df9be55c43d9fe417173d2423aad35.zip
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.
Diffstat (limited to 'data/ui/epiphany-application-menu.ui')
-rw-r--r--data/ui/epiphany-application-menu.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/ui/epiphany-application-menu.ui b/data/ui/epiphany-application-menu.ui
index e190b8ad8..3bddf1b4f 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>