~ubuntu-branches/ubuntu/maverick/gnome-terminal/maverick-proposed

« back to all changes in this revision

Viewing changes to src/gnome-terminal.schemas.in

Tags: upstream-2.12.0
ImportĀ upstreamĀ versionĀ 2.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<gconfschemafile>
 
2
  <schemalist>
 
3
 
 
4
 
 
5
 
 
6
    <!-- Global settings -->
 
7
 
 
8
 
 
9
 
 
10
    <schema>
 
11
      <key>/schemas/apps/gnome-terminal/global/profile_list</key>
 
12
      <applyto>/apps/gnome-terminal/global/profile_list</applyto>
 
13
      <owner>gnome-terminal</owner>
 
14
      <type>list</type>
 
15
      <list_type>string</list_type>
 
16
      <default>[Default]</default>
 
17
      <locale name="C">
 
18
         <short>List of profiles</short>
 
19
         <long>
 
20
           List of profiles known to gnome-terminal. The list contains 
 
21
           strings naming subdirectories relative to
 
22
          /apps/gnome-terminal/profiles.
 
23
         </long>
 
24
      </locale>
 
25
    </schema>
 
26
 
 
27
    <schema>
 
28
      <key>/schemas/apps/gnome-terminal/global/default_profile</key>
 
29
      <applyto>/apps/gnome-terminal/global/default_profile</applyto>
 
30
      <owner>gnome-terminal</owner>
 
31
      <type>string</type>
 
32
      <default>Default</default>
 
33
      <locale name="C">
 
34
         <short>Profile to use for new terminals</short>
 
35
         <long>
 
36
          Profile to be used when opening a new window or tab. 
 
37
          Must be in profile_list.
 
38
         </long>
 
39
      </locale>
 
40
    </schema>
 
41
 
 
42
    <schema>
 
43
      <key>/schemas/apps/gnome-terminal/global/use_mnemonics</key>
 
44
      <applyto>/apps/gnome-terminal/global/use_mnemonics</applyto>
 
45
      <owner>gnome-terminal</owner>
 
46
      <type>bool</type>
 
47
      <default>true</default>
 
48
      <locale name="C">
 
49
         <short>Whether the menubar has access keys</short>
 
50
         <long>
 
51
          Whether to have Alt+letter access keys for the menubar. 
 
52
          They may interfere with some applications run inside the terminal
 
53
          so it's possible to turn them off.
 
54
         </long>
 
55
      </locale>
 
56
    </schema>
 
57
 
 
58
    <schema>
 
59
      <key>/schemas/apps/gnome-terminal/global/use_menu_accelerators</key>
 
60
      <applyto>/apps/gnome-terminal/global/use_menu_accelerators</applyto>
 
61
      <owner>gnome-terminal</owner>
 
62
      <type>bool</type>
 
63
      <default>true</default>
 
64
      <locale name="C">
 
65
         <short>Whether the standard GTK shortcut for menubar access is enabled</short>
 
66
         <long>
 
67
          Normally you can access the menubar with F10. This can also
 
68
          be customized via gtkrc (gtk-menu-bar-accel =
 
69
          "whatever"). This option allows the standard menubar
 
70
          accelerator to be disabled.
 
71
         </long>
 
72
      </locale>
 
73
    </schema>
 
74
 
 
75
 
 
76
    <schema>
 
77
      <key>/schemas/apps/gnome-terminal/global/active_encodings</key>
 
78
      <applyto>/apps/gnome-terminal/global/active_encodings</applyto>
 
79
      <owner>gnome-terminal</owner>
 
80
      <type>list</type>
 
81
      <list_type>string</list_type>
 
82
      <locale name="C">
 
83
         <default><!-- Translators: Please note that this has to be a list of
 
84
         valid encodings (which are to be taken from the list in src/encoding.c).
 
85
         It has to include UTF-8 and the word 'current', which is not to be
 
86
         translated. This is provided for customization of the default encoding
 
87
         menu; see bug 144810 for an use case. In most cases, this should be
 
88
         left alone. -->[UTF-8,current]</default>
 
89
         <short>List of available encodings</short>
 
90
         <long>
 
91
          A subset of possible encodings are presented in 
 
92
          the Encoding submenu. This is a list of encodings
 
93
          to appear there. The special encoding name "current" 
 
94
          means to display the encoding of the current locale.
 
95
         </long>
 
96
      </locale>
 
97
    </schema>
 
98
 
 
99
    <schema>
 
100
      <key>/schemas/apps/gnome-terminal/global/confirm_window_close</key>
 
101
      <applyto>/apps/gnome-terminal/global/confirm_window_close</applyto>
 
102
      <owner>gnome-terminal</owner>
 
103
      <type>bool</type>
 
104
      <default>true</default>
 
105
      <locale name="C">
 
106
         <short>Whether to ask for confirmation when closing terminal windows</short>
 
107
         <long>
 
108
         Whether to ask for confirmation when closing a terminal window which has
 
109
         more than one open tab.
 
110
         </long>
 
111
      </locale>
 
112
    </schema>
 
113
 
 
114
 
 
115
 
 
116
 
 
117
    <!-- Per-profile settings -->
 
118
 
 
119
 
 
120
 
 
121
 
 
122
    <schema>
 
123
      <key>/schemas/apps/gnome-terminal/profiles/Default/visible_name</key>
 
124
      <applyto>/apps/gnome-terminal/profiles/Default/visible_name</applyto>
 
125
      <owner>gnome-terminal</owner>
 
126
      <type>string</type>
 
127
      <default>Default</default>
 
128
      <locale name="C">
 
129
         <short>Human-readable name of the profile</short>
 
130
         <long>
 
131
           Human-readable name of the profile.
 
132
         </long>
 
133
      </locale>
 
134
    </schema>
 
135
 
 
136
    <schema>
 
137
      <key>/schemas/apps/gnome-terminal/profiles/Default/cursor_blink</key>
 
138
      <applyto>/apps/gnome-terminal/profiles/Default/cursor_blink</applyto>
 
139
      <owner>gnome-terminal</owner>
 
140
      <type>bool</type>
 
141
      <default>true</default>
 
142
      <locale name="C">
 
143
         <short>Whether to blink the cursor</short>
 
144
         <long>
 
145
           True if the cursor should blink when the terminal has focus, 
 
146
           for windows/tabs with this profile.
 
147
         </long>
 
