fractal/fractal-gtk/res/gtk/menus.ui
Daniel García Moreno 28ea126cc8 Shortcuts window
I've just added the shortcuts window with the current keybindings. I've
also added the standard ctrl+q to quit.
2018-02-18 23:32:48 +01:00

19 lines
588 B
XML

<?xml version="1.0"?>
<interface>
<menu id="app-menu">
<section>
<item>
<attribute name="label" translatable="yes">_About</attribute>
<attribute name="action">app.about</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Keyboard _Shortcuts</attribute>
<attribute name="action">win.show-help-overlay</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
</item>
</section>
</menu>
</interface>