[gnome-builder/gnome-builder-3-32] shortcuts: add print to shortcuts window



commit 03021e4476984743c2933bf23fd2a282ab38dd2a
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 e0abc881d..9233e5507 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]