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="section-name">shortcuts</property>
8        <property name="max-height">12</property>
9        <property name="visible">True</property>
10        <child>
11          <object class="GtkShortcutsGroup">
12            <property name="title" translatable="yes">General</property>
13            <property name="visible">True</property>
14            <child>
15              <object class="GtkShortcutsShortcut">
16                <property name="visible">True</property>
17                <property name="accelerator">&lt;primary&gt;r</property>
18                <property name="title" translatable="yes" context="shortcut window">Check for new episodes</property>
19              </object>
20            </child>
21            <child>
22              <object class="GtkShortcutsShortcut">
23                <property name="visible">True</property>
24                <property name="accelerator">&lt;primary&gt;q</property>
25                <property name="title" translatable="yes" context="shortcut window">Quit the application</property>
26              </object>
27            </child>
28          </object>
29        </child>
30      </object>
31    </child>
32  </object>
33</interface>
34