[gnome-builder] Remove unnecessary shift from Keyboard Shortcuts definations



commit 2595ed348580f3785c4ac14274b71f395cfa41c0
Author: Sabri Ünal <libreajans gmail com>
Date:   Sat Jan 11 05:36:34 2020 +0300

    Remove unnecessary shift from Keyboard Shortcuts definations

 src/libide/gui/ide-shortcuts-window.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libide/gui/ide-shortcuts-window.ui b/src/libide/gui/ide-shortcuts-window.ui
index 135288e2c..9cb451bce 100644
--- a/src/libide/gui/ide-shortcuts-window.ui
+++ b/src/libide/gui/ide-shortcuts-window.ui
@@ -65,7 +65,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">true</property>
                 <property name="title" translatable="yes" context="shortcut window">Keyboard 
Shortcuts</property>
-                <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;question</property>
+                <property name="accelerator">&lt;ctrl&gt;question</property>
               </object>
             </child>
             <child>
@@ -578,7 +578,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">true</property>
                 <property name="title" translatable="yes" context="shortcut window">Keyboard 
Shortcuts</property>
-                <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;question</property>
+                <property name="accelerator">&lt;ctrl&gt;question</property>
               </object>
             </child>
           </object>


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