1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3  <object class="GtkShortcutsWindow" id="help_overlay">
4    <child>
5      <object class="GtkShortcutsSection">
6        <property name="visible">True</property>
7        <property name="section-name">conversation</property>
8        <property name="title" translatable="yes">Conversation Shortcuts</property>
9        <child>
10          <object class="GtkShortcutsGroup">
11            <property name="visible">True</property>
12            <property name="title" translatable="yes" context="shortcut window">Actions</property>
13            <child>
14              <object class="GtkShortcutsShortcut">
15                <property name="visible">True</property>
16                <property name="title" translatable="yes" context="shortcut window">New conversation</property>
17                <property name="accelerator">&lt;primary&gt;N</property>
18              </object>
19            </child>
20            <child>
21              <object class="GtkShortcutsShortcut">
22                <property name="visible">True</property>
23                <property name="title" translatable="yes" context="shortcut window">Reply to sender</property>
24                <property name="accelerator">&lt;primary&gt;R</property>
25              </object>
26            </child>
27            <child>
28              <object class="GtkShortcutsShortcut">
29                <property name="visible">True</property>
30                <property name="title" translatable="yes" context="shortcut window">Reply to all</property>
31                <property name="accelerator">&lt;primary&gt;&lt;Shift&gt;R</property>
32              </object>
33            </child>
34            <child>
35              <object class="GtkShortcutsShortcut">
36                <property name="visible">True</property>
37                <property name="title" translatable="yes" context="shortcut window">Forward</property>
38                <property name="accelerator">&lt;primary&gt;L</property>
39              </object>
40            </child>
41            <child>
42              <object class="GtkShortcutsShortcut">
43                <property name="visible">True</property>
44                <property name="title" translatable="yes" context="shortcut window">Un-mark/mark read</property>
45                <property name="accelerator">&lt;primary&gt;U &lt;primary&gt;&lt;Shift&gt;U</property>
46              </object>
47            </child>
48            <child>
49              <object class="GtkShortcutsShortcut">
50                <property name="visible">True</property>
51                <property name="title" translatable="yes" context="shortcut window">Mark/un-mark starred</property>
52                <property name="accelerator">&lt;primary&gt;D &lt;primary&gt;&lt;Shift&gt;D</property>
53              </object>
54            </child>
55            <child>
56              <object class="GtkShortcutsShortcut">
57                <property name="visible">True</property>
58                <property name="title" translatable="yes" context="shortcut window">Archive conversations</property>
59                <property name="accelerator">&lt;primary&gt;K</property>
60              </object>
61            </child>
62            <child>
63              <object class="GtkShortcutsShortcut">
64                <property name="visible">True</property>
65                <property name="title" translatable="yes" context="shortcut window">Move conversations</property>
66                <property name="accelerator">&lt;primary&gt;M</property>
67              </object>
68            </child>
69            <child>
70              <object class="GtkShortcutsShortcut">
71                <property name="visible">True</property>
72                <property name="title" translatable="yes" context="shortcut window">Label conversations</property>
73                <property name="accelerator">&lt;primary&gt;B</property>
74              </object>
75            </child>
76            <child>
77              <object class="GtkShortcutsShortcut">
78                <property name="visible">True</property>
79                <property name="title" translatable="yes" context="shortcut window">Trash conversations</property>
80                <property name="accelerator">Delete BackSpace</property>
81              </object>
82            </child>
83            <child>
84              <object class="GtkShortcutsShortcut">
85                <property name="visible">True</property>
86                <property name="title" translatable="yes" context="shortcut window">Junk conversations</property>
87                <property name="accelerator">&lt;primary&gt;J</property>
88              </object>
89            </child>
90            <child>
91              <object class="GtkShortcutsShortcut">
92                <property name="visible">True</property>
93                <property name="title"
94                          translatable="yes" context="shortcut window">Delete conversations</property>
95                <property name="accelerator">&lt;Shift&gt;Delete &lt;Shift&gt;BackSpace</property>
96              </object>
97            </child>
98          </object>
99        </child>
100        <child>
101          <object class="GtkShortcutsGroup">
102            <property name="visible">True</property>
103            <property name="title" translatable="yes" context="shortcut window">Search</property>
104            <child>
105              <object class="GtkShortcutsShortcut">
106                <property name="visible">True</property>
107                <property name="title" translatable="yes" context="shortcut window">Search for conversations</property>
108                <property name="accelerator">&lt;primary&gt;S</property>
109              </object>
110            </child>
111            <child>
112              <object class="GtkShortcutsShortcut">
113                <property name="visible">True</property>
114                <property name="title" translatable="yes" context="shortcut window">Find in current conversation</property>
115                <property name="accelerator">&lt;primary&gt;F</property>
116              </object>
117            </child>
118            <!--
119                The following two aren't currently supported.
120                <child>
121                <object class="GtkShortcutsShortcut">
122                <property name="visible">True</property>
123                <property name="title" translatable="yes" context="shortcut window">Find next in conversation</property>
124                <property name="accelerator">&lt;primary&gt;G</property>
125                </object>
126                </child>
127                <child>
128                <object class="GtkShortcutsShortcut">
129                <property name="visible">True</property>
130                <property name="title" translatable="yes" context="shortcut window">Find previous in conversation</property>
131                <property name="accelerator">&lt;primary&gt;&lt;Shift&gt;G</property>
132                </object>
133                </child>
134            -->
135          </object>
136        </child>
137        <child>
138          <object class="GtkShortcutsGroup">
139            <property name="visible">True</property>
140            <property name="title" translatable="yes" context="shortcut window">Undo</property>
141            <child>
142              <object class="GtkShortcutsShortcut">
143                <property name="visible">True</property>
144                <property name="title" translatable="yes" context="shortcut window">Undo the last action</property>
145                <property name="accelerator">&lt;primary&gt;Z</property>
146              </object>
147            </child>
148            <child>
149              <object class="GtkShortcutsShortcut">
150                <property name="visible">True</property>
151                <property name="title" translatable="yes" context="shortcut window">Redo the last action</property>
152                <property name="accelerator">&lt;primary&gt;&lt;Shift&gt;Z</property>
153              </object>
154            </child>
155          </object>
156        </child>
157        <child>
158          <object class="GtkShortcutsGroup">
159            <property name="visible">True</property>
160            <property name="title" translatable="yes" context="shortcut window">View</property>
161            <child>
162              <object class="GtkShortcutsShortcut">
163                <property name="visible">True</property>
164                <property name="title" translatable="yes" context="shortcut window">Zoom in</property>
165                <property name="accelerator">&lt;primary&gt;plus</property>
166              </object>
167            </child>
168            <child>
169              <object class="GtkShortcutsShortcut">
170                <property name="visible">True</property>
171                <property name="title" translatable="yes" context="shortcut window">Zoom out</property>
172                <property name="accelerator">&lt;primary&gt;minus</property>
173              </object>
174            </child>
175            <child>
176              <object class="GtkShortcutsShortcut">
177                <property name="visible">True</property>
178                <property name="title" translatable="yes" context="shortcut window">Reset zoom</property>
179                <property name="accelerator">&lt;primary&gt;0</property>
180              </object>
181            </child>
182          </object>
183        </child>
184      </object>
185    </child>
186    <child>
187      <object class="GtkShortcutsSection">
188        <property name="visible">True</property>
189        <property name="section-name">composer</property>
190        <property name="title" translatable="yes">Composer Shortcuts</property>
191        <child>
192          <object class="GtkShortcutsGroup">
193            <property name="visible">True</property>
194            <property name="title" translatable="yes" context="shortcut window">Actions</property>
195            <child>
196              <object class="GtkShortcutsShortcut">
197                <property name="visible">True</property>
198                <property name="title" translatable="yes" context="shortcut window">Send</property>
199                <property name="accelerator">&lt;primary&gt;Return</property>
200              </object>
201            </child>
202            <child>
203              <object class="GtkShortcutsShortcut">
204                <property name="visible">True</property>
205                <property name="title" translatable="yes" context="shortcut window">Add attachment</property>
206                <property name="accelerator">&lt;primary&gt;T</property>
207              </object>
208            </child>
209            <child>
210              <object class="GtkShortcutsShortcut">
211                <property name="visible">True</property>
212                <property name="title" translatable="yes" context="shortcut window">Detach the composer</property>
213                <property name="accelerator">&lt;primary&gt;D</property>
214              </object>
215            </child>
216          </object>
217        </child>
218        <child>
219          <object class="GtkShortcutsGroup">
220            <property name="visible">True</property>
221            <property name="title" translatable="yes" context="shortcut window">General</property>
222            <child>
223              <object class="GtkShortcutsShortcut">
224                <property name="visible">True</property>
225                <property name="title" translatable="yes" context="shortcut window">Close composer window</property>
226                <property name="accelerator">&lt;primary&gt;W Escape</property>
227              </object>
228            </child>
229            <child>
230              <object class="GtkShortcutsShortcut">
231                <property name="visible">True</property>
232                <property name="title" translatable="yes" context="shortcut window">Detach composer window</property>
233                <property name="accelerator">&lt;primary&gt;D</property>
234              </object>
235            </child>
236          </object>
237          <object class="GtkShortcutsGroup">
238            <property name="visible">True</property>
239            <property name="title" translatable="yes" context="shortcut window">Editing</property>
240            <child>
241              <object class="GtkShortcutsShortcut">
242                <property name="visible">True</property>
243                <property name="title"
244                          translatable="yes" context="shortcut window">Move selection to the clipboard</property>
245                <property name="accelerator">&lt;primary&gt;X</property>
246              </object>
247            </child>
248            <child>
249              <object class="GtkShortcutsShortcut">
250                <property name="visible">True</property>
251                <property name="title" translatable="yes" context="shortcut window">Copy selection to clipboard</property>
252                <property name="accelerator">&lt;primary&gt;C</property>
253              </object>
254            </child>
255            <child>
256              <object class="GtkShortcutsShortcut">
257                <property name="visible">True</property>
258                <property name="title" translatable="yes" context="shortcut window">Paste from the clipboard</property>
259                <property name="accelerator">&lt;primary&gt;V</property>
260              </object>
261            </child>
262            <child>
263              <object class="GtkShortcutsShortcut">
264                <property name="visible">True</property>
265                <property name="title" translatable="yes" context="shortcut window">Quote text</property>
266                <property name="accelerator">&lt;primary&gt;bracketleft</property>
267              </object>
268            </child>
269            <child>
270              <object class="GtkShortcutsShortcut">
271                <property name="visible">True</property>
272                <property name="title" translatable="yes" context="shortcut window">Unquote text</property>
273                <property name="accelerator">&lt;primary&gt;bracketright</property>
274              </object>
275            </child>
276          </object>
277        </child>
278        <child>
279          <object class="GtkShortcutsGroup">
280            <property name="visible">True</property>
281            <property name="title" translatable="yes" context="shortcut window">Rich text editing</property>
282            <child>
283              <object class="GtkShortcutsShortcut">
284                <property name="visible">True</property>
285                <property name="title" translatable="yes" context="shortcut window">Paste without formatting</property>
286                <property name="accelerator">&lt;primary&gt;&lt;shift&gt;V</property>
287              </object>
288            </child>
289            <child>
290              <object class="GtkShortcutsShortcut">
291                <property name="visible">True</property>
292                <property name="title" translatable="yes" context="shortcut window">Bold text</property>
293                <property name="accelerator">&lt;primary&gt;B</property>
294              </object>
295            </child>
296            <child>
297              <object class="GtkShortcutsShortcut">
298                <property name="visible">True</property>
299                <property name="title" translatable="yes" context="shortcut window">Italicize text</property>
300                <property name="accelerator">&lt;primary&gt;I</property>
301              </object>
302            </child>
303            <child>
304              <object class="GtkShortcutsShortcut">
305                <property name="visible">True</property>
306                <property name="title" translatable="yes" context="shortcut window">Underline text</property>
307                <property name="accelerator">&lt;primary&gt;U</property>
308              </object>
309            </child>
310            <child>
311              <object class="GtkShortcutsShortcut">
312                <property name="visible">True</property>
313                <property name="title" translatable="yes" context="shortcut window">Strike text</property>
314                <property name="accelerator">&lt;primary&gt;K</property>
315              </object>
316            </child>
317            <child>
318              <object class="GtkShortcutsShortcut">
319                <property name="visible">True</property>
320                <property name="title" translatable="yes" context="shortcut window">Remove formatting</property>
321                <property name="accelerator">&lt;primary&gt;space</property>
322              </object>
323            </child>
324            <child>
325              <object class="GtkShortcutsShortcut">
326                <property name="visible">True</property>
327                <property name="title" translatable="yes" context="shortcut window">Insert an image</property>
328                <property name="accelerator">&lt;primary&gt;I</property>
329              </object>
330            </child>
331            <child>
332              <object class="GtkShortcutsShortcut">
333                <property name="visible">True</property>
334                <property name="title" translatable="yes" context="shortcut window">Insert a link</property>
335                <property name="accelerator">&lt;primary&gt;L</property>
336              </object>
337            </child>
338          </object>
339        </child>
340      </object>
341    </child>
342    <child>
343      <object class="GtkShortcutsSection">
344        <property name="visible">True</property>
345        <property name="section-name">application</property>
346        <property name="title" translatable="yes">Application Shortcuts</property>
347        <child>
348          <object class="GtkShortcutsGroup">
349            <property name="visible">True</property>
350            <property name="title" translatable="yes" context="shortcut window">General</property>
351            <child>
352              <object class="GtkShortcutsShortcut">
353                <property name="visible">True</property>
354                <property name="title" translatable="yes" context="shortcut window">Show help</property>
355                <property name="accelerator">F1</property>
356              </object>
357            </child>
358            <child>
359              <object class="GtkShortcutsShortcut">
360                <property name="visible">True</property>
361                <property name="title" translatable="yes" context="shortcut window">Show keyboard shortcuts</property>
362                <property name="accelerator">&lt;Primary&gt;question</property>
363              </object>
364            </child>
365            <child>
366              <object class="GtkShortcutsShortcut">
367                <property name="visible">True</property>
368                <property name="title" translatable="yes" context="shortcut window">Open a new window</property>
369                <property name="accelerator">&lt;primary&gt;&lt;Shift&gt;N</property>
370              </object>
371            </child>
372            <child>
373              <object class="GtkShortcutsShortcut">
374                <property name="visible">True</property>
375                <property name="title" translatable="yes" context="shortcut window">Close the current window</property>
376                <property name="accelerator">&lt;primary&gt;W</property>
377              </object>
378            </child>
379            <child>
380              <object class="GtkShortcutsShortcut">
381                <property name="visible">True</property>
382                <property name="title" translatable="yes" context="shortcut window">Quit the application</property>
383                <property name="accelerator">&lt;primary&gt;Q</property>
384              </object>
385            </child>
386          </object>
387        </child>
388        <child>
389          <object class="GtkShortcutsGroup">
390            <property name="visible">True</property>
391            <property name="title" translatable="yes" context="shortcut window">Keyboard navigation</property>
392            <child>
393              <object class="GtkShortcutsShortcut">
394                <property name="visible">True</property>
395                <property name="title" translatable="yes" context="shortcut window">Select Inbox</property>
396                <property name="accelerator">&lt;Alt&gt;1...9</property>
397              </object>
398            </child>
399            <child>
400              <object class="GtkShortcutsShortcut">
401                <property name="visible">True</property>
402                <property name="title" translatable="yes" context="shortcut window">Go to next/previous pane</property>
403                <property name="accelerator">&lt;Alt&gt;Right &lt;Alt&gt;Left</property>
404              </object>
405            </child>
406            <child>
407              <object class="GtkShortcutsShortcut">
408                <property name="visible">True</property>
409                <property name="title"
410                          translatable="yes" context="shortcut window">Select next/previous conversation</property>
411                <property name="accelerator">&lt;primary&gt;period &lt;primary&gt;comma</property>
412              </object>
413            </child>
414            <child>
415              <object class="GtkShortcutsShortcut">
416                <property name="visible">True</property>
417                <property name="title" translatable="yes" context="shortcut window">Focus next/previous message</property>
418                <property name="accelerator">space &lt;shift&gt;space</property>
419              </object>
420            </child>
421          </object>
422        </child>
423      </object>
424    </child>
425    <child>
426      <object class="GtkShortcutsSection">
427        <property name="visible">True</property>
428        <property name="section-name">single-key</property>
429        <property name="title" translatable="yes">Single-key Shortcuts</property>
430        <child>
431          <object class="GtkShortcutsGroup">
432            <property name="visible">True</property>
433            <property name="title" translatable="yes"
434                      context="shortcut window">Single-key shortcuts (if enabled)</property>
435            <child>
436              <object class="GtkShortcutsShortcut">
437                <property name="visible">True</property>
438              </object>
439            </child>
440            <child>
441              <object class="GtkShortcutsShortcut">
442                <property name="visible">True</property>
443                <property name="title" translatable="yes" context="shortcut window">Reply to sender </property>
444                <property name="accelerator">R</property>
445              </object>
446            </child>
447            <child>
448              <object class="GtkShortcutsShortcut">
449                <property name="visible">True</property>
450                <property name="title" translatable="yes" context="shortcut window">Reply to all</property>
451                <property name="accelerator">A</property>
452              </object>
453            </child>
454            <child>
455              <object class="GtkShortcutsShortcut">
456                <property name="visible">True</property>
457                <property name="title" translatable="yes" context="shortcut window">Forward</property>
458                <property name="accelerator">F</property>
459              </object>
460            </child>
461            <child>
462              <object class="GtkShortcutsShortcut">
463                <property name="visible">True</property>
464                <property name="title" translatable="yes" context="shortcut window">Un-mark/mark read</property>
465                <property name="accelerator">&lt;Shift&gt;U &lt;Shift&gt;I</property>
466              </object>
467            </child>
468            <child>
469              <object class="GtkShortcutsShortcut">
470                <property name="visible">True</property>
471                <property name="title" translatable="yes" context="shortcut window">Mark/un-mark starred</property>
472                <property name="accelerator">S</property>
473              </object>
474            </child>
475            <child>
476              <object class="GtkShortcutsShortcut">
477                <property name="visible">True</property>
478                <property name="title" translatable="yes" context="shortcut window">Archive conversations</property>
479                <property name="accelerator">E</property>
480              </object>
481            </child>
482          </object>
483        </child>
484        <child>
485          <object class="GtkShortcutsGroup">
486            <property name="visible">True</property>
487            <child>
488              <object class="GtkShortcutsShortcut">
489                <property name="visible">True</property>
490              </object>
491            </child>
492            <child>
493              <object class="GtkShortcutsShortcut">
494                <property name="visible">True</property>
495                <property name="title" translatable="yes" context="shortcut window">Move conversations</property>
496                <property name="accelerator">V</property>
497              </object>
498            </child>
499            <child>
500              <object class="GtkShortcutsShortcut">
501                <property name="visible">True</property>
502                <property name="title" translatable="yes" context="shortcut window">Label conversations</property>
503                <property name="accelerator">L</property>
504              </object>
505            </child>
506            <child>
507              <object class="GtkShortcutsShortcut">
508                <property name="visible">True</property>
509                <property name="title" translatable="yes" context="shortcut window">Junk conversations</property>
510                <property name="accelerator">exclam</property>
511              </object>
512            </child>
513            <child>
514              <object class="GtkShortcutsShortcut">
515                <property name="visible">True</property>
516                <property name="title" translatable="yes" context="shortcut window">Delete conversations</property>
517                <property name="accelerator">numbersign</property>
518              </object>
519            </child>
520            <child>
521              <object class="GtkShortcutsShortcut">
522                <property name="visible">True</property>
523                <property name="title" translatable="yes" context="shortcut window">Find in current conversation</property>
524                <property name="accelerator">slash</property>
525              </object>
526            </child>
527            <child>
528              <object class="GtkShortcutsShortcut">
529                <property name="visible">True</property>
530                <property name="title" translatable="yes" context="shortcut window">Select next/previous conversations</property>
531                <property name="accelerator">J K</property>
532              </object>
533            </child>
534          </object>
535        </child>
536      </object>
537    </child>
538  </object>
539</interface>
540