[gnome-builder] shortcut window: Ctrl+D not shown in keyboard shortcuts list



commit f2c4ab092656ee7fcf1414ac4c6632ce5267e687
Author: Raunaq Abhyankar <raunaq abhyankar gmail com>
Date:   Mon Dec 26 18:25:39 2016 +0100

    shortcut window: Ctrl+D not shown in keyboard shortcuts list
    
    Added ctrl+d in shortcuts list.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766945

 libide/keybindings/ide-shortcuts-window.ui |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/libide/keybindings/ide-shortcuts-window.ui b/libide/keybindings/ide-shortcuts-window.ui
index 8288353..9b3afce 100644
--- a/libide/keybindings/ide-shortcuts-window.ui
+++ b/libide/keybindings/ide-shortcuts-window.ui
@@ -287,7 +287,14 @@
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
-                <property name="visible">1</property>
+                <property name="visible">true</property>
+                <property name="accelerator">&lt;ctrl&gt;d</property>
+                <property name="title" translatable="yes" context="shortcut window">Delete line</property>
+              </object>
+            </child>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">true</property>
                 <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;r</property>
                 <property name="title" translatable="yes" context="shortcut window">Rename symbol</property>
                 <property name="subtitle" translatable="yes" context="shortcut window">Requires semantic 
language support</property>


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