forked from Amm1rr/gnome-shell-extension-ddterm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenus.ui
195 lines (191 loc) · 7.48 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright © 2020, 2021 Aleksandr Mezin
This file is part of ddterm GNOME Shell extension.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<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>
<submenu>
<attribute name="label" translatable="yes">New Tab</attribute>
<item>
<attribute name="label" translatable="yes">New Tab Before Current Tab</attribute>
<attribute name="action">win.new-tab-before-current</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New Tab After Current Tab</attribute>
<attribute name="action">win.new-tab-after-current</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New Tab Before First Tab</attribute>
<attribute name="action">win.new-tab-front</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New Tab After Last Tab</attribute>
<attribute name="action">win.new-tab</attribute>
</item>
</submenu>
</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">Maximize Window</attribute>
<attribute name="action">app.window-maximize</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Transparent Background</attribute>
<attribute name="action">app.transparent-background</attribute>
</item>
</section>
<section>
<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">Preserve Working Directory In New Tabs</attribute>
<attribute name="action">app.preserve-working-directory</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>
<section>
<item>
<attribute name="label" translatable="yes">New Tab Before This Tab</attribute>
<attribute name="action">page.new-tab-before</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New Tab After This Tab</attribute>
<attribute name="action">page.new-tab-after</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New Tab Before First Tab</attribute>
<attribute name="action">win.new-tab-front</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New Tab After Last Tab</attribute>
<attribute name="action">win.new-tab</attribute>
</item>
</section>
<item>
<attribute name="label" translatable="yes">Preferences...</attribute>
<attribute name="action">app.preferences</attribute>
</item>
</menu>
</interface>