summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-07-26 14:03:03 +0200
committerBastien Nocera <hadess@hadess.net>2018-07-26 14:03:03 +0200
commit1f50b0c42d3b60ec974f610361fb1c5932f4c83d (patch)
treedef97d3ab623da625459a0e152daff392ddde6f2
parent54b5bef88b718d6792aa13f4c889306a3f6de120 (diff)
downloadtotem-1f50b0c42d3b60ec974f610361fb1c5932f4c83d.tar.gz
data: Add frame stepping shortcuts to the list
Closes: #253
-rw-r--r--data/shortcuts.ui14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index f09d60d81..609eeb52f 100644
--- a/data/shortcuts.ui
+++ b/data/shortcuts.ui
@@ -179,6 +179,20 @@
</object>
</child>
<child>
+ <object class="GtkShortcutsShortcut" id="step-back">
+ <property name="visible">1</property>
+ <property name="accelerator">comma</property>
+ <property name="title" translatable="yes" context="shortcut window">Step back one frame</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut" id="step-forward">
+ <property name="visible">1</property>
+ <property name="accelerator">period</property>
+ <property name="title" translatable="yes" context="shortcut window">Step forward one frame</property>
+ </object>
+ </child>
+ <child>
<object class="GtkShortcutsShortcut" id="go-back-5">
<property name="visible">1</property>
<property name="accelerator">&lt;shift&gt;Left</property>