148
      </locale>
 
149
    </schema>
 
150
 
 
151
 
 
152
    <schema>
 
153
      <key>/schemas/apps/gnome-terminal/profiles/Default/default_show_menubar</key>
 
154
      <applyto>/apps/gnome-terminal/profiles/Default/default_show_menubar</applyto>
 
155
      <owner>gnome-terminal</owner>
 
156
      <type>bool</type>
 
157
      <default>true</default>
 
158
      <locale name="C">
 
159
         <short>Whether to show menubar in new windows/tabs</short>
 
160
         <long>
 
161
           True if the menubar should be shown in new windows, 
 
162
           for windows/tabs with this profile.
 
163
         </long>
 
164
      </locale>
 
165
    </schema>
 
166
 
 
167
    <schema>
 
168
      <key>/schemas/apps/gnome-terminal/profiles/Default/foreground_color</key>
 
169
      <applyto>/apps/gnome-terminal/profiles/Default/foreground_color</applyto>
 
170
      <owner>gnome-terminal</owner>
 
171
      <type>string</type>
 
172
      <default>#000000</default>
 
173
      <locale name="C">
 
174
         <short>Default color of text in the terminal</short>
 
175
         <long>
 
176
           Default color of text in the terminal, as a color
 
177
           specification (can be HTML-style hex digits, or
 
178
           a color name such as "red"). 
 
179
         </long>
 
180
      </locale>
 
181
    </schema>
 
182
 
 
183
    <schema>
 
184
      <key>/schemas/apps/gnome-terminal/profiles/Default/background_color</key>
 
185
      <applyto>/apps/gnome-terminal/profiles/Default/background_color</applyto>
 
186
      <owner>gnome-terminal</owner>
 
187
      <type>string</type>
 
188
      <default>#FFFFDD</default>
 
189
      <locale name="C">
 
190
         <short>Default color of terminal background</short>
 
191
         <long>
 
192
           Default color of terminal background, as a color
 
193
           specification (can be HTML-style hex digits, or
 
194
           a color name such as "red").
 
195
         </long>
 
196
      </locale>
 
197
    </schema>
 
198
 
 
199
    <schema>
 
200
      <key>/schemas/apps/gnome-terminal/profiles/Default/title_mode</key>
 
201
      <applyto>/apps/gnome-terminal/profiles/Default/title_mode</applyto>
 
202
      <owner>gnome-terminal</owner>
 
203
      <type>string</type>
 
204
      <default>replace</default>
 
205
      <locale name="C">
 
206
         <short>What to do with dynamic title</short>
 
207
         <long>
 
208
           If the application in the terminal sets the title 
 
209
           (most typically people have their shell set up to 
 
210
           do this), the dynamically-set title can 
 
211
           erase the configured title, go before it, go after it, 
 
212
           or replace it. The possible values are "replace", 
 
213
           "before", "after", and "ignore".
 
214
         </long>
 
215
      </locale>
 
216
    </schema>
 
217
 
 
218
    <schema>
 
219
      <key>/schemas/apps/gnome-terminal/profiles/Default/title</key>
 
220
      <applyto>/apps/gnome-terminal/profiles/Default/title</applyto>
 
221
      <owner>gnome-terminal</owner>
 
222
      <type>string</type>
 
223
      <locale name="C">
 
224
        <default>Terminal</default>
 
225
         <short>Title for terminal</short>
 
226
         <long>
 
227
           Title to display for the terminal window or tab. 
 
228
           This title may be replaced by or combined with 
 
229
           the title set by the application inside the terminal, 
 
230
           depending on the title_mode setting.
 
231
         </long>
 
232
      </locale>
 
233
    </schema>
 
234
 
 
235
    <schema>
 
236
      <key>/schemas/apps/gnome-terminal/profiles/Default/allow_bold</key>
 
237
      <applyto>/apps/gnome-terminal/profiles/Default/allow_bold</applyto>
 
238
      <owner>gnome-terminal</owner>
 
239
      <type>bool</type>
 
240
      <default>true</default>
 
241
      <locale name="C">
 
242
         <short>Whether to allow bold text</short>
 
243
         <long>
 
244
          If true, allow applications in the terminal to make 
 
245
          text boldface.
 
246
         </long>
 
247
      </locale>
 
248
    </schema>
 
249
 
 
250
    <schema>
 
251
      <key>/schemas/apps/gnome-terminal/profiles/Default/silent_bell</key>
 
252
      <applyto>/apps/gnome-terminal/profiles/Default/silent_bell</applyto>
 
253
      <owner>gnome-terminal</owner>
 
254
      <type>bool</type>
 
255
      <default>false</default>
 
256
      <locale name="C">
 
257
         <short>Whether to silence terminal bell</short>
 
258
         <long>
 
259
          If true, don't make a noise when applications send the 
 
260
          escape sequence for the terminal bell.
 
261
         </long>
 
262
      </locale>
 
263
    </schema>
 
264
 
 
265
    <schema>
 
266
      <key>/schemas/apps/gnome-terminal/profiles/Default/word_chars</key>
 
267
      <applyto>/apps/gnome-terminal/profiles/Default/word_chars</applyto>
 
268
      <owner>gnome-terminal</owner>
 
269
      <type>string</type>
 
270
      <default>-A-Za-z0-9,./?%&amp;#:_</default>
 
271
      <locale name="C">
 
272
         <short>Characters that are considered "part of a word"</short>
 
273
         <long>
 
274
           When selecting text by word, sequences of these characters
 
275
           are considered single words. Ranges can be given as 
 
276
           "A-Z". Literal hyphen (not expressing a range) should be
 
277
           the first character given.
 
278
         </long>
 
279
      </locale>
 
280
    </schema>
 
281
 
 
282
    <schema>
 
283
      <key>/schemas/apps/gnome-terminal/profiles/Default/scrollbar_position</key>
 
284
      <applyto>/apps/gnome-terminal/profiles/Default/scrollbar_position</applyto>
 
285
      <owner>gnome-terminal</owner>
 
286
      <type>string</type>
 
287
      <default>right</default>
 
288
      <locale name="C">
 
289
         <short>Position of the scrollbar</short>
 
290
         <long>
 
291
          Where to put the terminal scrollbar. Possibilities are 
 
292
          "left", "right", and "disabled".
 
293
         </long>
 
294
      </locale>
 
295
    </schema>
 
