summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-12-17 12:39:39 +0100
committerBastien Nocera <hadess@hadess.net>2015-12-17 12:43:51 +0100
commitedd99ea888e5fd6583f360ae73dc3432089b0694 (patch)
tree3a43c28dccb93cd07e0e0b5a1d22b28b9a461277 /data
parentcc9ca7f16ece21a741d1c14df8e3a7d762a4803f (diff)
downloadtotem-edd99ea888e5fd6583f360ae73dc3432089b0694.tar.gz
data: Split "Skipping" and "Playback" shortcut sections
https://bugzilla.gnome.org/show_bug.cgi?id=759548
Diffstat (limited to 'data')
-rw-r--r--data/shortcuts.ui70
1 files changed, 38 insertions, 32 deletions
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index 24ebcdfe2..bd2f87c65 100644
--- a/data/shortcuts.ui
+++ b/data/shortcuts.ui
@@ -97,6 +97,44 @@
</object>
</child>
<child>
+ <object class="GtkShortcutsShortcut" id="previous-video">
+ <property name="visible">1</property>
+ <property name="accelerator">B &lt;alt&gt;Left minus</property>
+ <property name="direction">ltr</property>
+ <property name="title" translatable="yes">Previous video or chapter</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut" id="next-video">
+ <property name="visible">1</property>
+ <property name="accelerator">N &lt;alt&gt;Right plus</property>
+ <property name="direction">ltr</property>
+ <property name="title" translatable="yes">Next video or chapter</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut" id="previous-video-rtl">
+ <property name="visible">1</property>
+ <property name="accelerator">B &lt;alt&gt;Right minus</property>
+ <property name="direction">rtl</property>
+ <property name="title" translatable="yes">Previous video or chapter</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut" id="next-video-rtl">
+ <property name="visible">1</property>
+ <property name="accelerator">N &lt;alt&gt;Left plus</property>
+ <property name="direction">rtl</property>
+ <property name="title" translatable="yes">Next video or chapter</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup" id="skip">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes">Skip</property>
+ <child>
<object class="GtkShortcutsShortcut" id="go-back-15">
<property name="visible">1</property>
<property name="accelerator">Left</property>
@@ -145,22 +183,6 @@
</object>
</child>
<child>
- <object class="GtkShortcutsShortcut" id="previous-video">
- <property name="visible">1</property>
- <property name="accelerator">B &lt;alt&gt;Left minus</property>
- <property name="direction">ltr</property>
- <property name="title" translatable="yes">Previous video or chapter</property>
- </object>
- </child>
- <child>
- <object class="GtkShortcutsShortcut" id="next-video">
- <property name="visible">1</property>
- <property name="accelerator">N &lt;alt&gt;Right plus</property>
- <property name="direction">ltr</property>
- <property name="title" translatable="yes">Next video or chapter</property>
- </object>
- </child>
- <child>
<object class="GtkShortcutsShortcut" id="go-back-15-rtl">
<property name="visible">1</property>
<property name="accelerator">Right</property>
@@ -209,22 +231,6 @@
</object>
</child>
<child>
- <object class="GtkShortcutsShortcut" id="previous-video-rtl">
- <property name="visible">1</property>
- <property name="accelerator">B &lt;alt&gt;Right minus</property>
- <property name="direction">rtl</property>
- <property name="title" translatable="yes">Previous video or chapter</property>
- </object>
- </child>
- <child>
- <object class="GtkShortcutsShortcut" id="next-video-rtl">
- <property name="visible">1</property>
- <property name="accelerator">N &lt;alt&gt;Left plus</property>
- <property name="direction">rtl</property>
- <property name="title" translatable="yes">Next video or chapter</property>
- </object>
- </child>
- <child>
<object class="GtkShortcutsShortcut" id="skipto">
<property name="visible">1</property>
<property name="accelerator">&lt;ctrl&gt;K</property>