help-overlay.ui: Add new shortcut: F10: Open Menu

Add missing F10 shortcut to open the menu.
This commit is contained in:
Sabri Ünal 2020-04-09 16:36:48 +03:00
parent faded5fb64
commit 258db56527
2 changed files with 8 additions and 0 deletions

View file

@ -110,6 +110,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="menu-model">app-menu</property>
<accelerator key="F10" signal="activate"/>
<child>
<object class="GtkImage">
<property name="visible">True</property>

View file

@ -60,6 +60,13 @@
<property name="title" translatable="yes" context="shortcut window">Quit</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">F10</property>
<property name="title" translatable="yes" context="shortcut window">Open menu</property>
</object>
</child>
</object>
</child>
<child>