summaryrefslogtreecommitdiffstats
path: root/data/ibus.schemas.in
blob: 0eb9676114ee263161b78931d1568b0b6e9521aa (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
97
98
99
100
101
102
103
104
105
<?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>
      <locale name="C">
        <default>[Control+space]</default>
        <short>Trigger Hotkey</short>
	    <long>Trigger hotkey for enable or disable input context</long>
      </locale>
      <locale name="ja">
        <default>[Zenkaku_Hankaku]</default>
	  </locale>
      <locale name="ko">
        <default>[Hangul,Alt+space]</default>
	  </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>
      <locale name="C">
        <default>0</default>
        <short>Orientation of Lookup Table</short>
	    <long>Orientation of Lookup Table. 0 = Horizontal, 1 = Vertical</long>
      </locale>
      <locale name="ja">
        <default>1</default>
	  </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>