clapper-app: Add auto window resize keyboard shortcut

In addition to middle click, also add "Super+r" keyboard shortcut to perform window resize to fit video action
This commit is contained in:
Rafał Dzięgiel
2024-05-25 21:30:26 +02:00
parent ae6512b233
commit 28de283a98
3 changed files with 15 additions and 0 deletions

View File

@@ -33,6 +33,13 @@
<property name="accelerator">F11 f</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Auto window resize</property>
<property name="subtitle" translatable="yes">Middle click</property>
<property name="accelerator">&lt;Super&gt;r</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Quit</property>