[gnome-builder] Add Build and Run keybindings to Shortcut window



commit afac599f34b306ca7185e21cc9001c38ed326e1b
Author: Ekta Nandwani <mailnandwaniekta gmail com>
Date:   Mon Sep 5 16:15:58 2016 +0530

    Add Build and Run keybindings to Shortcut window
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770663

 libide/keybindings/ide-shortcuts-window.ui |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/libide/keybindings/ide-shortcuts-window.ui b/libide/keybindings/ide-shortcuts-window.ui
index a801996..16ba72f 100644
--- a/libide/keybindings/ide-shortcuts-window.ui
+++ b/libide/keybindings/ide-shortcuts-window.ui
@@ -383,6 +383,33 @@
             </child>
           </object>
         </child>
+        <child>
+            <object class="GtkShortcutsGroup">
+              <property name="visible">1</property>
+              <property name="title" translatable="yes" context="shortcut window">Build and Run</property>
+              <child>
+                <object class="GtkShortcutsShortcut">
+                  <property name="visible">1</property>
+                  <property name="accelerator">&lt;ctrl&gt;F7</property>
+                   <property name="title" translatable="yes" context="shortcut window">Build</property>
+                </object>
+              </child>
+              <child>
+                <object class="GtkShortcutsShortcut">
+                  <property name="visible">1</property>
+                  <property name="accelerator">&lt;ctrl&gt;F5</property>
+                  <property name="title" translatable="yes" context="shortcut window">Run</property>
+                </object>
+              </child>
+              <child>
+                <object class="GtkShortcutsShortcut">
+                  <property name="visible">1</property>
+                  <property name="accelerator">&lt;ctrl&gt;F8</property>
+                  <property name="title" translatable="yes" context="shortcut window">Profile</property>
+                </object>
+              </child>
+            </object>
+        </child>
       </object>
     </child>
     <child>


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