[totem] data: Add more shortcuts



commit 41a5fbd7a1f9a39a4ad33a7a023e9a107d967f75
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 31 15:43:51 2017 +0100

    data: Add more shortcuts
    
    Add shortcuts for a number of builtin plugins to the help window.

 data/shortcuts.ui |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)
---
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index cc059ca..b8f5984 100644
--- a/data/shortcuts.ui
+++ b/data/shortcuts.ui
@@ -22,6 +22,27 @@
               </object>
             </child>
             <child>
+              <object class="GtkShortcutsShortcut" id="properties">
+                <property name="visible">1</property>
+                <property name="accelerator">&lt;Primary&gt;p</property>
+                <property name="title" translatable="yes" context="shortcut window">Properties</property>
+              </object>
+            </child>
+            <child>
+              <object class="GtkShortcutsShortcut" id="save-as">
+                <property name="visible">1</property>
+                <property name="accelerator">&lt;Ctrl&gt;S</property>
+                <property name="title" translatable="yes" context="shortcut window">Make Available 
Offline</property>
+              </object>
+            </child>
+            <child>
+              <object class="GtkShortcutsShortcut" id="take-screenshot">
+                <property name="visible">1</property>
+                <property name="accelerator">&lt;Primary&gt;&lt;Alt&gt;S</property>
+                <property name="title" translatable="yes" context="shortcut window">Take 
Screenshot</property>
+              </object>
+            </child>
+            <child>
               <object class="GtkShortcutsShortcut" id="quit">
                 <property name="visible">1</property>
                 <property name="accelerator">Q &lt;ctrl&gt;q &lt;ctrl&gt;w</property>
@@ -82,6 +103,20 @@
                 <property name="title" translatable="yes" context="shortcut window">Zoom out</property>
               </object>
             </child>
+            <child>
+              <object class="GtkShortcutsShortcut" id="rotate-right">
+                <property name="visible">1</property>
+                <property name="accelerator">&lt;Primary&gt;R</property>
+                <property name="title" translatable="yes" context="shortcut window">Rotate ↷</property>
+              </object>
+            </child>
+            <child>
+              <object class="GtkShortcutsShortcut" id="rotate-left">
+                <property name="visible">1</property>
+                <property name="accelerator">&lt;Primary&gt;&lt;Shift&gt;R</property>
+                <property name="title" translatable="yes" context="shortcut window">Rotate ↶</property>
+              </object>
+            </child>
           </object>
         </child>
 


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