296
 
 
297
    <schema>
 
298
      <key>/schemas/apps/gnome-terminal/profiles/Default/scrollback_lines</key>
 
299
      <applyto>/apps/gnome-terminal/profiles/Default/scrollback_lines</applyto>
 
300
      <owner>gnome-terminal</owner>
 
301
      <type>int</type>
 
302
      <default>500</default>
 
303
      <locale name="C">
 
304
         <short>Number of lines to keep in scrollback</short>
 
305
         <long>
 
306
           Number of scrollback lines to keep around. You can 
 
307
           scroll back in the terminal by this number of lines; 
 
308
           lines that don't fit in the scrollback are discarded.
 
309
           Be careful with this setting; it's the primary factor 
 
310
           in determining how much memory the terminal will use.      
 
311
         </long>
 
312
      </locale>
 
313
    </schema>
 
314
 
 
315
    <schema>
 
316
      <key>/schemas/apps/gnome-terminal/profiles/Default/scroll_on_keystroke</key>
 
317
      <applyto>/apps/gnome-terminal/profiles/Default/scroll_on_keystroke</applyto>
 
318
      <owner>gnome-terminal</owner>
 
319
      <type>bool</type>
 
320
      <default>true</default>
 
321
      <locale name="C">
 
322
         <short>Whether to scroll to the bottom when a key is pressed</short>
 
323
         <long>
 
324
          If true, pressing a key jumps the scrollbar to the bottom.
 
325
         </long>
 
326
      </locale>
 
327
    </schema>
 
328
 
 
329
    <schema>
 
330
      <key>/schemas/apps/gnome-terminal/profiles/Default/scroll_on_output</key>
 
331
      <applyto>/apps/gnome-terminal/profiles/Default/scroll_on_output</applyto>
 
332
      <owner>gnome-terminal</owner>
 
333
      <type>bool</type>
 
334
      <default>false</default>
 
335
      <locale name="C">
 
336
         <short>Whether to scroll to the bottom when there's new output</short>
 
337
         <long>
 
338
          If true, whenever there's new output the terminal will scroll
 
339
          to the bottom.
 
340
         </long>
 
341
      </locale>
 
342
    </schema>
 
343
 
 
344
    <schema>
 
345
      <key>/schemas/apps/gnome-terminal/profiles/Default/exit_action</key>
 
346
      <applyto>/apps/gnome-terminal/profiles/Default/exit_action</applyto>
 
347
      <owner>gnome-terminal</owner>
 
348
      <type>string</type>
 
349
      <default>close</default>
 
350
      <locale name="C">
 
351
         <short>What to do with the terminal when the child command exits</short>
 
352
         <long>
 
353
           Possible values are "close" to close the terminal, and
 
354
           "restart" to restart the command.
 
355
         </long>
 
356
      </locale>
 
357
    </schema>
 
358
 
 
359
    <schema>
 
360
      <key>/schemas/apps/gnome-terminal/profiles/Default/login_shell</key>
 
361
      <applyto>/apps/gnome-terminal/profiles/Default/login_shell</applyto>
 
362
      <owner>gnome-terminal</owner>
 
363
      <type>bool</type>
 
364
      <default>false</default>
 
365
      <locale name="C">
 
366
         <short>Whether to launch the command in the terminal as a login shell</short>
 
367
         <long>
 
368
          If true, the command inside the terminal will be launched as 
 
369
          a login shell. (argv[0] will have a hyphen in front of it.)
 
370
         </long>
 
371
      </locale>
 
372
    </schema>
 
373
 
 
374
    <schema>
 
375
      <key>/schemas/apps/gnome-terminal/profiles/Default/update_records</key>
 
376
      <applyto>/apps/gnome-terminal/profiles/Default/update_records</applyto>
 
377
      <owner>gnome-terminal</owner>
 
378
      <type>bool</type>
 
379
      <default>true</default>
 
380
      <locale name="C">
 
381
         <short>Whether to update login records when launching terminal command</short>
 
382
         <long>
 
383
        If true, the system login records utmp and wtmp will be updated when the command inside the terminal
 
384
        is launched.
 
385
         </long>
 
386
      </locale>
 
387
    </schema>
 
388
 
 
389
    <schema>
 
390
      <key>/schemas/apps/gnome-terminal/profiles/Default/use_custom_command</key>
 
391
      <applyto>/apps/gnome-terminal/profiles/Default/use_custom_command</applyto>
 
392
      <owner>gnome-terminal</owner>
 
393
      <type>bool</type>
 
394
      <default>false</default>
 
395
      <locale name="C">
 
396
         <short>Whether to run a custom command instead of the shell</short>
 
397
         <long>
 
398
          If true, the value of the custom_command setting will 
 
399
         be used in place of running a shell.
 
400
         </long>
 
401
      </locale>
 
402
    </schema>
 
403
 
 
404
    <schema>
 
405
      <key>/schemas/apps/gnome-terminal/profiles/Default/custom_command</key>
 
406
      <applyto>/apps/gnome-terminal/profiles/Default/custom_command</applyto>
 
407
      <owner>gnome-terminal</owner>
 
408
      <type>string</type>
 
409
      <default> </default>
 
410
      <locale name="C">
 
411
         <short>Custom command to use instead of the shell</short>
 
412
         <long>
 
413
          Run this command in place of the shell, if 
 
414
          use_custom_command is true.
 
415
         </long>
 
416
      </locale>
 
417
    </schema>
 
418
 
 
419
    <schema>
 
420
      <key>/schemas/apps/gnome-terminal/profiles/Default/icon</key>
 
421
      <applyto>/apps/gnome-terminal/profiles/Default/icon</applyto>
 
422
      <owner>gnome-terminal</owner>
 
423
      <type>string</type>
 
424
      <default>gnome-terminal.png</default>
 
425
      <locale name="C">
 
426
         <short>Icon for terminal window</short>
 
427
         <long>
 
428
          Icon to use for tabs/windows containing this profile.
 
429
         </long>
 
430
      </locale>
 
431
    </schema>
 
432
 
 
433
    <schema>
 
434
      <key>/schemas/apps/gnome-terminal/profiles/Default/palette</key>
 
435
      <applyto>/apps/gnome-terminal/profiles/Default/palette</applyto>
 
436
      <owner>gnome-terminal</owner>
 
437
      <type>string</type>
 
