clapper-app: Add unfullscreen keyboard shortcut

Unfullscreen with Escape key

Closes #494
This commit is contained in:
Rafał Dzięgiel
2024-10-15 19:32:48 +02:00
parent af4a876edc
commit 2d1f6f471b
3 changed files with 19 additions and 0 deletions

View File

@@ -33,6 +33,12 @@
<property name="accelerator">F11 f</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Unfullscreen</property>
<property name="accelerator">Escape</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Auto window resize</property>