-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmenus.ui
132 lines (132 loc) · 4.88 KB
/
menus.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<menu id="terminal-popup">
<section>
<item>
<attribute name="label" translatable="yes">Open Hyperlink</attribute>
<attribute name="action">terminal.open-hyperlink</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Copy Hyperlink Address</attribute>
<attribute name="action">terminal.copy-hyperlink</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Copy File Path</attribute>
<attribute name="action">terminal.copy-filename</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Copy</attribute>
<attribute name="action">terminal.copy</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Copy HTML</attribute>
<attribute name="action">terminal.copy-html</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Paste</attribute>
<attribute name="action">terminal.paste</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Select All</attribute>
<attribute name="action">terminal.select-all</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Reset</attribute>
<attribute name="action">terminal.reset</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Reset and Clear</attribute>
<attribute name="action">terminal.reset-and-clear</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Close</attribute>
<attribute name="action">page.close</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">New Tab</attribute>
<attribute name="action">win.new-tab</attribute>
</item>
</section>
<submenu>
<attribute name="label" translatable="yes">Preferences</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Preferences...</attribute>
<attribute name="action">app.preferences</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Above All Windows</attribute>
<attribute name="action">app.window-above</attribute>
</item>
<item>
<attribute name="label" translatable="yes">On All Workspaces</attribute>
<attribute name="action">app.window-stick</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Hide When Application Loses Focus</attribute>
<attribute name="action">app.hide-when-focus-lost</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Hide When Esc Key Is Pressed</attribute>
<attribute name="action">app.hide-window-on-esc</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Scroll On Output</attribute>
<attribute name="action">app.scroll-on-output</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Scroll On Keystroke</attribute>
<attribute name="action">app.scroll-on-keystroke</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Enable Keyboard Shortcuts</attribute>
<attribute name="action">app.shortcuts-enabled</attribute>
</item>
</section>
</submenu>
</menu>
<menu id="tab-popup">
<section>
<item>
<attribute name="label" translatable="yes">Use Custom Tab Title</attribute>
<attribute name="action">page.use-custom-title</attribute>
<attribute name="target" type="b">true</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Use Default Tab Title</attribute>
<attribute name="action">page.use-custom-title</attribute>
<attribute name="target" type="b">false</attribute>
</item>
</section>
<item>
<attribute name="label" translatable="yes">Close</attribute>
<attribute name="action">page.close</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New Tab</attribute>
<attribute name="action">win.new-tab</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Preferences...</attribute>
<attribute name="action">app.preferences</attribute>
</item>
</menu>
</interface>