summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-01-31 15:43:51 +0100
committerBastien Nocera <hadess@hadess.net>2017-01-31 15:45:20 +0100
commit41a5fbd7a1f9a39a4ad33a7a023e9a107d967f75 (patch)
tree5d89b7885250f44f5a43b03a53c6420449333527
parent226bfda763787bc6e3f5fc13e09f0ccf3daff161 (diff)
downloadtotem-41a5fbd7a1f9a39a4ad33a7a023e9a107d967f75.tar.gz
data: Add more shortcuts
Add shortcuts for a number of builtin plugins to the help window.
-rw-r--r--data/shortcuts.ui35
1 files changed, 35 insertions, 0 deletions
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index cc059caea..b8f598402 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>