primary-menu: Add mnemonics

This commit is contained in:
Hari Rana 2023-12-21 15:16:20 -05:00 committed by Felipe Borges
parent 21d93d19df
commit 2a75af4d48

View file

@ -104,15 +104,15 @@
<menu id="primary_menu">
<section>
<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>
</item>
<item>
<attribute name="label" translatable="yes">Help</attribute>
<attribute name="label" translatable="yes">_Help</attribute>
<attribute name="action">app.help</attribute>
</item>
<item>
<attribute name="label" translatable="yes">About Settings</attribute>
<attribute name="label" translatable="yes">_About Settings</attribute>
<attribute name="action">app.about</attribute>
</item>
</section>