Describe gestures in shortcuts window

This commit is contained in:
Rafostar
2021-07-28 17:09:32 +02:00
parent a6dfeeca37
commit b2005fd34f

View File

@@ -17,12 +17,14 @@
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Toggle fullscreen</property> <property name="title" translatable="yes">Toggle fullscreen</property>
<property name="subtitle" translatable="yes">Double tap | Double click</property>
<property name="accelerator">F11 f</property> <property name="accelerator">F11 f</property>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Reveal OSD (fullscreen only)</property> <property name="title" translatable="yes">Reveal OSD (fullscreen only)</property>
<property name="subtitle" translatable="yes">Tap</property>
<property name="accelerator">Return</property> <property name="accelerator">Return</property>
</object> </object>
</child> </child>
@@ -57,12 +59,14 @@
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Next item</property> <property name="title" translatable="yes">Next item</property>
<property name="subtitle" translatable="yes">Double tap (right side)</property>
<property name="accelerator">&lt;Ctrl&gt;Right</property> <property name="accelerator">&lt;Ctrl&gt;Right</property>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Previous item</property> <property name="title" translatable="yes">Previous item</property>
<property name="subtitle" translatable="yes">Double tap (left side)</property>
<property name="accelerator">&lt;Ctrl&gt;Left</property> <property name="accelerator">&lt;Ctrl&gt;Left</property>
</object> </object>
</child> </child>
@@ -86,30 +90,35 @@
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Toggle play</property> <property name="title" translatable="yes">Toggle play</property>
<property name="subtitle" translatable="yes">Long press | Right click</property>
<property name="accelerator">space</property> <property name="accelerator">space</property>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Volume up</property> <property name="title" translatable="yes">Volume up</property>
<property name="subtitle" translatable="yes">Swipe up | Scroll up</property>
<property name="accelerator">Up</property> <property name="accelerator">Up</property>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Volume down</property> <property name="title" translatable="yes">Volume down</property>
<property name="subtitle" translatable="yes">Swipe down | Scroll down</property>
<property name="accelerator">Down</property> <property name="accelerator">Down</property>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Seek forward</property> <property name="title" translatable="yes">Seek forward</property>
<property name="subtitle" translatable="yes">Swipe right | Scroll right</property>
<property name="accelerator">Right</property> <property name="accelerator">Right</property>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Seek backward</property> <property name="title" translatable="yes">Seek backward</property>
<property name="subtitle" translatable="yes">Swipe left | Scroll left</property>
<property name="accelerator">Left</property> <property name="accelerator">Left</property>
</object> </object>
</child> </child>