1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3  <!-- interface-requires gtk+ 3.17 -->
4  <object class="GtkShortcutsWindow" id="help_overlay">
5    <property name="modal">1</property>
6    <child>
7      <object class="GtkShortcutsSection">
8        <property name="visible">1</property>
9        <property name="section-name">shortcuts</property>
10        <property name="max-height">10</property>
11        <child>
12          <object class="GtkShortcutsGroup">
13            <property name="visible">1</property>
14            <property name="title" translatable="yes" context="shortcut window">General</property>
15            <child>
16              <object class="GtkShortcutsShortcut">
17                <property name="visible">1</property>
18                <property name="accelerator">F1</property>
19                <property name="title" translatable="yes" context="shortcut window">Show help</property>
20              </object>
21            </child>
22            <child>
23              <object class="GtkShortcutsShortcut">
24                <property name="visible">1</property>
25                <property name="accelerator">F10</property>
26                <property name="title" translatable="yes" context="shortcut window">Open menu</property>
27              </object>
28            </child>
29            <child>
30              <object class="GtkShortcutsShortcut">
31                <property name="visible">1</property>
32                <property name="accelerator">&lt;ctrl&gt;question</property>
33                <property name="title" translatable="yes" context="shortcut window">Keyboard shortcuts</property>
34              </object>
35            </child>
36            <child>
37              <object class="GtkShortcutsShortcut">
38                <property name="visible">1</property>
39                <property name="accelerator">&lt;ctrl&gt;Q</property>
40                <property name="title" translatable="yes" context="shortcut window">Quit</property>
41              </object>
42            </child>
43            <child>
44              <object class="GtkShortcutsShortcut">
45                <property name="visible">1</property>
46                <property name="accelerator">&lt;ctrl&gt;&lt;alt&gt;Page_Down</property>
47                <property name="title" translatable="yes" context="shortcut window">Go to the next section</property>
48              </object>
49            </child>
50            <child>
51              <object class="GtkShortcutsShortcut">
52                <property name="visible">1</property>
53                <property name="accelerator">&lt;ctrl&gt;&lt;alt&gt;Page_Up</property>
54                <property name="title" translatable="yes" context="shortcut window">Go to the previous section</property>
55              </object>
56            </child>
57             <child>
58              <object class="GtkShortcutsShortcut">
59                <property name="visible">1</property>
60                <property name="accelerator">&lt;alt&gt;1</property>
61                <property name="title" translatable="yes" context="shortcut window">Go to the World section</property>
62              </object>
63            </child>
64             <child>
65              <object class="GtkShortcutsShortcut">
66                <property name="visible">1</property>
67                <property name="accelerator">&lt;alt&gt;2</property>
68                <property name="title" translatable="yes" context="shortcut window">Go to the Alarms section</property>
69              </object>
70            </child>
71             <child>
72              <object class="GtkShortcutsShortcut">
73                <property name="visible">1</property>
74                <property name="accelerator">&lt;alt&gt;3</property>
75                <property name="title" translatable="yes" context="shortcut window">Go to the Stopwatch section</property>
76              </object>
77            </child>
78             <child>
79              <object class="GtkShortcutsShortcut">
80                <property name="visible">1</property>
81                <property name="accelerator">&lt;alt&gt;4</property>
82                <property name="title" translatable="yes" context="shortcut window">Go to the Timer section</property>
83              </object>
84            </child>
85          </object>
86        </child>
87        <child>
88          <object class="GtkShortcutsGroup">
89            <property name="visible">1</property>
90            <property name="view">ClocksWorldFace</property>
91            <property name="title" translatable="yes" context="shortcut window">World Clocks</property>
92            <child>
93              <object class="GtkShortcutsShortcut">
94                <property name="visible">1</property>
95                <property name="accelerator">&lt;ctrl&gt;N</property>
96                <property name="title" translatable="yes" context="shortcut window">Add a world clock</property>
97              </object>
98            </child>
99          </object>
100        </child>
101        <child>
102          <object class="GtkShortcutsGroup">
103            <property name="visible">1</property>
104            <property name="view">ClocksAlarmFace</property>
105            <property name="title" translatable="yes" context="shortcut window">Alarm</property>
106            <child>
107              <object class="GtkShortcutsShortcut">
108                <property name="visible">1</property>
109                <property name="accelerator">&lt;ctrl&gt;N</property>
110                <property name="title" translatable="yes" context="shortcut window">Add an alarm</property>
111              </object>
112            </child>
113          </object>
114        </child>
115        <child>
116          <object class="GtkShortcutsGroup">
117            <property name="visible">1</property>
118            <property name="view">ClocksStopwatchFace</property>
119            <property name="title" translatable="yes" context="shortcut window">Stopwatch</property>
120            <child>
121              <object class="GtkShortcutsShortcut">
122                <property name="visible">1</property>
123                <property name="accelerator">Escape</property>
124                <property name="title" translatable="yes" context="shortcut window">Stop / Reset</property>
125              </object>
126            </child>
127          </object>
128        </child>
129        <child>
130          <object class="GtkShortcutsGroup">
131            <property name="visible">1</property>
132            <property name="view">ClocksTimerFace</property>
133            <property name="title" translatable="yes" context="shortcut window">Timer</property>
134            <child>
135              <object class="GtkShortcutsShortcut">
136                <property name="visible">1</property>
137                <property name="accelerator">Escape</property>
138                <property name="title" translatable="yes" context="shortcut window">Reset</property>
139              </object>
140            </child>
141            <child>
142              <object class="GtkShortcutsShortcut">
143                <property name="visible">1</property>
144                <property name="accelerator">&lt;primary&gt;N</property>
145                <property name="title" translatable="yes" context="shortcut window">New Timer</property>
146              </object>
147            </child>
148          </object>
149        </child>
150      </object>
151    </child>
152  </object>
153</interface>
154