[gtranslator/gnome-3-30] Find & replace and copy text to shortcuts window



commit 59b93be7a8af1e4ee8985f62ab69f580a53dca97
Author: Daniel GarcĂ­a Moreno <danigm wadobo com>
Date:   Wed Nov 28 14:02:57 2018 +0100

    Find & replace and copy text to shortcuts window

 src/help-overlay.ui | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
---
diff --git a/src/help-overlay.ui b/src/help-overlay.ui
index 946bc69d..86311be1 100644
--- a/src/help-overlay.ui
+++ b/src/help-overlay.ui
@@ -83,6 +83,13 @@
                 <property name="accelerator">&lt;Primary&gt;u</property>
               </object>
             </child>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">true</property>
+                <property name="title" translatable="yes" context="shortcut window">Copy original text to 
translation</property>
+                <property name="accelerator">&lt;Primary&gt;space</property>
+              </object>
+            </child>
           </object>
         </child>
 
@@ -135,6 +142,27 @@
           </object>
         </child>
 
+        <child>
+          <object class="GtkShortcutsGroup">
+            <property name="visible">true</property>
+            <property name="title" translatable="yes" context="shortcut window group">Find &amp; 
Replace</property>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">true</property>
+                <property name="title" translatable="yes" context="shortcut window">Find</property>
+                <property name="accelerator">&lt;Primary&gt;f</property>
+              </object>
+            </child>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">true</property>
+                <property name="title" translatable="yes" context="shortcut window">Find &amp; 
Replace</property>
+                <property name="accelerator">&lt;Primary&gt;h</property>
+              </object>
+            </child>
+          </object>
+        </child>
+
       </object>
     </child>
   </object>


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