diff options
Diffstat (limited to 'data/shortcuts.ui')
-rw-r--r-- | data/shortcuts.ui | 14 |
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"><shift>Left</property> |