[gnome-builder] shortcuts: add missing goto-line to shortcuts window



commit c6fe45f6070c017dd5022f1eb9d47700e3dfdd0d
Author: Christian Hergert <chergert redhat com>
Date:   Mon May 27 12:09:03 2019 -0700

    shortcuts: add missing goto-line to shortcuts window
    
    Related #925

 src/libide/gui/ide-shortcuts-window.ui | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/src/libide/gui/ide-shortcuts-window.ui b/src/libide/gui/ide-shortcuts-window.ui
index 8fc14d2fd..0793d4463 100644
--- a/src/libide/gui/ide-shortcuts-window.ui
+++ b/src/libide/gui/ide-shortcuts-window.ui
@@ -163,6 +163,13 @@
           <object class="GtkShortcutsGroup">
             <property name="visible">true</property>
             <property name="title" translatable="yes" context="shortcut window">Find and replace</property>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">true</property>
+                <property name="accelerator">&lt;ctrl&gt;i</property>
+                <property name="title" translatable="yes" context="shortcut window">Goto Line</property>
+              </object>
+            </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">true</property>


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