[gnome-builder] Remove unnecessary shift from Keyboard Shortcuts definations
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Remove unnecessary shift from Keyboard Shortcuts definations
- Date: Mon, 13 Jan 2020 03:28:02 +0000 (UTC)
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"><ctrl><shift>question</property>
+ <property name="accelerator"><ctrl>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"><ctrl><shift>question</property>
+ <property name="accelerator"><ctrl>question</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]