summaryrefslogtreecommitdiff
path: root/data/menus.ui
blob: 1655df481be2bf026ed165f1c495a521159aabbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<interface domain='gnome-logs'>
    <menu id='app-menu'>
        <section>
            <item>
                <attribute name="accel">&lt;Primary&gt;n</attribute>
                <attribute name="label" translatable="yes">_New Window</attribute>
                <attribute name="action">app.new-window</attribute>
            </item>
        </section>
        <section>
            <item>
                <attribute name="accel">F1</attribute>
                <attribute name="label" translatable="yes">_Help</attribute>
                <attribute name="action">app.help</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">_About</attribute>
                <attribute name="action">app.about</attribute>
            </item>
            <item>
                <attribute name="accel">&lt;Primary&gt;q</attribute>
                <attribute name="label" translatable="yes">_Quit</attribute>
                <attribute name="action">app.quit</attribute>
            </item>
        </section>
    </menu>
</interface>