summaryrefslogtreecommitdiff
path: root/data/help-overlay.ui
blob: 3615d4fa2398f2a96fcd2ed242af27db702b1fa4 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gnome-logs">
    <object class="GtkShortcutsWindow" id="help_overlay">
        <child>
            <object class="GtkShortcutsSection">
                <child>
                    <object class="GtkShortcutsGroup">
                        <property name="title" translatable="yes" context="shortcut window">General</property>
                        <child>
                            <object class="GtkShortcutsShortcut">
                                <property name="accelerator">&lt;Primary&gt;n</property>
                                <property name="title" translatable="yes" context="shortcut window">Open a new window</property>
                            </object>
                        </child>
                        <child>
                            <object class="GtkShortcutsShortcut">
                                <property name="accelerator">&lt;Primary&gt;w</property>
                                <property name="title" translatable="yes" context="shortcut window">Close a window</property>
                            </object>
                        </child>
                        <child>
                            <object class="GtkShortcutsShortcut">
                                <property name="accelerator">F1</property>
                                <property name="title" translatable="yes" context="shortcut window">Show help</property>
                            </object>
                        </child>
                        <child>
                            <object class="GtkShortcutsShortcut">
                                <property name="accelerator">&lt;Primary&gt;question</property>
                                <property name="title" translatable="yes" context="shortcut window">Keyboard shortcuts</property>
                            </object>
                        </child>
                    </object>
                </child>
                <child>
                    <object class="GtkShortcutsGroup">
                        <property name="title" translatable="yes" context="shortcut window">Application</property>
                        <child>
                            <object class="GtkShortcutsShortcut">
                                <property name="accelerator">&lt;Primary&gt;f</property>
                                <property name="title" translatable="yes" context="shortcut window">Find</property>
                            </object>
                        </child>
                        <child>
                            <object class="GtkShortcutsShortcut">
                                <property name="accelerator">&lt;Primary&gt;e</property>
                                <property name="title" translatable="yes" context="shortcut window">Export logs to a file</property>
                            </object>
                        </child>
                    </object>
                </child>
            </object>
        </child>
    </object>
</interface>