1<interface>
2  <!-- interface-requires gtk+ 3.17 -->
3  <object class="GtkShortcutsWindow" id="help_overlay">
4    <property name="modal">1</property>
5    <child>
6      <object class="GtkShortcutsSection">
7        <property name="visible">1</property>
8        <property name="section-name">shortcuts</property>
9        <property name="max-height">12</property>
10        <child>
11          <object class="GtkShortcutsGroup">
12            <property name="visible">1</property>
13            <property name="title">General</property>
14            <child>
15              <object class="GtkShortcutsShortcut">
16                <property name="visible">1</property>
17                <property name="action-name">app.new</property>
18                <property name="title" translatable="yes">New Window</property>
19              </object>
20            </child>
21            <child>
22              <object class="GtkShortcutsShortcut">
23                <property name="visible">1</property>
24                <property name="action-name">app.quit</property>
25                <property name="title" translatable="yes">Quit</property>
26              </object>
27            </child>
28            <child>
29              <object class="GtkShortcutsShortcut">
30                <property name="visible">1</property>
31                <property name="action-name">win.fullscreen</property>
32                <property name="title" translatable="yes">Fullscreen</property>
33              </object>
34            </child>
35            <child>
36              <object class="GtkShortcutsShortcut">
37                <property name="visible">1</property>
38                <property name="action-name">win.show-help-overlay</property>
39                <property name="title" translatable="yes">Shortcuts</property>
40              </object>
41            </child>
42          </object>
43        </child>
44        <child>
45          <object class="GtkShortcutsGroup">
46            <property name="visible">1</property>
47            <property name="title">Text</property>
48            <child>
49              <object class="GtkShortcutsShortcut">
50                <property name="visible">1</property>
51                <property name="action-name">win.copy</property>
52                <property name="title" translatable="yes">Copy</property>
53              </object>
54            </child>
55            <child>
56              <object class="GtkShortcutsShortcut">
57                <property name="visible">1</property>
58                <property name="action-name">win.paste</property>
59                <property name="title" translatable="yes">Paste</property>
60              </object>
61            </child>
62            <child>
63              <object class="GtkShortcutsShortcut">
64                <property name="visible">1</property>
65                <property name="action-name">win.justify::left</property>
66                <property name="title" translatable="yes">Justify left</property>
67              </object>
68            </child>
69            <child>
70              <object class="GtkShortcutsShortcut">
71                <property name="visible">1</property>
72                <property name="action-name">win.justify::center</property>
73                <property name="title" translatable="yes">Justify center</property>
74              </object>
75            </child>
76            <child>
77              <object class="GtkShortcutsShortcut">
78                <property name="visible">1</property>
79                <property name="action-name">win.justify::right</property>
80                <property name="title" translatable="yes">Justify right</property>
81              </object>
82            </child>
83          </object>
84        </child>
85      </object>
86    </child>
87  </object>
88</interface>
89