Let users know the default hotkey is Super+space with libnotify.
[platform/upstream/ibus.git] / data / ibus.schemas.in
1 <?xml version="1.0" encoding="utf-8"?>
2 <gconfschemafile>
3   <schemalist>
4     <schema>
5       <key>/schemas/desktop/ibus/general/preload_engines</key>
6       <applyto>/desktop/ibus/general/preload_engines</applyto>
7       <owner>ibus</owner>
8       <type>list</type>
9       <default>[]</default>
10       <list_type>string</list_type>
11       <locale name="C">
12         <short>Preload engines</short>
13             <long>Preload engines during ibus starts up</long>
14       </locale>
15     </schema>
16     <schema>
17       <key>/schemas/desktop/ibus/general/engines_order</key>
18       <applyto>/desktop/ibus/general/engines_order</applyto>
19       <owner>ibus</owner>
20       <type>list</type>
21       <default>[]</default>
22       <list_type>string</list_type>
23       <locale name="C">
24         <short>Engines order</short>
25             <long>Saved engines order in input method list</long>
26       </locale>
27     </schema>
28     <schema>
29       <key>/schemas/desktop/ibus/general/switcher-delay-time</key>
30       <applyto>/desktop/ibus/general/switcher-delay-time</applyto>
31       <owner>ibus</owner>
32       <type>int</type>
33       <default>400</default>
34       <locale name="C">
35         <short>Popup delay milliseconds for IME switcher window</short>
36             <long>Set popup delay milliseconds to show IME switcher window.
37                   The default is 400.
38                   0 = Show the window immediately.
39                   0 &lt; Delay milliseconds.
40                   0 &gt; Do not show the window and switch prev/next engines.
41             </long>
42       </locale>
43     </schema>
44     <schema>
45       <key>/schemas/desktop/ibus/general/version</key>
46       <applyto>/desktop/ibus/general/version</applyto>
47       <owner>ibus</owner>
48       <type>string</type>
49       <default></default>
50       <locale name="C">
51         <short>Saved version number</short>
52             <long>The saved version number will be used to check the
53                   difference between the version of the previous installed
54                   ibus and one of the current ibus.
55             </long>
56       </locale>
57     </schema>
58     <schema>
59       <key>/schemas/desktop/ibus/general/hotkey/trigger</key>
60       <applyto>/desktop/ibus/general/hotkey/trigger</applyto>
61       <owner>ibus</owner>
62       <type>list</type>
63       <list_type>string</list_type>
64       <default>[Control+space,Zenkaku_Hankaku,Alt+Kanji,Alt+grave,Hangul,Alt+Release+Alt_R]</default>
65       <locale name="C">
66         <short>Trigger shortcut keys</short>
67           <long>The shortcut keys for turning input method on or off</long>
68       </locale>
69     </schema>
70     <schema>
71       <key>/schemas/desktop/ibus/general/hotkey/triggers</key>
72       <applyto>/desktop/ibus/general/hotkey/triggers</applyto>
73       <owner>ibus</owner>
74       <type>list</type>
75       <list_type>string</list_type>
76       <default>[&lt;Super&gt;space]</default>
77       <locale name="C">
78         <short>Trigger shortcut keys for gtk_accelerator_parse</short>
79           <long>The shortcut keys for turning input method on or off</long>
80       </locale>
81     </schema>
82     <schema>
83       <key>/schemas/desktop/ibus/general/hotkey/enable_unconditional</key>
84       <applyto>/desktop/ibus/general/hotkey/enable_unconditional</applyto>
85       <owner>ibus</owner>
86       <type>list</type>
87       <list_type>string</list_type>
88       <default>[]</default>
89       <locale name="C">
90         <short>Enable shortcut keys</short>
91             <long>The shortcut keys for turning input method on</long>
92       </locale>
93     </schema>
94     <schema>
95       <key>/schemas/desktop/ibus/general/hotkey/disable_unconditional</key>
96       <applyto>/desktop/ibus/general/hotkey/disable_unconditional</applyto>
97       <owner>ibus</owner>
98       <type>list</type>
99       <list_type>string</list_type>
100       <default>[]</default>
101       <locale name="C">
102         <short>Disable shortcut keys</short>
103             <long>The shortcut keys for turning input method off</long>
104       </locale>
105     </schema>
106     <!-- For backward compatibility -->
107     <schema>
108       <key>/schemas/desktop/ibus/general/hotkey/next_engine</key>
109       <applyto>/desktop/ibus/general/hotkey/next_engine</applyto>
110       <owner>ibus</owner>
111       <type>list</type>
112       <list_type>string</list_type>
113       <default>[Alt+Shift_L]</default>
114       <locale name="C">
115         <short>Next engine shortcut keys</short>
116             <long>The shortcut keys for switching to the next input method in the list</long>
117       </locale>
118     </schema>
119
120     <schema>
121       <key>/schemas/desktop/ibus/general/hotkey/next_engine_in_menu</key>
122       <applyto>/desktop/ibus/general/hotkey/next_engine_in_menu</applyto>
123       <owner>ibus</owner>
124       <type>list</type>
125       <list_type>string</list_type>
126       <default>[Alt+Shift_L]</default>
127       <locale name="C">
128         <short>Next engine shortcut keys</short>
129             <long>The shortcut keys for switching to the next input method in the list</long>
130       </locale>
131     </schema>
132
133     <!-- For backward compatibility -->
134     <schema>
135       <key>/schemas/desktop/ibus/general/hotkey/prev_engine</key>
136       <applyto>/desktop/ibus/general/hotkey/prev_engine</applyto>
137       <owner>ibus</owner>
138       <type>list</type>
139       <list_type>string</list_type>
140       <default>[]</default>
141       <locale name="C">
142         <short>Prev engine shortcut keys</short>
143             <long>The shortcut keys for switching to the previous input method</long>
144       </locale>
145     </schema>
146
147     <schema>
148       <key>/schemas/desktop/ibus/general/hotkey/previous_engine</key>
149       <applyto>/desktop/ibus/general/hotkey/previous_engine</applyto>
150       <owner>ibus</owner>
151       <type>list</type>
152       <list_type>string</list_type>
153       <default>[]</default>
154       <locale name="C">
155         <short>Prev engine shortcut keys</short>
156             <long>The shortcut keys for switching to the previous input method</long>
157       </locale>
158     </schema>
159     <schema>
160       <key>/schemas/desktop/ibus/panel/show</key>
161       <applyto>/desktop/ibus/panel/show</applyto>
162       <owner>ibus</owner>
163       <type>int</type>
164       <default>0</default>
165       <locale name="C">
166         <short>Auto hide</short>
167             <long>The behavior of language panel. 0 = Embedded in menu, 1 = Auto hide, 2 = Always show</long>
168       </locale>
169     </schema>
170     <schema>
171       <key>/schemas/desktop/ibus/panel/x</key>
172       <applyto>/desktop/ibus/panel/x</applyto>
173       <owner>ibus</owner>
174       <type>int</type>
175       <default>-1</default>
176       <locale name="C">
177         <short>Language panel position</short>
178       </locale>
179     </schema>
180     <schema>
181       <key>/schemas/desktop/ibus/panel/y</key>
182       <applyto>/desktop/ibus/panel/y</applyto>
183       <owner>ibus</owner>
184       <type>int</type>
185       <default>-1</default>
186       <locale name="C">
187         <short>Language panel position</short>
188       </locale>
189     </schema>
190     <!--
191     <schema>
192       <key>/schemas/desktop/ibus/panel/position</key>
193       <applyto>/desktop/ibus/panel/position</applyto>
194       <owner>ibus</owner>
195       <type>int</type>
196       <default>3</default>
197       <locale name="C">
198         <short>Language panel position</short>
199             <long>The position of the language panel. 0 = Top left corner, 1 = Top right corner, 2 = Bottom left corner, 3 = Bottom right corner, 4 = Custom</long>
200       </locale>
201     </schema>
202     -->
203     <schema>
204       <key>/schemas/desktop/ibus/panel/lookup_table_orientation</key>
205       <applyto>/desktop/ibus/panel/lookup_table_orientation</applyto>
206       <owner>ibus</owner>
207       <type>int</type>
208       <default>1</default>
209       <locale name="C">
210         <short>Orientation of lookup table</short>
211             <long>Orientation of lookup table. 0 = Horizontal, 1 = Vertical</long>
212       </locale>
213     </schema>
214     <schema>
215       <key>/schemas/desktop/ibus/panel/show_icon_on_systray</key>
216       <applyto>/desktop/ibus/panel/show_icon_on_systray</applyto>
217       <owner>ibus</owner>
218       <type>bool</type>
219       <default>true</default>
220       <locale name="C">
221         <short>Show icon on system tray</short>
222             <long>Show icon on system tray</long>
223       </locale>
224     </schema>
225     <schema>
226       <key>/schemas/desktop/ibus/panel/show_im_name</key>
227       <applyto>/desktop/ibus/panel/show_im_name</applyto>
228       <owner>ibus</owner>
229       <type>bool</type>
230       <default>false</default>
231       <locale name="C">
232         <short>Show input method name</short>
233             <long>Show input method name on language bar</long>
234       </locale>
235     </schema>
236     <schema>
237       <key>/schemas/desktop/ibus/general/use_system_keyboard_layout</key>
238       <applyto>/desktop/ibus/general/use_system_keyboard_layout</applyto>
239       <owner>ibus</owner>
240       <type>bool</type>
241       <default>false</default>
242       <locale name="C">
243         <short>Use system keyboard layout</short>
244             <long>Use system keyboard (XKB) layout</long>
245       </locale>
246     </schema>
247     <schema>
248       <key>/schemas/desktop/ibus/panel/use_custom_font</key>
249       <applyto>/desktop/ibus/panel/use_custom_font</applyto>
250       <owner>ibus</owner>
251       <type>bool</type>
252       <default>false</default>
253       <locale name="C">
254         <short>Use custom font</short>
255             <long>Use custom font name for language panel</long>
256       </locale>
257     </schema>
258     <schema>
259       <key>/schemas/desktop/ibus/panel/custom_font</key>
260       <applyto>/desktop/ibus/panel/custom_font</applyto>
261       <owner>ibus</owner>
262       <type>string</type>
263       <default>Sans 10</default>
264       <locale name="C">
265         <short>Custom font</short>
266             <long>Custom font name for language panel</long>
267       </locale>
268     </schema>
269     <schema>
270       <key>/schemas/desktop/ibus/general/embed_preedit_text</key>
271       <applyto>/desktop/ibus/general/embed_preedit_text</applyto>
272       <owner>ibus</owner>
273       <type>bool</type>
274       <default>true</default>
275       <locale name="C">
276         <short>Embed Preedit Text</short>
277             <long>Embed Preedit Text in Application Window</long>
278       </locale>
279     </schema>
280     <schema>
281       <key>/schemas/desktop/ibus/general/use_global_engine</key>
282       <applyto>/desktop/ibus/general/use_global_engine</applyto>
283       <owner>ibus</owner>
284       <type>bool</type>
285       <default>false</default>
286       <locale name="C">
287         <short>Use global input method</short>
288             <long>Share the same input method among all applications</long>
289       </locale>
290     </schema>
291
292     <schema>
293       <key>/schemas/desktop/ibus/general/enable_by_default</key>
294       <applyto>/desktop/ibus/general/enable_by_default</applyto>
295       <owner>ibus</owner>
296       <type>bool</type>
297       <default>false</default>
298       <locale name="C">
299         <short>Enable input method by default</short>
300             <long>Enable input method by default when the application gets input
301             focus</long>
302       </locale>
303     </schema>
304
305     <schema>
306       <key>/schemas/desktop/ibus/general/dconf_preserve_name_prefixes</key>
307       <applyto>/desktop/ibus/general/dconf_preserve_name_prefixes</applyto>
308       <owner>ibus</owner>
309       <type>list</type>
310       <default>[/desktop/ibus/engine/pinyin,/desktop/ibus/engine/bopomofo,/desktop/ibus/engine/hangul]</default>
311       <list_type>string</list_type>
312       <locale name="C">
313         <short>DConf preserve name prefixes</short>
314             <long>Prefixes of DConf keys to stop name conversion</long>
315       </locale>
316     </schema>
317   </schemalist>
318 </gconfschemafile>