[seahorse/wip/nielsdg/add-menu-mnemonics] src: KeyManager: Add mnemonics to menu



commit be9870cc47d688da41f444c4fbd92d2eee3f28a6
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Wed Apr 24 18:20:49 2019 +0200

    src: KeyManager: Add mnemonics to menu
    
    This should allow some easier keyboard navigation.
    
    Fixes https://gitlab.gnome.org/GNOME/seahorse/issues/215

 src/seahorse-key-manager.ui | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/seahorse-key-manager.ui b/src/seahorse-key-manager.ui
index 063a78e8..000c2ba9 100644
--- a/src/seahorse-key-manager.ui
+++ b/src/seahorse-key-manager.ui
@@ -5,47 +5,47 @@
     <section>
       <attribute name="label" translatable="yes">Filter items:</attribute>
       <item>
-        <attribute name="label" translatable="yes">Show personal</attribute>
+        <attribute name="label" translatable="yes">Show p_ersonal</attribute>
         <attribute name="action">win.filter-items</attribute>
         <attribute name="target">personal</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">Show trusted</attribute>
+        <attribute name="label" translatable="yes">Show _trusted</attribute>
         <attribute name="action">win.filter-items</attribute>
         <attribute name="target">trusted</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">Show any</attribute>
+        <attribute name="label" translatable="yes">Show an_y</attribute>
         <attribute name="action">win.filter-items</attribute>
         <attribute name="target">any</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">Combine all keyrings</attribute>
+        <attribute name="label" translatable="yes">_Combine all keyrings</attribute>
         <attribute name="action">win.combine-keyrings</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">Find remote keys…</attribute>
+        <attribute name="label" translatable="yes">_Find remote keys…</attribute>
         <attribute name="action">pgp.remote-find</attribute>
         <attribute name="hidden-when">action-missing</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">Sync and publish keys…</attribute>
+        <attribute name="label" translatable="yes">_Sync and publish keys…</attribute>
         <attribute name="action">pgp.remote-sync</attribute>
         <attribute name="hidden-when">action-missing</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">Preferences</attribute>
+        <attribute name="label" translatable="yes">_Preferences</attribute>
         <attribute name="action">app.preferences</attribute>
         <attribute name="hidden-when">action-disabled</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">Help</attribute>
+        <attribute name="label" translatable="yes">_Help</attribute>
         <attribute name="action">app.help</attribute>
       </item>
       <item>


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