438
      <default>#000000:#AA0000:#00AA00:#AA5500:#0000AA:#AA00AA:#00AAAA:#AAAAAA:#555555:#FF5555:#55FF55:#FFFF55:#5555FF:#FF55FF:#55FFFF:#FFFFFF</default>
 
439
      <locale name="C">
 
440
         <short>Palette for terminal applications</short>
 
441
         <long>
 
442
          Terminals have a 16-color palette that applications inside 
 
443
          the terminal can use. This is that palette, in the form 
 
444
          of a colon-separated list of color names. Color names 
 
445
          should be in hex format e.g. "#FF00FF"
 
446
         </long>
 
447
      </locale>
 
448
    </schema>
 
449
 
 
450
    <schema>
 
451
      <key>/schemas/apps/gnome-terminal/profiles/Default/x_font</key>
 
452
      <applyto>/apps/gnome-terminal/profiles/Default/x_font</applyto>
 
453
      <owner>gnome-terminal</owner>
 
454
      <type>string</type>
 
455
      <default>-misc-fixed-medium-r-semicondensed--*-120-*-*-c-*-*-*</default>
 
456
      <locale name="C">
 
457
         <short>Font</short>
 
458
         <long>
 
459
          An X font name. See the X man page (type "man X") for more 
 
460
          details on the format of X font names.
 
461
         </long>
 
462
      </locale>
 
463
    </schema>
 
464
 
 
465
 
 
466
    <schema>
 
467
      <key>/schemas/apps/gnome-terminal/profiles/Default/font</key>
 
468
      <applyto>/apps/gnome-terminal/profiles/Default/font</applyto>
 
469
      <owner>gnome-terminal</owner>
 
470
      <type>string</type>
 
471
      <default>monospace 12</default>
 
472
      <locale name="C">
 
473
         <short>Font</short>
 
474
         <long>
 
475
          An Pango font name. Examples are "Sans 12" or "Monospace Bold 14".
 
476
         </long>
 
477
      </locale>
 
478
    </schema>
 
479
 
 
480
    <schema>
 
481
      <key>/schemas/apps/gnome-terminal/profiles/Default/background_type</key>
 
482
      <applyto>/apps/gnome-terminal/profiles/Default/background_type</applyto>
 
483
      <owner>gnome-terminal</owner>
 
484
      <type>string</type>
 
485
      <default>solid</default>
 
486
      <locale name="C">
 
487
         <short>Background type</short>
 
488
         <long>
 
489
          Type of terminal background. May be "solid" for a solid color,
 
490
          "image" for an image, or "transparent" for pseudo-transparency.
 
491
         </long>
 
492
      </locale>
 
493
    </schema>
 
494
 
 
495
    <schema>
 
496
      <key>/schemas/apps/gnome-terminal/profiles/Default/background_image</key>
 
497
      <applyto>/apps/gnome-terminal/profiles/Default/background_image</applyto>
 
498
      <owner>gnome-terminal</owner>
 
499
      <type>string</type>
 
500
      <default> </default>
 
501
      <locale name="C">
 
502
         <short>Background image</short>
 
503
         <long>
 
504
           Filename of a background image.
 
505
         </long>
 
506
      </locale>
 
507
    </schema>
 
508
 
 
509
    <schema>
 
510
      <key>/schemas/apps/gnome-terminal/profiles/Default/scroll_background</key>
 
511
      <applyto>/apps/gnome-terminal/profiles/Default/scroll_background</applyto>
 
512
      <owner>gnome-terminal</owner>
 
513
      <type>bool</type>
 
514
      <default>true</default>
 
515
      <locale name="C">
 
516
         <short>Whether to scroll background image</short>
 
517
         <long>
 
518
           If true, scroll the background image with the foreground 
 
519
           text; if false, keep the image in a fixed position and 
 
520
           scroll the text above it.
 
521
         </long>
 
522
      </locale>
 
523
    </schema>
 
524
 
 
525
    <schema>
 
526
      <key>/schemas/apps/gnome-terminal/profiles/Default/background_darkness</key>
 
527
      <applyto>/apps/gnome-terminal/profiles/Default/background_darkness</applyto>
 
528
      <owner>gnome-terminal</owner>
 
529
      <type>float</type>
 
530
      <default>0.5</default>
 
531
      <locale name="C">
 
532
         <short>How much to darken the background image</short>
 
533
         <long>
 
534
          A value between 0.0 and 1.0 indicating how much to darken 
 
535
          the background image. 0.0 means no darkness, 1.0 means fully 
 
536
          dark. In the current implementation, there are only two levels of 
 
537
          darkness possible, so the setting behaves as a boolean,
 
538
          where 0.0 disables the darkening effect.          
 
539
         </long>
 
540
      </locale>
 
541
    </schema>
 
542
 
 
543
    <schema>
 
544
      <key>/schemas/apps/gnome-terminal/profiles/Default/backspace_binding</key>
 
545
      <applyto>/apps/gnome-terminal/profiles/Default/backspace_binding</applyto>
 
546
      <owner>gnome-terminal</owner>
 
547
      <type>string</type>
 
548
      <default>ascii-del</default>
 
549
      <locale name="C">
 
550
         <short>Effect of the Backspace key</short>
 
551
         <long>
 
552
          Sets what code the backspace key generates. Possible values 
 
553
          are "ascii-del" for the ASCII DEL character, 
 
554
          "control-h" for Control-H (AKA the ASCII BS character), 
 
555
          "escape-sequence" for the escape sequence typically 
 
556
          bound to backspace or delete. "ascii-del" is normally 
 
557
          considered the correct setting for the Backspace key.
 
558
         </long>
 
559
      </locale>
 
560
    </schema>
 
561
 
 
562
 
 
563
    <schema>
 
564
      <key>/schemas/apps/gnome-terminal/profiles/Default/delete_binding</key>
 
565
      <applyto>/apps/gnome-terminal/profiles/Default/delete_binding</applyto>
 
566
      <owner>gnome-terminal</owner>
 
567
      <type>string</type>
 
568
      <default>escape-sequence</default>
 
569
      <locale name="C">
 
570
         <short>Effect of the Delete key</short>
 
571
         <long>
 
572
          Sets what code the delete key generates. Possible values 
 
573
          are "ascii-del" for the ASCII DEL character, 
 
574
          "control-h" for Control-H (AKA the ASCII BS character), 
 
575
          "escape-sequence" for the escape sequence typically 
 
576
          bound to backspace or delete. "escape-sequence" is normally 
 
577
          considered the correct setting for the Delete key.
 
578
         </long>
 
579
      </locale>
 
580
    </schema>
 
581
 
 
582
 
 
583
    <schema>
 
584
      <key>/schemas/apps/gnome-terminal/profiles/Default/use_theme_colors</key>
 
585
      <applyto>/apps/gnome-terminal/profiles/Default/use_theme_colors</applyto>
 
586
      <owner>gnome-terminal</owner>
 
587
      <type>bool</type>
 
588
      <default>true</default>
 
589
      <locale name="C">
 
590
         <short>Whether to use the colors from the theme for the terminal widget</short>
 
591
         <long>
 
592
        If true, the theme color scheme used for text entry boxes will 
 
593
        be used for the terminal, instead of colors provided by the user.
 
594
         </long>
 
595
      </locale>
 
596
    </schema>
 
597
 
 
598
    <schema>
 
599
      <key>/schemas/apps/gnome-terminal/profiles/Default/use_system_font</key>
 
600
      <applyto>/apps/gnome-terminal/profiles/Default/use_system_font</applyto>
 
601
      <owner>gnome-terminal</owner>
 
602
      <type>bool</type>
 
603
      <default>true</default>
 
604
      <locale name="C">
 
605
         <short>Whether to use the system font</short>
 
606
         <long>
 
607
          If true, the terminal will use the desktop-global standard
 
608
          font if it's monospace (and the most similar font it can
 
609
          come up with otherwise).
 
610
         </long>
 
611
      </locale>
 
612
    </schema>
 
613
 
 
614
 
 
615
    <schema>
 
616
      <key>/schemas/apps/gnome-terminal/profiles/Default/use_skey</key>
 
617
      <applyto>/apps/gnome-terminal/profiles/Default/use_skey</applyto>
 
618
      <owner>gnome-terminal</owner>
 
619
      <type>bool</type>
 
620
      <default>true</default>
 
621
      <locale name="C">
 
622
         <short>Support skey dingus clicking</short>
 
623
         <long>
 
624
         Popup a dialog when an s/key challenge response query is
 
625
         detected and clicked on.  Typing a password into the dialog
 
626
         will send it to the terminal.
 
627
         </long>
 
628
      </locale>
 
629
    </schema>
 
630
 
 
631
    <!-- Keybindings -->
 
632
 
 
633
    <schema>
 
634
      <key>/schemas/apps/gnome-terminal/keybindings/new_tab</key>
 
635
      <applyto>/apps/gnome-terminal/keybindings/new_tab</applyto>
 
636
      <owner>gnome-terminal</owner>
 
637
      <type>string</type>
 
638
      <default>&lt;Ctrl&gt;&lt;Shift&gt;t</default>
 
639
      <locale name="C">
 
640
         <short>Keyboard shortcut to open a new tab</short>
 
641
         <long>
 
642
          Keyboard shortcut key for opening a new tab. Expressed as a string
 
643
          in the same format used for GTK+ resource files.
 
644
          If you set the option to the special string "disabled", then there 
 
645
          will be no keyboard shortcut for this action.
 
646
         </long>
 
647
      </locale>
 
648
    </schema>
 
649
 
 
650
    <schema>
 
651
      <key>/schemas/apps/gnome-terminal/keybindings/new_window</key>
 
652
      <applyto>/apps/gnome-terminal/keybindings/new_window</applyto>
 
653
      <owner>gnome-terminal</owner>
 
654
      <type>string</type>
 
655
      <default>&lt;Ctrl&gt;&lt;Shift&gt;n</default>
 
656
      <locale name="C">
 
657
         <short>Keyboard shortcut to open a new window</short>
 
658
         <long>
 
659
          Keyboard shortcut key for opening a new window. Expressed as a string
 
660
          in the same format used for GTK+ resource files.
 
661
          If you set the option to the special string "disabled", then there 
 
662
          will be no keyboard shortcut for this action.
 
663
         </long>
 
664
      </locale>
 
665
    </schema>
 
666
 
 
667
    <schema>
 
668
      <key>/schemas/apps/gnome-terminal/keybindings/new_profile</key>
 
669
      <applyto>/apps/gnome-terminal/keybindings/new_profile</applyto>
 
670
      <owner>gnome-terminal</owner>
 
671
      <type>string</type>
 
672
      <locale name="C">
 
673
         <short>Keyboard shortcut to create a new profile</short>
 
674
         <long>
 
675
          Keyboard shortcut key for bringing up the dialog for profile
 
676
          creation. Expressed as a string in the same format used for
 
677
          GTK+ resource files.  If you set the option to the special
 
678
          string "disabled", then there will be no keyboard shortcut for this
 
679
          action. 
 
680
         </long>
 
681
      </locale>
 
682
    </schema>
 
683
 
 
684
    <schema>
 
685
      <key>/schemas/apps/gnome-terminal/keybindings/close_tab</key>
 
686
      <applyto>/apps/gnome-terminal/keybindings/close_tab</applyto>
 
687
      <owner>gnome-terminal</owner>
 
688
      <type>string</type>
 
689
      <default>&lt;Ctrl&gt;&lt;Shift&gt;w</default>
 
690
      <locale name="C">
 
691
         <short>Keyboard shortcut to close a tab</short>
 
692
         <long>
 
693
          Keyboard shortcut key for closing a tab. Expressed as a string
 
694
          in the same format used for GTK+ resource files.
 
695
          If you set the option to the special string "disabled", then there 
 
696
          will be no keyboard shortcut for this action.
 
697
         </long>
 
698
      </locale>
 
699
    </schema>
 
700
 
 
701
    <schema>
 
702
      <key>/schemas/apps/gnome-terminal/keybindings/close_window</key>
 
703
      <applyto>/apps/gnome-terminal/keybindings/close_window</applyto>
 
704
      <owner>gnome-terminal</owner>
 
705
      <type>string</type>
 
706
      <default>&lt;Ctrl&gt;&lt;Shift&gt;q</default>
 
707
      <locale name="C">
 
708
         <short>Keyboard shortcut to close a window</short>
 
709
         <long>
 
710
          Keyboard shortcut key for closing a window. Expressed as a string
 
711
          in the same format used for GTK+ resource files.
 
712
          If you set the option to the special string "disabled", then there 
 
