[shotwell/shotwell-0.30] Fix keyboard shortcut in photo context menu



commit 5ab13e865d3ea7b3452cfde841810f4e1e31b459
Author: Jens Georg <mail jensge org>
Date:   Fri Sep 6 11:44:33 2019 +0200

    Fix keyboard shortcut in photo context menu
    
    Was Ctrl-a for some reason.
    
    Fixes #166

 ui/photo_context.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ui/photo_context.ui b/ui/photo_context.ui
index 27a37d22..00019b89 100644
--- a/ui/photo_context.ui
+++ b/ui/photo_context.ui
@@ -15,7 +15,7 @@
     <section>
       <item>
         <attribute name="label" translatable="yes">_Add Tagsā€¦</attribute>
-        <attribute name="accel">&lt;Primary&gt;a</attribute>
+        <attribute name="accel">&lt;Primary&gt;t</attribute>
         <attribute name="action">win.AddTags</attribute>
       </item>
       <item>


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