1<interface>
2  <object class="GtkShortcutsWindow" id="help_overlay">
3    <child>
4      <object class="GtkShortcutsSection">
5        <property name="visible">1</property>
6        <child>
7          <object class="GtkShortcutsGroup">
8            <property name="visible">1</property>
9            <property name="title" translatable="yes" context="shortcut window">Overview</property>
10            <child>
11              <object class="GtkShortcutsShortcut">
12                <property name="visible">1</property>
13                <property name="accelerator">F1</property>
14                <property name="title" translatable="yes" context="shortcut window">Help</property>
15              </object>
16            </child>
17            <child>
18              <object class="GtkShortcutsShortcut">
19                <property name="visible">1</property>
20                <property name="accelerator">F10</property>
21                <property name="title" translatable="yes" context="shortcut window">Open menu</property>
22              </object>
23            </child>
24            <child>
25              <object class="GtkShortcutsShortcut">
26                <property name="visible">1</property>
27                <property name="accelerator">&lt;Primary&gt;n</property>
28                <property name="title" translatable="yes" context="shortcut window">Create a new contact</property>
29              </object>
30            </child>
31            <child>
32              <object class="GtkShortcutsShortcut">
33                <property name="visible">1</property>
34                <property name="accelerator">&lt;Primary&gt;f &lt;Primary&gt;s</property>
35                <property name="title" translatable="yes" context="shortcut window">Search</property>
36              </object>
37            </child>
38            <child>
39              <object class="GtkShortcutsShortcut">
40                <property name="visible">1</property>
41                <property name="accelerator">&lt;Primary&gt;question</property>
42                <property name="title" translatable="yes" context="shortcut window">Shortcut list</property>
43              </object>
44            </child>
45            <child>
46              <object class="GtkShortcutsShortcut">
47                <property name="visible">1</property>
48                <property name="accelerator">&lt;Primary&gt;q</property>
49                <property name="title" translatable="yes" context="shortcut window">Quit</property>
50              </object>
51            </child>
52          </object>
53        </child>
54      </object>
55    </child>
56  </object>
57</interface>
58