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 item</property>
29              </object>
30            </child>
31            <child>
32              <object class="GtkShortcutsShortcut">
33                <property name="visible">1</property>
34                <property name="accelerator">&lt;Primary&gt;i</property>
35                <property name="title" translatable="yes" context="shortcut window">Import item from file</property>
36              </object>
37            </child>
38            <child>
39              <object class="GtkShortcutsShortcut">
40                <property name="visible">1</property>
41                <property name="accelerator">&lt;Primary&gt;f</property>
42                <property name="title" translatable="yes" context="shortcut window">Search</property>
43              </object>
44            </child>
45            <child>
46              <object class="GtkShortcutsShortcut">
47                <property name="visible">1</property>
48                <property name="accelerator">&lt;Primary&gt;question</property>
49                <property name="title" translatable="yes" context="shortcut window">Shortcut list</property>
50              </object>
51            </child>
52            <child>
53              <object class="GtkShortcutsShortcut">
54                <property name="visible">1</property>
55                <property name="accelerator">&lt;Primary&gt;q</property>
56                <property name="title" translatable="yes" context="shortcut window">Quit</property>
57              </object>
58            </child>
59          </object>
60        </child>
61        <child>
62          <object class="GtkShortcutsGroup">
63            <property name="visible">1</property>
64            <property name="title" translatable="yes" context="shortcut window">Navigation</property>
65            <child>
66              <object class="GtkShortcutsShortcut">
67                <property name="visible">1</property>
68                <property name="accelerator">&lt;Alt&gt;Up</property>
69                <property name="title" translatable="yes" context="shortcut window">Select previous keyring</property>
70              </object>
71            </child>
72            <child>
73              <object class="GtkShortcutsShortcut">
74                <property name="visible">1</property>
75                <property name="accelerator">&lt;Alt&gt;Down</property>
76                <property name="title" translatable="yes" context="shortcut window">Select next keyring</property>
77              </object>
78            </child>
79            <child>
80              <object class="GtkShortcutsShortcut">
81                <property name="visible">1</property>
82                <property name="accelerator">&lt;Alt&gt;Left</property>
83                <property name="title" translatable="yes" context="shortcut window">Show sidebar (on small screens)</property>
84              </object>
85            </child>
86            <child>
87              <object class="GtkShortcutsShortcut">
88                <property name="visible">1</property>
89                <property name="accelerator">&lt;Alt&gt;Right</property>
90                <property name="title" translatable="yes" context="shortcut window">Show keyring contents (on small screens)</property>
91              </object>
92            </child>
93          </object>
94        </child>
95      </object>
96    </child>
97  </object>
98</interface>
99