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:
parent
69412c9370
commit
73dae4e83b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"><Primary>F1</attribute>
|
<attribute name="accel"><Primary>question</attribute>
|
||||||
<attribute name="hidden-when">action-missing</attribute>
|
<attribute name="hidden-when">action-missing</attribute>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue