File: org.rastersoft.terminus.gschema.xml

package info (click to toggle)
terminus 3.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,164 kB
  • sloc: xml: 278; javascript: 241; sh: 22; makefile: 17
file content (277 lines) | stat: -rw-r--r-- 11,733 bytes parent folder | download
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="org.rastersoft.terminus" path="/org/rastersoft/terminus/">
    <key type="b" name="use-system-font">
      <default>true</default>
      <summary>Use the default system font</summary>
      <description></description>
    </key>
    <key type="s" name="terminal-font">
      <default>"Monospace 11"</default>
      <summary>Font used in terminals</summary>
      <description></description>
    </key>
    <key type="s" name="fg-color">
      <default>"#C0C0C0"</default>
      <summary>Text color</summary>
      <description>The default color used for the terminal text</description>
    </key>
    <key type="s" name="bg-color">
      <default>"#000000"</default>
      <summary>Background color</summary>
      <description>The default color used for the terminal background</description>
    </key>
    <key type="s" name="focused-fg-color">
      <default>"#000000"</default>
      <summary>Focused text color</summary>
      <description>The default color used for the top bar text when a terminal has the keyboard focus</description>
    </key>
    <key type="s" name="focused-bg-color">
      <default>"#99C1F1"</default>
      <summary>Focused background color</summary>
      <description>The default color used for the top bar text when a terminal has the keyboard focus</description>
    </key>
    <key type="s" name="focused-root-fg-color">
      <default>"#000000"</default>
      <summary>Focused text color for root terminal</summary>
      <description>The default color used for the top bar text when a terminal has the keyboard focus and has a child running as root/sudo</description>
    </key>
    <key type="s" name="focused-root-bg-color">
      <default>"#FF8080"</default>
      <summary>Focused background color for root terminal</summary>
      <description>The default color used for the top bar text when a terminal has the keyboard focus and has a child running as root/sudo</description>
    </key>
    <key type="s" name="inactive-fg-color">
      <default>"#000000"</default>
      <summary>Inactive text color</summary>
      <description>The default color used for the top bar text when a terminal doesn't have the keyboard focus</description>
    </key>
    <key type="s" name="inactive-bg-color">
      <default>"#C0C0C0"</default>
      <summary>Inactive background color</summary>
      <description>The default color used for the top bar text when a terminal doesn't have the keyboard focus</description>
    </key>
	  <key type="s" name="bold-color">
      <default>""</default>
      <summary>Bold color</summary>
      <description>The default color used for the terminal bold letters. An empty string means "use the default color".</description>
    </key>
	  <key type="s" name="cursor-fg-color">
      <default>""</default>
      <summary>Cursor foreground color</summary>
      <description>The default color used for the terminal cursor. An empty string means "use the default color".</description>
    </key>
	  <key type="s" name="cursor-bg-color">
      <default>""</default>
      <summary>Cursor background color</summary>
      <description>The default color used for the terminal cursor. An empty string means "use the default color".</description>
    </key>
	  <key type="s" name="highlight-fg-color">
      <default>""</default>
      <summary>Highlight foreground color</summary>
      <description>The default color used for the terminal highlighted letters. An empty string means "use the default color".</description>
    </key>
	  <key type="s" name="highlight-bg-color">
      <default>""</default>
      <summary>Highlight background color</summary>
      <description>The default color used for the terminal highlighted letters. An empty string means "use the default color".</description>
    </key>
	  <key type="as" name="color-palete">
      <default><![CDATA[['#000000','#AA0000','#00AA00','#AA5500','#0000AA','#AA00AA','#00AAAA','#AAAAAA','#555555','#FF5555','#55FF55','#FFFF55','#5555FF','#FF55FF','#55FFFF','#FFFFFF']]]></default>
      <summary>Highlight background color</summary>
      <description>The default color used for the terminal highlighted letters. An empty string means "use the default color".</description>
    </key>
    <key type="u" name="scroll-lines">
      <default>500</default>
      <summary>Scroll lines</summary>
      <description></description>
    </key>
    <key type="b" name="infinite-scroll">
      <default>false</default>
      <summary>Store infinite lines in the scroll buffer</summary>
      <description></description>
    </key>
    <key type="b" name="scroll-on-output">
      <default>true</default>
      <summary>Scroll on screen output</summary>
      <description></description>
    </key>
    <key type="b" name="scroll-on-keystroke">
      <default>true</default>
      <summary>Scroll on user keypress</summary>
      <description></description>
    </key>
    <key type="b" name="enable-guake-mode">
      <default>true</default>
      <summary>Launch a terminal in guake mode at startup</summary>
      <description></description>
    </key>
    <key type="i" name="guake-height">
      <default>-1</default>
      <summary>Current height of the guake-mode window</summary>
      <description></description>
    </key>
    <key type="s" name="shell-command">
      <default>"/bin/bash"</default>
      <summary>Shell to use</summary>
      <description></description>
    </key>
	  <key type="i" name="cursor-shape">
      <default>1</default>
      <summary>Desired cursor shape</summary>
      <description>0: block; 1: double T; 2: underscore</description>
    </key>
	  <key type="b" name="terminal-bell">
      <default>true</default>
      <summary></summary>
      <description></description>
    </key>
	  <key type="b" name="allow-bold">
      <default>true</default>
      <summary>Whether the terminal will allow applications to show bold text</summary>
      <description></description>
    </key>
	  <key type="b" name="rewrap-on-resize">
      <default>true</default>
      <summary>Whether the terminal should rewrap the text when the window is resized</summary>
      <description></description>
    </key>
    <key type="b" name="use-custom-shell">
      <default>false</default>
      <summary>Use custom shell</summary>
      <description></description>
    </key>
    <key type="b" name="pointer-autohide">
      <default>false</default>
      <summary>Hide the mouse cursor when typing, and show it again when moving the mouse.</summary>
      <description></description>
    </key>
    <key type="a(sss)" name="macros">
      <default>[]</default>
      <summary>Array with the macros defined.</summary>
      <description>An array with all the macros defined. Each macro comprises three strings: the first is the key, the second is the command to run, and the third is the program where to use that macro (empty to use it in any program).</description>
    </key>
    <key type="i" name="max-tab-text-len">
      <default>30</default>
      <summary>Maximum lenght for tab text</summary>
      <description>The maximum lenght for the text in each tab.</description>
    </key>
	  <!--<key type="" name="">
      <default></default>
      <summary></summary>
      <description></description>
    </key> -->
  </schema>
  <schema id="org.rastersoft.terminus.keybindings" path="/org/rastersoft/terminus/keybindings/">
  	<key type="s" name="new-window">
      <default><![CDATA['<Shift><Ctrl>W']]></default>
      <summary>Open new window</summary>
      <description>Pressing this key will open a terminal in a new window</description>
    </key>
    <key type="s" name="new-tab">
      <default><![CDATA['<Shift><Ctrl>T']]></default>
      <summary>Open new tab</summary>
      <description>Pressing this key will open a terminal in a new tab</description>
    </key>
    <key type="s" name="next-tab">
      <default><![CDATA['<Ctrl>Page_Down']]></default>
      <summary>Next tab</summary>
      <description></description>
    </key>
    <key type="s" name="previous-tab">
      <default><![CDATA['<Ctrl>Page_Up']]></default>
      <summary>Previous tab</summary>
      <description></description>
    </key>
    <key type="s" name="guake-mode">
      <default><![CDATA['<Shift><Ctrl>F12']]></default>
      <summary>Show Guake-style terminal</summary>
      <description></description>
    </key>
	  <key type="as" name="guake-mode-gnome-shell">
      <default><![CDATA[['<Shift><Ctrl>F10']]]></default>
      <summary>A copy of guake-mode in the format needed by gnome shell</summary>
      <description></description>
    </key>
    <key type="s" name="copy">
      <default><![CDATA['<Shift><Ctrl>c']]></default>
      <summary>Copy text into clipboard</summary>
      <description></description>
    </key>
    <key type="s" name="paste">
      <default><![CDATA['<Shift><Ctrl>v']]></default>
      <summary>Paste text from clipboard</summary>
      <description></description>
    </key>
    <key type="s" name="terminal-left">
      <default><![CDATA['<Shift><Ctrl>Left']]></default>
      <summary>Select the terminal at the left</summary>
      <description></description>
    </key>
    <key type="s" name="terminal-right">
      <default><![CDATA['<Shift><Ctrl>Right']]></default>
      <summary>Select the terminal at the right</summary>
      <description></description>
    </key>
    <key type="s" name="terminal-up">
      <default><![CDATA['<Shift><Ctrl>Up']]></default>
      <summary>Select the terminal at the top</summary>
      <description></description>
    </key>
    <key type="s" name="terminal-down">
      <default><![CDATA['<Shift><Ctrl>Down']]></default>
      <summary>Select the terminal at the bottom</summary>
      <description></description>
    </key>
    <key type="s" name="font-size-big">
      <default><![CDATA['<Shift><Ctrl>KP_Add']]></default>
      <summary>Make font bigger</summary>
      <description></description>
    </key>
    <key type="s" name="font-size-small">
      <default><![CDATA['<Shift><Ctrl>KP_Subtract']]></default>
      <summary>Make font smaller</summary>
      <description></description>
    </key>
    <key type="s" name="font-size-normal">
      <default><![CDATA['<Shift><Ctrl>KP_Enter']]></default>
      <summary>Sets default font size</summary>
      <description></description>
    </key>
    <key type="s" name="show-menu">
      <default><![CDATA['Menu']]></default>
      <summary>Show terminal menu</summary>
      <description></description>
    </key>
    <key type="s" name="split-horizontally">
      <default><![CDATA['<Shift><Ctrl>h']]></default>
      <summary>Split the current terminal horizontally</summary>
      <description></description>
    </key>
    <key type="s" name="split-vertically">
      <default><![CDATA['<Shift><Ctrl>b']]></default>
      <summary>Split the current terminal vertically</summary>
      <description></description>
    </key>
    <key type="s" name="close-tile">
      <default><![CDATA['<Shift><Ctrl>BackSpace']]></default>
      <summary>Close the active tile</summary>
      <description></description>
    </key>
    <key type="s" name="close-tab">
      <default><![CDATA['<Shift><Ctrl>F4']]></default>
      <summary>Close the active tile</summary>
      <description></description>
    </key>
    <key type="s" name="select-all">
      <default><![CDATA['<Shift><Ctrl>a']]></default>
      <summary>Close the active tile</summary>
      <description></description>
    </key>
    <key type="s" name="search">
      <default><![CDATA['<Ctrl>f']]></default>
      <summary>Shows/hides the search entry</summary>
      <description></description>
    </key>
  </schema>
</schemalist>