[gnome-builder] Add two common shortcuts entries to Keyboard Shortcuts page
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Add two common shortcuts entries to Keyboard Shortcuts page
- Date: Mon, 13 Jan 2020 03:27:57 +0000 (UTC)
commit ccc30857b7d4b99750a289c8f40f0350dda39154
Author: Sabri Ünal <libreajans gmail com>
Date: Sat Jan 11 05:12:40 2020 +0300
Add two common shortcuts entries to Keyboard Shortcuts page
F1 : Show help
Ctrl+question : Keyboard shortcuts
src/libide/gui/ide-shortcuts-window.ui | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/src/libide/gui/ide-shortcuts-window.ui b/src/libide/gui/ide-shortcuts-window.ui
index a52be98f8..135288e2c 100644
--- a/src/libide/gui/ide-shortcuts-window.ui
+++ b/src/libide/gui/ide-shortcuts-window.ui
@@ -12,6 +12,20 @@
<object class="GtkShortcutsGroup">
<property name="visible">true</property>
<property name="title" translatable="yes" context="shortcut window">General</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">true</property>
+ <property name="title" translatable="yes" context="shortcut window">Show help</property>
+ <property name="accelerator">F1</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">true</property>
+ <property name="title" translatable="yes" context="shortcut window">Toogle primary
menu</property>
+ <property name="accelerator">F10</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]