summaryrefslogtreecommitdiffstats
path: root/data/ibus.schemas
blob: 9cfbb47a7e6281982932a2d9dfde6568a7fef913 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/desktop/ibus/general/preload_engines</key>
      <applyto>/desktop/ibus/general/preload_engines</applyto>
      <owner>ibus</owner>
      <type>list</type>
      <list_type>string</list_type>
      <locale name="C">
      	<short>Preload Engines</short>
	<long>Preload Engines during ibus starts up</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/ibus/general/hotkey/trigger</key>
      <applyto>/desktop/ibus/general/hotkey/trigger</applyto>
      <owner>ibus</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[Control+space]</default>
      <locale name="C">
      	<short>Trigger Hotkey</short>
	<long>Trigger hotkey for enable or disable input context</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/ibus/general/hotkey/next_engine</key>
      <applyto>/desktop/ibus/general/hotkey/next_engine</applyto>
      <owner>ibus</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[]</default>
      <locale name="C">
      	<short>Next Engine Hotkey</short>
	<long>Next engine hotkey for switch to next input method engine</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/ibus/general/hotkey/prev_engine</key>
      <applyto>/desktop/ibus/general/hotkey/prev_engine</applyto>
      <owner>ibus</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[]</default>
      <locale name="C">
      	<short>Prev Engine Hotkey</short>
	<long>Prev engine hotkey for switch to previous input method engine</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/ibus/panel/show</key>
      <applyto>/desktop/ibus/panel/show</applyto>
      <owner>ibus</owner>
      <type>int</type>
      <default>1</default>
      <locale name="C">
      	<short>Auto Hide</short>
	<long>The behavior of language panel. 0 = Always hide, 1 = Auto hide, 2 = Always show</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/ibus/panel/lookup_table_orientation</key>
      <applyto>/desktop/ibus/panel/lookup_table_orientation</applyto>
      <owner>ibus</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
      	<short>Orientation of Lookup Table</short>
	<long>Orientation of Lookup Table. 0 = Horizontal, 1 = Vertical</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/ibus/panel/use_custom_font</key>
      <applyto>/desktop/ibus/panel/use_custom_font</applyto>
      <owner>ibus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
      	<short>Use Custom Font</short>
	<long>Use custom font name for language panel</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/ibus/panel/custom_font</key>
      <applyto>/desktop/ibus/panel/custom_font</applyto>
      <owner>ibus</owner>
      <type>string</type>
      <default>Sans 10</default>
      <locale name="C">
      	<short>Custom Font</short>
	<long>Custom font name for language panel</long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>