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">Escape</property>
18                <property name="title" translatable="yes" context="shortcut window">Close the active room</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">Open main menu</property>
26              </object>
27            </child>
28            <child>
29              <object class="GtkShortcutsShortcut">
30                <property name="visible">true</property>
31                <property name="accelerator">&lt;Primary&gt;k</property>
32                <property name="title" translatable="yes" context="shortcut window">Open / close the room sidebar search</property>
33              </object>
34            </child>
35            <child>
36              <object class="GtkShortcutsShortcut">
37                <property name="visible">true</property>
38                <property name="accelerator">&lt;Ctrl&gt;Page_Up</property>
39                <property name="title" translatable="yes" context="shortcut window">Open the previous room in the list</property>
40              </object>
41            </child>
42            <child>
43              <object class="GtkShortcutsShortcut">
44                <property name="visible">true</property>
45                <property name="accelerator">&lt;Ctrl&gt;Page_Down</property>
46                <property name="title" translatable="yes" context="shortcut window">Open the next room in the list</property>
47              </object>
48            </child>
49            <child>
50              <object class="GtkShortcutsShortcut">
51                <property name="visible">true</property>
52                <property name="accelerator">&lt;Ctrl&gt;&lt;Shift&gt;Page_Up</property>
53                <property name="title" translatable="yes" context="shortcut window">Open the previous room with unread messages in the list</property>
54              </object>
55            </child>
56            <child>
57              <object class="GtkShortcutsShortcut">
58                <property name="visible">true</property>
59                <property name="accelerator">&lt;Ctrl&gt;&lt;Shift&gt;Page_Down</property>
60                <property name="title" translatable="yes" context="shortcut window">Open the next room with unread messages in the list</property>
61              </object>
62            </child>
63            <child>
64              <object class="GtkShortcutsShortcut">
65                <property name="visible">true</property>
66                <property name="accelerator">&lt;Ctrl&gt;Home</property>
67                <property name="title" translatable="yes" context="shortcut window">Open the first room of the list</property>
68              </object>
69            </child>
70            <child>
71              <object class="GtkShortcutsShortcut">
72                <property name="visible">true</property>
73                <property name="accelerator">&lt;Ctrl&gt;End</property>
74                <property name="title" translatable="yes" context="shortcut window">Open the last room of the list</property>
75              </object>
76            </child>
77            <child>
78              <object class="GtkShortcutsShortcut">
79                <property name="visible">true</property>
80                <property name="accelerator">Page_Up</property>
81                <property name="title" translatable="yes" context="shortcut window">View older messages</property>
82              </object>
83            </child>
84            <child>
85              <object class="GtkShortcutsShortcut">
86                <property name="visible">true</property>
87                <property name="accelerator">Page_Down</property>
88                <property name="title" translatable="yes" context="shortcut window">View newer messages</property>
89              </object>
90            </child>
91            <child>
92              <object class="GtkShortcutsShortcut">
93                <property name="visible">true</property>
94                <property name="title" translatable="yes" context="shortcut window">Keyboard Shortcuts</property>
95                <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;question</property>
96              </object>
97            </child>
98            <child>
99              <object class="GtkShortcutsShortcut">
100                <property name="visible">true</property>
101                <property name="title" translatable="yes" context="shortcut window">Quit</property>
102                <property name="accelerator">&lt;Primary&gt;q</property>
103              </object>
104            </child>
105          </object>
106        </child>
107        <child>
108          <object class="GtkShortcutsGroup">
109            <property name="visible">true</property>
110            <property name="title" translatable="yes" context="shortcut message">Composing a new message</property>
111            <child>
112              <object class="GtkShortcutsShortcut">
113                <property name="visible">true</property>
114                <property name="accelerator">&lt;Shift&gt;Return</property>
115                <property name="title" translatable="yes" context="shortcut message">Write on a new line</property>
116              </object>
117            </child>
118          </object>
119        </child>
120      </object>
121    </child>
122  </object>
123</interface>
124