application: fix Keyboard Shortcuts accel entry

To comply GNOME HIG, change Primary+F1 shortcut to Primary+question.

More information: https://developer.gnome.org/hig/reference/keyboard.html
This commit is contained in:
Sabri Ünal 2023-02-11 15:36:15 +03:00 committed by Niels De Graef
parent 69412c9370
commit 73dae4e83b

View file

@ -13,7 +13,7 @@
<item> <item>
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute> <attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
<attribute name="action">win.show-help-overlay</attribute> <attribute name="action">win.show-help-overlay</attribute>
<attribute name="accel">&lt;Primary&gt;F1</attribute> <attribute name="accel">&lt;Primary&gt;question</attribute>
<attribute name="hidden-when">action-missing</attribute> <attribute name="hidden-when">action-missing</attribute>
</item> </item>
<item> <item>