1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3  <object class="GtkShortcutsWindow" id="help_overlay">
4    <property name="modal">true</property>
5    <child>
6      <object class="GtkShortcutsSection">
7        <property name="visible">true</property>
8        <property name="section-name">shortcuts</property>
9        <property name="max-height">10</property>
10        <child>
11          <object class="GtkShortcutsGroup">
12            <property name="visible">true</property>
13            <property name="title" translatable="yes" context="shortcut window">General</property>
14            <child>
15              <object class="GtkShortcutsShortcut">
16                <property name="visible">true</property>
17                <property name="accelerator">F1</property>
18                <property name="title" translatable="yes" context="shortcut window">Show help</property>
19              </object>
20            </child>
21            <child>
22              <object class="GtkShortcutsShortcut">
23                <property name="visible">true</property>
24                <property name="accelerator">F10</property>
25                <property name="title" translatable="yes" context="shortcut window">Show / Hide primary menu</property>
26              </object>
27            </child>
28            <child>
29              <object class="GtkShortcutsShortcut">
30                <property name="visible">true</property>
31                <property name="title" translatable="yes" context="shortcut window">Quit</property>
32                <property name="accelerator">&lt;Primary&gt;Q</property>
33              </object>
34            </child>
35            <child>
36              <object class="GtkShortcutsShortcut">
37                <property name="visible">true</property>
38                <property name="title" translatable="yes" context="shortcut window">Show Keyboard Shortcuts</property>
39                <property name="accelerator">&lt;Primary&gt;question</property>
40              </object>
41            </child>
42            <child>
43              <object class="GtkShortcutsShortcut">
44                <property name="visible">true</property>
45                <property name="accelerator">&lt;Alt&gt;Left</property>
46                <property name="title" translatable="yes" context="shortcut window">Go back to location list</property>
47              </object>
48            </child>
49          </object>
50        </child>
51        <child>
52          <object class="GtkShortcutsGroup">
53            <property name="visible">true</property>
54            <property name="title" translatable="yes" context="shortcut window">Scanning</property>
55            <child>
56              <object class="GtkShortcutsShortcut">
57                <property name="visible">true</property>
58                <property name="accelerator">&lt;Primary&gt;o</property>
59                <property name="title" translatable="yes" context="shortcut window">Scan folder</property>
60              </object>
61            </child>
62            <child>
63              <object class="GtkShortcutsShortcut">
64                <property name="visible">true</property>
65                <property name="accelerator">&lt;Primary&gt;r</property>
66                <property name="title" translatable="yes" context="shortcut window">Rescan current location</property>
67              </object>
68            </child>
69          </object>
70        </child>
71      </object>
72    </child>
73  </object>
74</interface>
75