713
          will be no keyboard shortcut for this action.
 
714
         </long>
 
715
      </locale>
 
716
    </schema>
 
717
 
 
718
 
 
719
    <schema>
 
720
      <key>/schemas/apps/gnome-terminal/keybindings/copy</key>
 
721
      <applyto>/apps/gnome-terminal/keybindings/copy</applyto>
 
722
      <owner>gnome-terminal</owner>
 
723
      <type>string</type>  
 
724
      <default>&lt;Ctrl&gt;&lt;Shift&gt;c</default>
 
725
      <locale name="C">
 
726
         <short>Keyboard shortcut to copy text</short>
 
727
         <long>
 
728
          Keyboard shortcut key for copying selected text to the
 
729
          clipboard. Expressed as a string
 
730
          in the same format used for GTK+ resource files.
 
731
          If you set the option to the special string "disabled", then there 
 
732
          will be no keyboard shortcut for this action.
 
733
         </long>
 
734
      </locale>
 
735
    </schema>
 
736
 
 
737
 
 
738
    <schema>
 
739
      <key>/schemas/apps/gnome-terminal/keybindings/paste</key>
 
740
      <applyto>/apps/gnome-terminal/keybindings/paste</applyto>
 
741
      <owner>gnome-terminal</owner>
 
742
      <type>string</type>
 
743
      <default>&lt;Ctrl&gt;&lt;Shift&gt;v</default>
 
744
      <locale name="C">
 
745
         <short>Keyboard shortcut to paste text</short>
 
746
         <long>
 
747
          Keyboard shortcut key for pasting the contents of the
 
748
          clipboard into the terminal. Expressed as a string
 
749
          in the same format used for GTK+ resource files.
 
750
          If you set the option to the special string "disabled", then there 
 
751
          will be no keyboard shortcut for this action.
 
752
         </long>
 
753
      </locale>
 
754
    </schema>
 
755
 
 
756
    <schema>
 
757
      <key>/schemas/apps/gnome-terminal/keybindings/full_screen</key>
 
758
      <applyto>/apps/gnome-terminal/keybindings/full_screen</applyto>
 
759
      <owner>gnome-terminal</owner>
 
760
      <type>string</type>
 
761
      <locale name="C">
 
762
         <short>Keyboard shortcut to toggle full screen mode</short>
 
763
         <long>
 
764
          Keyboard shortcut key for toggling full screen mode. Expressed as a string
 
765
          in the same format used for GTK+ resource files.
 
766
          If you set the option to the special string "disabled", then there 
 
767
          will be no keyboard shortcut for this action.
 
768
         </long>
 
769
      </locale>
 
770
    </schema>
 
771
    <schema>
 
772
      <key>/schemas/apps/gnome-terminal/keybindings/toggle_menubar</key>
 
773
      <applyto>/apps/gnome-terminal/keybindings/toggle_menubar</applyto>
 
774
      <owner>gnome-terminal</owner>
 
775
      <type>string</type>
 
776
      <locale name="C">
 
777
         <short>Keyboard shortcut to toggle the visibility of the menubar</short>
 
778
         <long>
 
779
          Keyboard shortcut key to toggle the visibility of the menubar. Expressed as a string
 
780
          in the same format used for GTK+ resource files.
 
781
          If you set the option to the special string "disabled", then there 
 
782
          will be no keyboard shortcut for this action.
 
783
         </long>
 
784
      </locale>
 
785
    </schema>
 
786
 
 
787
    <schema>
 
788
      <key>/schemas/apps/gnome-terminal/keybindings/set_terminal_title</key>
 
789
      <applyto>/apps/gnome-terminal/keybindings/set_terminal_title</applyto>
 
790
      <owner>gnome-terminal</owner>
 
791
      <type>string</type>
 
792
      <locale name="C">
 
793
         <short>Keyboard shortcut to set the terminal title</short>
 
794
         <long>
 
795
          Keyboard shortcut key to set the terminal title. Expressed as a string
 
796
          in the same format used for GTK+ resource files.
 
797
          If you set the option to the special string "disabled", then there 
 
798
          will be no keyboard shortcut for this action.
 
799
         </long>
 
800
      </locale>
 
801
    </schema>
 
802
 
 
803
    <schema>
 
804
      <key>/schemas/apps/gnome-terminal/keybindings/reset</key>
 
805
      <applyto>/apps/gnome-terminal/keybindings/reset</applyto>
 
806
      <owner>gnome-terminal</owner>
 
807
      <type>string</type>
 
808
      <locale name="C">
 
809
         <short>Keyboard shortcut to reset the terminal</short>
 
810
         <long>
 
811
          Keyboard shortcut key to reset the terminal. Expressed as a string
 
812
          in the same format used for GTK+ resource files.
 
813
          If you set the option to the special string "disabled", then there 
 
814
          will be no keyboard shortcut for this action.
 
815
         </long>
 
816
      </locale>
 
817
    </schema>
 
818
 
 
819
    <schema>
 
820
      <key>/schemas/apps/gnome-terminal/keybindings/reset_and_clear</key>
 
821
      <applyto>/apps/gnome-terminal/keybindings/reset_and_clear</applyto>
 
822
      <owner>gnome-terminal</owner>
 
823
      <type>string</type>
 
824
      <locale name="C">
 
825
         <short>Keyboard shortcut to reset and clear the terminal</short>
 
826
         <long>
 
827
          Keyboard shortcut key to reset and clear the terminal. Expressed as a string
 
828
          in the same format used for GTK+ resource files.
 
829
          If you set the option to the special string "disabled", then there 
 
830
          will be no keyboard shortcut for this action.
 
831
         </long>
 
832
      </locale>
 
833
    </schema>
 
834
 
 
835
    <schema>
 
836
      <key>/schemas/apps/gnome-terminal/keybindings/prev_tab</key>
 
837
      <applyto>/apps/gnome-terminal/keybindings/prev_tab</applyto>
 
838
      <owner>gnome-terminal</owner>
 
839
      <type>string</type>
 
840
      <default>&lt;Control&gt;Page_Up</default>
 
841
      <locale name="C">
 
842
         <short>Keyboard shortcut to switch to the previous tab</short>
 
843
         <long>
 
844
          Keyboard shortcut key to switch to the previous tab. Expressed as a string
 
845
          in the same format used for GTK+ resource files.
 
846
          If you set the option to the special string "disabled", then there 
 
