1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="AdwShortcutsDialog" id="shortcuts_dialog">
<child>
<object class="AdwShortcutsSection">
<property name="title" translatable="yes" context="shortcut dialog">General</property>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes" context="shortcut dialog">Show Shortcuts</property>
<property name="action-name">app.shortcuts</property>
</object>
</child>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes" context="shortcut dialog">Quit</property>
<property name="action-name">app.quit</property>
</object>
</child>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes" context="shortcut dialog">Go to Browse</property>
<property name="action-name">app.open-browse</property>
</object>
</child>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes" context="shortcut dialog">Go to image</property>
<property name="action-name">app.open-image</property>
</object>
</child>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes" context="shortcut dialog">Go to Settings</property>
<property name="action-name">app.preferences</property>
</object>
</child>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes" context="shortcut dialog">Load next Page</property>
<property name="action-name">app.load-next-page</property>
</object>
</child>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes" context="shortcut dialog">Reload Index</property>
<property name="action-name">app.reload-index</property>
</object>
</child>
</object>
</child>
</object>
</interface>