1
<gconfschemafile>
2
  <schemalist>
3
    <schema>
4
      <key>/schemas/apps/osso/inputmethod/hildon-im-languages/language-1</key>
5
      <applyto>/apps/osso/inputmethod/hildon-im-languages/language-1</applyto>
6
      <owner>hildon-input-method</owner>
7
      <type>string</type>
8
      <default></default>
9
      <locale name="C">
10
        <short>Second Language</short>
11
        <long>The language the user will mostly likely to use to input.</long>
12
      </locale>
13
    </schema>
14
15
    <schema>
16
      <key>/schemas/apps/osso/inputmethod/input_method_plugin</key>
17
      <applyto>/apps/osso/inputmethod/input_method_plugin</applyto>
18
      <owner>hildon-input-method</owner>
19
      <type>string</type>
20
      <default>hildon_keyboard_assistant</default>
21
      <locale name="C">
22
        <short>Current input method</short>
23
        <long>ID of the selected input method.</long>
24
      </locale>
25
    </schema>
26
27
    <schema>
28
      <key>/schemas/apps/osso/inputmethod/hildon-im-languages/current</key>
29
      <applyto>/apps/osso/inputmethod/hildon-im-languages/current</applyto>
30
      <owner>hildon-input-method</owner>
31
      <type>int</type>
32
      <default>0</default>
33
      <locale name="C">
34
        <short>Current Language Index</short>
35
        <long>Index to the current language</long>
36
      </locale>
37
    </schema>
38
39
    <schema>
40
      <key>/schemas/apps/osso/inputmethod/use_finger_kb</key>
41
      <applyto>/apps/osso/inputmethod/use_finger_kb</applyto>
42
      <owner>hildon-input-method</owner>
43
      <type>bool</type>
44
      <default>false</default>
45
      <locale name="C">
46
        <short>Use virtual Finger Keyboard</short>
47
        <long>This feature enables/disables the use of the Finger Keyboard</long>
48
      </locale>
49
    </schema>
50
51
   <schema>
52
     <key>/schemas/apps/osso/inputmethod/hildon-im-languages/list</key>
53
     <applyto>/apps/osso/inputmethod/hildon-im-languages/list</applyto>
54
     <owner>hildon-input-method</owner>
55
     <type>list</type>
56
     <list_type>string</list_type>
57
     <default>[]</default>
58
     <locale name="C">
59
       <short>Available Languages</short>
60
       <long>Available languages.</long>
61
     </locale>
62
   </schema>
63
  </schemalist>
64
</gconfschemafile>