847
          will be no keyboard shortcut for this action.
 
848
         </long>
 
849
      </locale>
 
850
    </schema>
 
851
 
 
852
    <schema>
 
853
      <key>/schemas/apps/gnome-terminal/keybindings/next_tab</key>
 
854
      <applyto>/apps/gnome-terminal/keybindings/next_tab</applyto>
 
855
      <owner>gnome-terminal</owner>
 
856
      <type>string</type>
 
857
      <default>&lt;Control&gt;Page_Down</default>
 
858
      <locale name="C">
 
859
         <short>Keyboard shortcut to switch to the next tab</short>
 
860
         <long>
 
861
          Keyboard shortcut key to switch to the next tab. Expressed as a string
 
862
          in the same format used for GTK+ resource files.
 
863
          If you set the option to the special string "disabled", then there 
 
864
          will be no keyboard shortcut for this action.
 
865
         </long>
 
866
      </locale>
 
867
    </schema>
 
868
 
 
869
    <schema>
 
870
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_1</key>
 
871
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_1</applyto>
 
872
      <owner>gnome-terminal</owner>
 
873
      <type>string</type>
 
874
      <default>&lt;Alt&gt;1</default>
 
875
      <locale name="C">
 
876
         <short>Keyboard shortcut to switch to tab 1</short>
 
877
         <long>
 
878
          Keyboard shortcut key for switch to tab 1. Expressed as a string
 
879
          in the same format used for GTK+ resource files.
 
880
          If you set the option to the special string "disabled", then there 
 
881
          will be no keyboard shortcut for this action.
 
882
         </long>
 
883
      </locale>
 
884
    </schema>
 
885
 
 
886
    <schema>
 
887
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_2</key>
 
888
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_2</applyto>
 
889
      <owner>gnome-terminal</owner>
 
890
      <type>string</type>
 
891
      <default>&lt;Alt&gt;2</default>
 
892
      <locale name="C">
 
893
         <short>Keyboard shortcut to switch to tab 2</short>
 
894
         <long>
 
895
          Keyboard shortcut key for switch to tab 2. Expressed as a string
 
896
          in the same format used for GTK+ resource files.
 
897
          If you set the option to the special string "disabled", then there 
 
898
          will be no keyboard shortcut for this action.
 
899
         </long>
 
900
      </locale>
 
901
    </schema>
 
902
 
 
903
    <schema>
 
904
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_3</key>
 
905
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_3</applyto>
 
906
      <owner>gnome-terminal</owner>
 
907
      <type>string</type>
 
908
      <default>&lt;Alt&gt;3</default>
 
909
      <locale name="C">
 
910
         <short>Keyboard shortcut to switch to tab 3</short>
 
911
         <long>
 
912
          Keyboard shortcut key for switch to tab 3. Expressed as a string
 
913
          in the same format used for GTK+ resource files.
 
914
          If you set the option to the special string "disabled", then there 
 
915
          will be no keyboard shortcut for this action.
 
916
         </long>
 
917
      </locale>
 
918
    </schema>
 
919
 
 
920
    <schema>
 
921
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_4</key>
 
922
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_4</applyto>
 
923
      <owner>gnome-terminal</owner>
 
924
      <type>string</type>
 
925
      <default>&lt;Alt&gt;4</default>
 
926
      <locale name="C">
 
927
         <short>Keyboard shortcut to switch to tab 4</short>
 
928
         <long>
 
929
          Keyboard shortcut key for switch to tab 4. Expressed as a string
 
930
          in the same format used for GTK+ resource files.
 
931
          If you set the option to the special string "disabled", then there 
 
932
          will be no keyboard shortcut for this action.
 
933
         </long>
 
934
      </locale>
 
935
    </schema>
 
936
 
 
937
    <schema>
 
938
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_5</key>
 
939
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_5</applyto>
 
940
      <owner>gnome-terminal</owner>
 
941
      <type>string</type>
 
942
      <default>&lt;Alt&gt;5</default>
 
943
      <locale name="C">
 
944
         <short>Keyboard shortcut to switch to tab 5</short>
 
945
         <long>
 
946
          Keyboard shortcut key for switch to tab 5. Expressed as a string
 
947
          in the same format used for GTK+ resource files.
 
948
          If you set the option to the special string "disabled", then there 
 
949
          will be no keyboard shortcut for this action.
 
950
         </long>
 
951
      </locale>
 
952
    </schema>
 
953
 
 
954
    <schema>
 
955
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_6</key>
 
956
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_6</applyto>
 
957
      <owner>gnome-terminal</owner>
 
958
      <type>string</type>
 
959
      <default>&lt;Alt&gt;6</default>
 
960
      <locale name="C">
 
961
         <short>Keyboard shortcut to switch to tab 6</short>
 
962
         <long>
 
963
          Keyboard shortcut key for switch to tab 6. Expressed as a string
 
964
          in the same format used for GTK+ resource files.
 
965
          If you set the option to the special string "disabled", then there 
 
966
          will be no keyboard shortcut for this action.
 
967
         </long>
 
968
      </locale>
 
969
    </schema>
 
970
 
 
971
    <schema>
 
972
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_7</key>
 
973
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_7</applyto>
 
974
      <owner>gnome-terminal</owner>
 
975
      <type>string</type>
 
976
      <default>&lt;Alt&gt;7</default>
 
977
      <locale name="C">
 
978
         <short>Keyboard shortcut to switch to tab 7</short>
 
979
         <long>
 
980
          Keyboard shortcut key for switch to tab 7. Expressed as a string
 
981
          in the same format used for GTK+ resource files.
 
982
          If you set the option to the special string "disabled", then there 
 
983
          will be no keyboard shortcut for this action.
 
984
         </long>
 
985
      </locale>
 
986
    </schema>
 
987
 
 
988
    <schema>
 
989
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_8</key>
 
990
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_8</applyto>
 
991
      <owner>gnome-terminal</owner>
 
992
      <type>string</type>
 
993
      <default>&lt;Alt&gt;8</default>
 
994
      <locale name="C">
 
995
         <short>Keyboard shortcut to switch to tab 8</short>
 
996
         <long>
 
997
          Keyboard shortcut key for switch to tab 8. Expressed as a string
 
998
          in the same format used for GTK+ resource files.
 
999
          If you set the option to the special string "disabled", then there 
 
1000
          will be no keyboard shortcut for this action.
 
