-
Notifications
You must be signed in to change notification settings - Fork 61
/
help-overlay.ui
73 lines (72 loc) · 3.14 KB
/
help-overlay.ui
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
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.17 -->
<object class="GtkShortcutsWindow" id="help_overlay">
<property name="modal">1</property>
<child>
<object class="GtkShortcutsSection">
<property name="section-name">shortcuts</property>
<property name="max-height">10</property>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes" context="shortcut window">General</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator"><ctrl>Q</property>
<property name="title" translatable="yes" context="shortcut window">Quit</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator"><ctrl>F</property>
<property name="title" translatable="yes" context="shortcut window">Search</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="action-name">app.help</property>
<property name="title" translatable="yes" context="shortcut window">Show help</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="action-name">win.show-help-overlay</property>
<property name="title" translatable="yes" context="shortcut window">Keyboard shortcuts</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes" context="shortcut window">Panels</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator"><Alt>Left</property>
<property name="direction">GTK_TEXT_DIR_LTR</property>
<property name="title" translatable="yes" context="shortcut window">Go back to previous panel</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator"><Alt>Right</property>
<property name="direction">GTK_TEXT_DIR_RTL</property>
<property name="title" translatable="yes" context="shortcut window">Go back to previous panel</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes" context="shortcut window">Search</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">Escape</property>
<property name="title" translatable="yes" context="shortcut window">Cancel search</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>