~ubuntu-branches/debian/sid/guake/sid

« back to all changes in this revision

Viewing changes to data/guake.schemas

  • Committer: Package Import Robot
  • Author(s): Daniel Echeverry
  • Date: 2014-09-05 21:47:17 UTC
  • mfrom: (1.1.6)
  • mto: (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20140905214717-o44j7cegdz6t44yl
Tags: upstream-0.5.0
ImportĀ upstreamĀ versionĀ 0.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<gconfschemafile>
2
2
    <schemalist>
 
3
        <schema>
 
4
            <key>/schemas/apps/guake/general/mouse_display</key>
 
5
            <applyto>/apps/guake/general/mouse_display</applyto>
 
6
            <owner>guake</owner>
 
7
            <type>bool</type>
 
8
            <default>true</default>
 
9
            <locale name="C">
 
10
                <short>Appear on the mouse display.</short>
 
11
                <long>Appear on the mouse display. This overrides any setting
 
12
                in display_n.</long>
 
13
            </locale>
 
14
        </schema>
 
15
 
 
16
        <schema>
 
17
            <key>/schemas/apps/guake/general/display_n</key>
 
18
            <applyto>/apps/guake/general/display_n</applyto>
 
19
            <owner>guake</owner>
 
20
            <type>int</type>
 
21
            <default>0</default>
 
22
            <locale name="C">
 
23
                <short>Display to appear on.</short>
 
24
                <long>Display to appear on if the  mouse_display option is not set.
 
25
                If this is set to an invalid value (as in the case of removing a
 
26
                screen from a system), the
 
27
                invalid value is automatically updated to the current primary
 
28
                screen.</long>
 
29
            </locale>
 
30
        </schema>
3
31
 
4
32
        <schema>
5
33
            <key>/schemas/apps/guake/general/default_shell</key>
28
56
            </locale>
29
57
        </schema>
30
58
 
31
 
        <schema>
 
59
        <schema>
32
60
            <key>/schemas/apps/guake/general/use_trayicon</key>
33
61
            <applyto>/apps/guake/general/use_trayicon</applyto>
34
62
            <owner>guake</owner>
40
68
            </locale>
41
69
        </schema>
42
70
 
43
 
        <schema>
 
71
        <schema>
44
72
            <key>/schemas/apps/guake/general/use_popup</key>
45
73
            <applyto>/apps/guake/general/use_popup</applyto>
46
74
            <owner>guake</owner>
53
81
            </locale>
54
82
        </schema>
55
83
 
56
 
        <schema>
 
84
        <schema>
57
85
            <key>/schemas/apps/guake/general/prompt_on_quit</key>
58
86
            <applyto>/apps/guake/general/prompt_on_quit</applyto>
59
87
            <owner>guake</owner>
106
134
        </schema>
107
135
 
108
136
        <schema>
 
137
            <key>/schemas/apps/guake/general/quick_open_enable</key>
 
138
            <applyto>/apps/guake/general/quick_open_enable</applyto>
 
139
            <owner>guake</owner>
 
140
            <type>bool</type>
 
141
            <default>false</default>
 
142
            <locale name="C">
 
143
                <short>Enable Quick Open feature.</short>
 
144
                <long>If this property is set as true, guake will
 
145
                open a text editor when the user does a Ctrl+Click
 
146
                on a filename printed in the terminal.</long>
 
147
            </locale>
 
148
        </schema>
 
149
 
 
150
        <schema>
 
151
            <key>/schemas/apps/guake/general/quick_open_command_line</key>
 
152
            <applyto>/apps/guake/general/quick_open_command_line</applyto>
 
153
            <owner>guake</owner>
 
154
            <type>string</type>
 
155
            <default>gedit %(file_path)s</default>
 
156
            <locale name="C">
 
157
                <short>Command line pattern to start a editor.</short>
 
158
                <long>This property gives the command line to execute when
 
159
                doing a Quick Open. You can enter the following python
 
160
                string pattern in it: '%(file_path)s' will be replaced
 
161
                with the full path to the captured filename,
 
162
                '%(line_number)s' will be replaced by the line number if
 
163
                found (set to the empty string otherwise).</long>
 
164
            </locale>
 
165
        </schema>
 
166
 
 
167
        <schema>
 
168
            <key>/schemas/apps/guake/general/startup_script</key>
 
169
            <applyto>/apps/guake/general/startup_script</applyto>
 
170
            <owner>guake</owner>
 
171
            <type>string</type>
 
172
            <default></default>
 
173
            <locale name="C">
 
174
                <short>Startup script to execute when guake starts</short>
 
175
                <long>This property allows you to execute a startup bash
 
176
                script each time guake starts. You can configure your
 
177
                initial tab settings within this script. Please see
 
178
                the command line argument of guake ('guake --help')
 
179
                for complete help.</long>
 
180
            </locale>
 
181
        </schema>
 
182
        <schema>
109
183
            <key>/schemas/apps/guake/general/start_fullscreen</key>
110
184
            <applyto>/apps/guake/general/start_fullscreen</applyto>
111
185
            <owner>guake</owner>
117
191
            </locale>
118
192
        </schema>
119
193
 
120
 
        <schema>
 
194
        <schema>
121
195
            <key>/schemas/apps/guake/general/window_width</key>
122
196
            <applyto>/apps/guake/general/window_width</applyto>
123
197
            <owner>guake</owner>
124
198
            <type>int</type>
125
199
            <default>100</default>
126
200
            <locale name="C">
127
 
                <short>Window height.</short>
 
201
                <short>Window width.</short>
128
202
                <long>Percent of the screen that will be used by guake
129
203
                  terminal horizontally.</long>
130
204
            </locale>
131
205
        </schema>
132
206
 
133
 
        <schema>
 
207
        <schema>
134
208
            <key>/schemas/apps/guake/general/window_height</key>
135
209
            <applyto>/apps/guake/general/window_height</applyto>
136
210
            <owner>guake</owner>
137
211
            <type>int</type>
138
212
            <default>50</default>
139
213
            <locale name="C">
140
 
                <short>Window size.</short>
 
214
                <short>Window height.</short>
141
215
                <long>Percent of the screen that will be used by guake
142
216
                  terminal vertically.</long>
143
217
            </locale>
144
218
        </schema>
145
219
 
146
 
        <schema>
147
 
            <key>/schemas/apps/guake/general/window_halignment</key>
148
 
            <applyto>/apps/guake/general/window_halignment</applyto>
149
 
            <owner>guake</owner>
150
 
            <type>int</type>
151
 
            <default>0</default>
152
 
            <locale name="C">
153
 
            <short>Window horizontal alignment.</short>
154
 
            <long>Place Guake at:
155
 
                  0: center, 1: left, 2: right</long>
156
 
            </locale>
157
 
        </schema>
 
220
        <schema>
 
221
            <key>/schemas/apps/guake/general/window_halignment</key>
 
222
            <applyto>/apps/guake/general/window_halignment</applyto>
 
223
            <owner>guake</owner>
 
224
            <type>int</type>
 
225
            <default>0</default>
 
226
            <locale name="C">
 
227
            <short>Window horizontal alignment.</short>
 
228
            <long>Place Guake at:
 
229
                  0: center, 1: left, 2: right</long>
 
230
            </locale>
 
231
        </schema>
 
232
 
 
233
        <schema>
 
234
            <key>/schemas/apps/guake/general/window_valignment</key>
 
235
            <applyto>/apps/guake/general/window_valignment</applyto>
 
236
            <owner>guake</owner>
 
237
            <type>int</type>
 
238
            <default>0</default>
 
239
            <locale name="C">
 
240
            <short>Window vertical alignment.</short>
 
241
            <long>Place Guake at:
 
242
                  0: top, 1: bottom</long>
 
243
            </locale>
 
244
        </schema>
158
245
 
159
246
        <schema>
160
247
            <key>/schemas/apps/guake/general/use_scrollbar</key>
220
307
            </locale>
221
308
        </schema>
222
309
 
223
 
        <schema>
 
310
        <schema>
224
311
            <key>/schemas/apps/guake/general/use_vte_titles</key>
225
312
            <applyto>/apps/guake/general/use_vte_titles</applyto>
226
313
            <owner>guake</owner>
233
320
        </schema>
234
321
 
235
322
        <schema>
 
323
            <key>/schemas/apps/guake/style/cursor_blink_mode</key>
 
324
            <applyto>/apps/guake/style/cursor_blink_mode</applyto>
 
325
            <owner>guake</owner>
 
326
            <type>int</type>
 
327
            <default>0</default>
 
328
            <locale name="C">
 
329
                <short>Cursor blink mode of the terminal</short>
 
330
                <long>Controls the blink mode of the cursor in the terminals. 0: Follow GTK+ setting, 1: Blink on, 2: Blink off</long>
 
331
            </locale>
 
332
        </schema>
 
333
 
 
334
        <schema>
 
335
            <key>/schemas/apps/guake/style/cursor_shape</key>
 
336
            <applyto>/apps/guake/style/cursor_shape</applyto>
 
337
            <owner>guake</owner>
 
338
            <type>int</type>
 
339
            <default>0</default>
 
340
            <locale name="C">
 
341
                <short>Cursor shape of the terminal</short>
 
342
                <long>Controls the shape of the cursor in the terminals. 0: Block, 1: I-Beam, 2: Underline</long>
 
343
            </locale>
 
344
        </schema>
 
345
 
 
346
        <schema>
236
347
            <key>/schemas/apps/guake/style/font/style</key>
237
348
            <applyto>/apps/guake/style/font/style</applyto>
238
349
            <owner>guake</owner>
379
490
        </schema>
380
491
 
381
492
        <schema>
 
493
            <key>/schemas/apps/guake/keybindings/local/search_on_web</key>
 
494
            <applyto>/apps/guake/keybindings/local/search_on_web</applyto>
 
495
            <owner>guake</owner>
 
496
            <type>string</type>
 
497
            <default>&lt;Control&gt;&lt;Shift&gt;l</default>
 
498
            <locale name="C">
 
499
                <short>Search current selected text on the web</short>
 
500
                <long>Accelerator to active function that search on the web the current selected text on the terminal.</long>
 
501
            </locale>
 
502
        </schema>
 
503
 
 
504
        <schema>
382
505
            <key>/schemas/apps/guake/keybindings/local/previous_tab</key>
383
506
            <applyto>/apps/guake/keybindings/local/previous_tab</applyto>
384
507
            <owner>guake</owner>
403
526
        </schema>
404
527
 
405
528
        <schema>
406
 
            <key>/schemas/apps/guake/keybindings/local/rename_tab</key>
407
 
            <applyto>/apps/guake/keybindings/local/rename_tab</applyto>
 
529
            <key>/schemas/apps/guake/keybindings/local/switch_tab1</key>
 
530
            <applyto>/apps/guake/keybindings/local/switch_tab1</applyto>
 
531
            <owner>guake</owner>
 
532
            <type>string</type>
 
533
            <default>F1</default>
 
534
            <locale name="C">
 
535
                <short>First tab.</short>
 
536
                <long>Switch to the first tab.</long>
 
537
            </locale>
 
538
        </schema>
 
539
 
 
540
        <schema>
 
541
            <key>/schemas/apps/guake/keybindings/local/switch_tab2</key>
 
542
            <applyto>/apps/guake/keybindings/local/switch_tab2</applyto>
408
543
            <owner>guake</owner>
409
544
            <type>string</type>
410
545
            <default>F2</default>
411
546
            <locale name="C">
412
 
                <short>Rename tab.</short>
 
547
                <short>Second tab.</short>
 
548
                <long>Switch to the second tab.</long>
 
549
            </locale>
 
550
        </schema>
 
551
 
 
552
        <schema>
 
553
            <key>/schemas/apps/guake/keybindings/local/switch_tab3</key>
 
554
            <applyto>/apps/guake/keybindings/local/switch_tab3</applyto>
 
555
            <owner>guake</owner>
 
556
            <type>string</type>
 
557
            <default>F3</default>
 
558
            <locale name="C">
 
559
                <short>Third tab.</short>
 
560
                <long>Switch to the third tab.</long>
 
561
            </locale>
 
562
        </schema>
 
563
 
 
564
        <schema>
 
565
            <key>/schemas/apps/guake/keybindings/local/switch_tab4</key>
 
566
            <applyto>/apps/guake/keybindings/local/switch_tab4</applyto>
 
567
            <owner>guake</owner>
 
568
            <type>string</type>
 
569
            <default>F4</default>
 
570
            <locale name="C">
 
571
                <short>Fourth tab.</short>
 
572
                <long>Switch to the fourth tab.</long>
 
573
            </locale>
 
574
        </schema>
 
575
 
 
576
        <schema>
 
577
            <key>/schemas/apps/guake/keybindings/local/switch_tab5</key>
 
578
            <applyto>/apps/guake/keybindings/local/switch_tab5</applyto>
 
579
            <owner>guake</owner>
 
580
            <type>string</type>
 
581
            <default>F5</default>
 
582
            <locale name="C">
 
583
                <short>Fifth tab.</short>
 
584
                <long>Switch to the fifth tab.</long>
 
585
            </locale>
 
586
        </schema>
 
587
 
 
588
        <schema>
 
589
            <key>/schemas/apps/guake/keybindings/local/switch_tab6</key>
 
590
            <applyto>/apps/guake/keybindings/local/switch_tab6</applyto>
 
591
            <owner>guake</owner>
 
592
            <type>string</type>
 
593
            <default>F6</default>
 
594
            <locale name="C">
 
595
                <short>Sixth tab.</short>
 
596
                <long>Switch to the sixth tab.</long>
 
597
            </locale>
 
598
        </schema>
 
599
 
 
600
        <schema>
 
601
            <key>/schemas/apps/guake/keybindings/local/switch_tab7</key>
 
602
            <applyto>/apps/guake/keybindings/local/switch_tab7</applyto>
 
603
            <owner>guake</owner>
 
604
            <type>string</type>
 
605
            <default>F7</default>
 
606
            <locale name="C">
 
607
                <short>Seventh tab.</short>
 
608
                <long>Switch to the seventh tab.</long>
 
609
            </locale>
 
610
        </schema>
 
611
 
 
612
        <schema>
 
613
            <key>/schemas/apps/guake/keybindings/local/switch_tab8</key>
 
614
            <applyto>/apps/guake/keybindings/local/switch_tab8</applyto>
 
615
            <owner>guake</owner>
 
616
            <type>string</type>
 
617
            <default>F8</default>
 
618
            <locale name="C">
 
619
                <short>eighth tab.</short>
 
620
                <long>Switch to the eighth tab.</long>
 
621
            </locale>
 
622
        </schema>
 
623
 
 
624
        <schema>
 
625
            <key>/schemas/apps/guake/keybindings/local/switch_tab9</key>
 
626
            <applyto>/apps/guake/keybindings/local/switch_tab9</applyto>
 
627
            <owner>guake</owner>
 
628
            <type>string</type>
 
629
            <default>F9</default>
 
630
            <locale name="C">
 
631
                <short>Ninth tab.</short>
 
632
                <long>Switch to the ninth tab.</long>
 
633
            </locale>
 
634
        </schema>
 
635
 
 
636
        <schema>
 
637
            <key>/schemas/apps/guake/keybindings/local/switch_tab10</key>
 
638
            <applyto>/apps/guake/keybindings/local/switch_tab10</applyto>
 
639
            <owner>guake</owner>
 
640
            <type>string</type>
 
641
            <default>F10</default>
 
642
            <locale name="C">
 
643
                <short>Tenth tab.</short>
 
644
                <long>Switch to the tenth tab.</long>
 
645
            </locale>
 
646
        </schema>
 
647
 
 
648
        <schema>
 
649
            <key>/schemas/apps/guake/keybindings/local/rename_current_tab</key>
 
650
            <applyto>/apps/guake/keybindings/local/rename_current_tab</applyto>
 
651
            <owner>guake</owner>
 
652
            <type>string</type>
 
653
            <default>&lt;Control&gt;F2</default>
 
654
            <locale name="C">
 
655
                <short>Rename current tab.</short>
413
656
                <long>Shows a dialog to rename the current tab.</long>
414
657
            </locale>
415
658
        </schema>
416
659
 
417
660
        <schema>
 
661
            <key>/schemas/apps/guake/keybindings/local/zoom_in</key>
 
662
            <applyto>/apps/guake/keybindings/local/zoom_in</applyto>
 
663
            <owner>guake</owner>
 
664
            <type>string</type>
 
665
            <default>&lt;Control&gt;plus</default>
 
666
            <locale name="C">
 
667
                <short>Zoom in.</short>
 
668
                <long>Increase the font size of the terminals.</long>
 
669
            </locale>
 
670
        </schema>
 
671
 
 
672
        <schema>
 
673
            <key>/schemas/apps/guake/keybindings/local/zoom_in_alt</key>
 
674
            <applyto>/apps/guake/keybindings/local/zoom_in_alt</applyto>
 
675
            <owner>guake</owner>
 
676
            <type>string</type>
 
677
            <default>&lt;Control&gt;equal</default>
 
678
            <locale name="C">
 
679
                <short>Zoom in (alternative)</short>
 
680
                <long>Additional shortcut for zooming in.</long>
 
681
            </locale>
 
682
        </schema>
 
683
 
 
684
        <schema>
 
685
            <key>/schemas/apps/guake/keybindings/local/zoom_out</key>
 
686
            <applyto>/apps/guake/keybindings/local/zoom_out</applyto>
 
687
            <owner>guake</owner>
 
688
            <type>string</type>
 
689
            <default>&lt;Control&gt;minus</default>
 
690
            <locale name="C">
 
691
                <short>Zoom out.</short>
 
692
                <long>Decrease the font size of the terminals.</long>
 
693
            </locale>
 
694
        </schema>
 
695
 
 
696
        <schema>
 
697
            <key>/schemas/apps/guake/keybindings/local/increase_height</key>
 
698
            <applyto>/apps/guake/keybindings/local/increase_height</applyto>
 
699
            <owner>guake</owner>
 
700
            <type>string</type>
 
701
            <default>&lt;Control&gt;Down</default>
 
702
            <locale name="C">
 
703
                <short>Increase height.</short>
 
704
                <long>Increase the screen height.</long>
 
705
            </locale>
 
706
        </schema>
 
707
 
 
708
        <schema>
 
709
            <key>/schemas/apps/guake/keybindings/local/decrease_height</key>
 
710
            <applyto>/apps/guake/keybindings/local/decrease_height</applyto>
 
711
            <owner>guake</owner>
 
712
            <type>string</type>
 
713
            <default>&lt;Control&gt;Up</default>
 
714
            <locale name="C">
 
715
                <short>Decrease height.</short>
 
716
                <long>Decrease the screen height.</long>
 
717
            </locale>
 
718
        </schema>
 
719
 
 
720
        <schema>
418
721
            <key>/schemas/apps/guake/keybindings/local/clipboard_copy</key>
419
722
            <applyto>/apps/guake/keybindings/local/clipboard_copy</applyto>
420
723
            <owner>guake</owner>
478
781
            <default>true</default>
479
782
            <locale name="C">
480
783
                <short>If guake must show a control to make resizing more handful</short>
481
 
                <long>When true, guake shows a resizer on its bottom to allow user 
 
784
                <long>When true, guake shows a resizer on its bottom to allow user
482
785
                resize guake.</long>
483
786
            </locale>
484
787
        </schema>
494
797
                <long>Set it as false to enjoy guake's fullscreen.</long>
495
798
            </locale>
496
799
        </schema>
 
800
 
 
801
        <schema>
 
802
            <key>/schemas/apps/guake/general/focus_if_open</key>
 
803
            <applyto>/apps/guake/general/focus_if_open</applyto>
 
804
            <owner>guake</owner>
 
805
            <type>bool</type>
 
806
            <default>true</default>
 
807
            <locale name="C">
 
808
                <short>Give focus to guake if tab is opened.</short>
 
809
                <long>If the guake window is out of focus but open,
 
810
                enabling this will give it back the focus instead of closing the window.</long>
 
811
            </locale>
 
812
        </schema>
 
813
 
497
814
    </schemalist>
498
815
</gconfschemafile>