1001
         </long>
 
1002
      </locale>
 
1003
    </schema>
 
1004
 
 
1005
    <schema>
 
1006
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_9</key>
 
1007
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_9</applyto>
 
1008
      <owner>gnome-terminal</owner>
 
1009
      <type>string</type>
 
1010
      <default>&lt;Alt&gt;9</default>
 
1011
      <locale name="C">
 
1012
         <short>Keyboard shortcut to switch to tab 9</short>
 
1013
         <long>
 
1014
          Keyboard shortcut key for switch to tab 9. Expressed as a string
 
1015
          in the same format used for GTK+ resource files.
 
1016
          If you set the option to the special string "disabled", then there 
 
1017
          will be no keyboard shortcut for this action.
 
1018
         </long>
 
1019
      </locale>
 
1020
    </schema>
 
1021
 
 
1022
    <schema>
 
1023
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_10</key>
 
1024
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_10</applyto>
 
1025
      <owner>gnome-terminal</owner>
 
1026
      <type>string</type>
 
1027
<!-- no default -->
 
1028
      <locale name="C">
 
1029
         <short>Keyboard shortcut to switch to tab 10</short>
 
1030
         <long>
 
1031
          Keyboard shortcut key for switch to tab 10. Expressed as a string
 
1032
          in the same format used for GTK+ resource files.
 
1033
          If you set the option to the special string "disabled", then there 
 
1034
          will be no keyboard shortcut for this action.
 
1035
         </long>
 
1036
      </locale>
 
1037
    </schema>
 
1038
 
 
1039
    <schema>
 
1040
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_11</key>
 
1041
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_11</applyto>
 
1042
      <owner>gnome-terminal</owner>
 
1043
      <type>string</type>
 
1044
<!-- no default -->
 
1045
      <locale name="C">
 
1046
         <short>Keyboard shortcut to switch to tab 11</short>
 
1047
         <long>
 
1048
          Keyboard shortcut key for switch to tab 11. Expressed as a string
 
1049
          in the same format used for GTK+ resource files.
 
1050
          If you set the option to the special string "disabled", then there 
 
1051
          will be no keyboard shortcut for this action.
 
1052
         </long>
 
1053
      </locale>
 
1054
    </schema>
 
1055
 
 
1056
    <schema>
 
1057
      <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_12</key>
 
1058
      <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_12</applyto>
 
1059
      <owner>gnome-terminal</owner>
 
1060
      <type>string</type>
 
1061
<!-- no default -->
 
1062
      <locale name="C">
 
1063
         <short>Keyboard shortcut to switch to tab 12</short>
 
1064
         <long>
 
1065
          Keyboard shortcut key for switch to tab 12. Expressed as a string
 
1066
          in the same format used for GTK+ resource files.
 
1067
          If you set the option to the special string "disabled", then there 
 
1068
          will be no keyboard shortcut for this action.
 
1069
         </long>
 
1070
      </locale>
 
1071
    </schema>
 
1072
 
 
1073
    <schema>
 
1074
      <key>/schemas/apps/gnome-terminal/keybindings/help</key>
 
1075
      <applyto>/apps/gnome-terminal/keybindings/help</applyto>
 
1076
      <owner>gnome-terminal</owner>
 
1077
      <type>string</type>
 
1078
      <default>F1</default>
 
1079
      <locale name="C">
 
1080
         <short>Keyboard shortcut to launch help</short>
 
1081
         <long>
 
1082
          Keyboard shortcut key for launching help. Expressed as a string
 
1083
          in the same format used for GTK+ resource files.
 
1084
          If you set the option to the special string "disabled", then there
 
1085
          will be no keyboard shortcut for this action.
 
1086
         </long>
 
1087
      </locale>
 
1088
    </schema>
 
1089
 
 
1090
    <schema>
 
1091
      <key>/schemas/apps/gnome-terminal/keybindings/zoom_in</key>
 
1092
      <applyto>/apps/gnome-terminal/keybindings/zoom_in</applyto>
 
1093
      <owner>gnome-terminal</owner>
 
1094
      <type>string</type>
 
1095
      <default>&lt;Ctrl&gt;plus</default>
 
1096
      <locale name="C">
 
1097
         <short>Keyboard shortcut to make font larger</short>
 
1098
         <long>
 
1099
          Keyboard shortcut key for making font larger. Expressed as a string
 
1100
          in the same format used for GTK+ resource files.
 
1101
          If you set the option to the special string "disabled", then there
 
1102
          will be no keyboard shortcut for this action.
 
1103
         </long>
 
1104
      </locale>
 
1105
    </schema>
 
1106
 
 
1107
    <schema>
 
1108
      <key>/schemas/apps/gnome-terminal/keybindings/zoom_out</key>
 
1109
      <applyto>/apps/gnome-terminal/keybindings/zoom_out</applyto>
 
1110
      <owner>gnome-terminal</owner>
 
1111
      <type>string</type>
 
1112
      <default>&lt;Ctrl&gt;minus</default>
 
1113
      <locale name="C">
 
1114
         <short>Keyboard shortcut to make font smaller</short>
 
1115
         <long>
 
1116
          Keyboard shortcut key for making font smaller. Expressed as a string
 
1117
          in the same format used for GTK+ resource files.
 
1118
          If you set the option to the special string "disabled", then there
 
1119
          will be no keyboard shortcut for this action.
 
1120
         </long>
 
1121
      </locale>
 
1122
    </schema>
 
1123
 
 
1124
    <schema>
 
1125
      <key>/schemas/apps/gnome-terminal/keybindings/zoom_normal</key>
 
1126
      <applyto>/apps/gnome-terminal/keybindings/zoom_normal</applyto>
 
1127
      <owner>gnome-terminal</owner>
 
1128
      <type>string</type>
 
1129
      <default>&lt;Ctrl&gt;0</default>
 
1130
      <locale name="C">
 
1131
         <short>Keyboard shortcut to make font normal-size</short>
 
1132
         <long>
 
1133
          Keyboard shortcut key for making font the normal size. Expressed as a string
 
1134
          in the same format used for GTK+ resource files.
 
1135
          If you set the option to the special string "disabled", then there
 
1136
          will be no keyboard shortcut for this action.
 
1137
         </long>
 
1138
      </locale>
 
1139
    </schema>
 
1140
 
 
1141
  </schemalist>  
 
1142
</gconfschemafile>