~ubuntu-branches/ubuntu/utopic/ibus/utopic

« back to all changes in this revision

Viewing changes to .pc/ibus-541492-xkb.patch/data/ibus.schemas.in

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2014-08-18 19:25:16 UTC
  • mfrom: (39.1.12 utopic-proposed)
  • Revision ID: package-import@ubuntu.com-20140818192516-yyvq2gzp8iy2grcf
Tags: 1.5.8-2ubuntu1
* Merge from Debian (LP: #1352805), remaining changes:
  - Build with dh-translations
  - ubuntu-title-update.patch: 
    Rename "IBus Preferences" to "Keyboard Input Methods"
  - ubuntu-no-notification.patch: Don't show the notification if not
    actually upgrading from a previous version.
  - ubuntu-disable-trigger.patch: Disable input method switching under
    Unity; it's handled by gnome-settings-daemon.
  - ubuntu-forward-panel-properties.patch:
    Augment the panel service D-Bus interface so that external consumers
    can detect when the panel service properties are changed. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>1</default>
165
 
      <locale name="C">
166
 
        <short>Auto hide</short>
167
 
            <long>The behavior of property panel. 0 = Do not show, 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/auto-hide-timeout</key>
205
 
      <applyto>/desktop/ibus/panel/auto-hide-timeout</applyto>
206
 
      <owner>ibus</owner>
207
 
      <type>int</type>
208
 
      <default>10000</default>
209
 
      <locale name="C">
210
 
        <short>The milliseconds to show property panel</short>
211
 
          <long>The milliseconds to show property panel after focus-in or
212
 
                properties are changed.</long>
213
 
      </locale>
214
 
    </schema>
215
 
    <schema>
216
 
      <key>/schemas/desktop/ibus/panel/lookup_table_orientation</key>
217
 
      <applyto>/desktop/ibus/panel/lookup_table_orientation</applyto>
218
 
      <owner>ibus</owner>
219
 
      <type>int</type>
220
 
      <default>1</default>
221
 
      <locale name="C">
222
 
        <short>Orientation of lookup table</short>
223
 
            <long>Orientation of lookup table. 0 = Horizontal, 1 = Vertical</long>
224
 
      </locale>
225
 
    </schema>
226
 
    <schema>
227
 
      <key>/schemas/desktop/ibus/panel/show_icon_on_systray</key>
228
 
      <applyto>/desktop/ibus/panel/show_icon_on_systray</applyto>
229
 
      <owner>ibus</owner>
230
 
      <type>bool</type>
231
 
      <default>true</default>
232
 
      <locale name="C">
233
 
        <short>Show icon on system tray</short>
234
 
            <long>Show icon on system tray</long>
235
 
      </locale>
236
 
    </schema>
237
 
    <schema>
238
 
      <key>/schemas/desktop/ibus/panel/show_im_name</key>
239
 
      <applyto>/desktop/ibus/panel/show_im_name</applyto>
240
 
      <owner>ibus</owner>
241
 
      <type>bool</type>
242
 
      <default>false</default>
243
 
      <locale name="C">
244
 
        <short>Show input method name</short>
245
 
            <long>Show input method name on language bar</long>
246
 
      </locale>
247
 
    </schema>
248
 
    <schema>
249
 
      <key>/schemas/desktop/ibus/general/use_system_keyboard_layout</key>
250
 
      <applyto>/desktop/ibus/general/use_system_keyboard_layout</applyto>
251
 
      <owner>ibus</owner>
252
 
      <type>bool</type>
253
 
      <default>false</default>
254
 
      <locale name="C">
255
 
        <short>Use system keyboard layout</short>
256
 
            <long>Use system keyboard (XKB) layout</long>
257
 
      </locale>
258
 
    </schema>
259
 
    <schema>
260
 
      <key>/schemas/desktop/ibus/panel/use_custom_font</key>
261
 
      <applyto>/desktop/ibus/panel/use_custom_font</applyto>
262
 
      <owner>ibus</owner>
263
 
      <type>bool</type>
264
 
      <default>false</default>
265
 
      <locale name="C">
266
 
        <short>Use custom font</short>
267
 
            <long>Use custom font name for language panel</long>
268
 
      </locale>
269
 
    </schema>
270
 
    <schema>
271
 
      <key>/schemas/desktop/ibus/panel/custom_font</key>
272
 
      <applyto>/desktop/ibus/panel/custom_font</applyto>
273
 
      <owner>ibus</owner>
274
 
      <type>string</type>
275
 
      <default>Sans 10</default>
276
 
      <locale name="C">
277
 
        <short>Custom font</short>
278
 
            <long>Custom font name for language panel</long>
279
 
      </locale>
280
 
    </schema>
281
 
    <schema>
282
 
      <key>/schemas/desktop/ibus/general/embed_preedit_text</key>
283
 
      <applyto>/desktop/ibus/general/embed_preedit_text</applyto>
284
 
      <owner>ibus</owner>
285
 
      <type>bool</type>
286
 
      <default>true</default>
287
 
      <locale name="C">
288
 
        <short>Embed Preedit Text</short>
289
 
            <long>Embed Preedit Text in Application Window</long>
290
 
      </locale>
291
 
    </schema>
292
 
    <schema>
293
 
      <key>/schemas/desktop/ibus/general/use_global_engine</key>
294
 
      <applyto>/desktop/ibus/general/use_global_engine</applyto>
295
 
      <owner>ibus</owner>
296
 
      <type>bool</type>
297
 
      <default>true</default>
298
 
      <locale name="C">
299
 
        <short>Use global input method</short>
300
 
            <long>Share the same input method among all applications</long>
301
 
      </locale>
302
 
    </schema>
303
 
 
304
 
    <schema>
305
 
      <key>/schemas/desktop/ibus/general/enable_by_default</key>
306
 
      <applyto>/desktop/ibus/general/enable_by_default</applyto>
307
 
      <owner>ibus</owner>
308
 
      <type>bool</type>
309
 
      <default>false</default>
310
 
      <locale name="C">
311
 
        <short>Enable input method by default</short>
312
 
            <long>Enable input method by default when the application gets input
313
 
            focus</long>
314
 
      </locale>
315
 
    </schema>
316
 
 
317
 
    <schema>
318
 
      <key>/schemas/desktop/ibus/general/dconf_preserve_name_prefixes</key>
319
 
      <applyto>/desktop/ibus/general/dconf_preserve_name_prefixes</applyto>
320
 
      <owner>ibus</owner>
321
 
      <type>list</type>
322
 
      <default>[/desktop/ibus/engine/pinyin,/desktop/ibus/engine/bopomofo,/desktop/ibus/engine/hangul]</default>
323
 
      <list_type>string</list_type>
324
 
      <locale name="C">
325
 
        <short>DConf preserve name prefixes</short>
326
 
            <long>Prefixes of DConf keys to stop name conversion</long>
327
 
      </locale>
328
 
    </schema>
329
 
  </schemalist>
330
 
</gconfschemafile>