window: Allow opening Main Menu with F10

By setting the Main Menu button as primary,
the F10 key is automatically assigned to this button.
This commit is contained in:
Automeris naranja
2023-03-04 05:12:21 -03:00
parent 70bf448e63
commit c45c35b65d

View File

@ -19,6 +19,7 @@
<object class="GtkMenuButton" id="menu_button">
<property name="tooltip-text" translatable="yes">Main Menu</property>
<property name="visible">true</property>
<property name="primary">true</property>
<child>
<object class="GtkImage">
<property name="icon-name">open-menu-symbolic</property>