[gnome-builder] shortcuts: add print to shortcuts window



commit 4ed20554d7bc78742b5c8a3e3c634e3ba49549ca
Author: Christian Hergert <chergert redhat com>
Date:   Fri May 10 13:26:38 2019 -0700

    shortcuts: add print to shortcuts window
    
    Related #910

 src/libide/gui/ide-shortcuts-window.ui | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/src/libide/gui/ide-shortcuts-window.ui b/src/libide/gui/ide-shortcuts-window.ui
index 2158f0062..8fc14d2fd 100644
--- a/src/libide/gui/ide-shortcuts-window.ui
+++ b/src/libide/gui/ide-shortcuts-window.ui
@@ -115,6 +115,13 @@
                 <property name="title" translatable="yes" context="shortcut window">Save all 
documents</property>
               </object>
             </child>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">true</property>
+                <property name="accelerator">&lt;primary&gt;p</property>
+                <property name="title" translatable="yes" context="shortcut window">Print the 
document</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]