1
<?xml version="1.0" encoding="utf-8"?>
2
<gconfschemafile>
3
  <schemalist>
4
    <schema>
5
      <key>/schemas/meegotouch/inputmethods/plugins/handler/0</key>
6
      <applyto>/meegotouch/inputmethods/plugins/handler/0</applyto>
7
      <owner>meegotouch</owner>
8
      <type>string</type>
9
      <default>MeegoKeyboard</default>
10
      <locale name="C">
11
        <short>Plugin name for onscreen keyboard</short>
12
        <long>Plugin name for onscreen keyboard</long>
13
      </locale>
14
    </schema>
15
16
    <schema>
17
      <key>/schemas/meegotouch/inputmethods/plugins/handler/1</key>
18
      <applyto>/meegotouch/inputmethods/plugins/handler/1</applyto>
19
      <owner>meegotouch</owner>
20
      <type>string</type>
21
      <default>MeegoKeyboard</default>
22
      <locale name="C">
23
        <short>Plugin name for hardware keyboard</short>
24
        <long>Plugin name for hardware keyboard</long>
25
      </locale>
26
    </schema>
27
28
    <schema>
29
      <key>/schemas/meegotouch/inputmethods/accessoryenabled</key>
30
      <applyto>/meegotouch/inputmethods/accessoryenabled</applyto>
31
      <owner>meegotouch</owner>
32
      <type>bool</type>
33
      <default>false</default>
34
      <locale name="C">
35
        <short>Whether input hardware accessory (eg. Bluetooth pen) is enabled.</short>
36
        <long>Whether input hardware accessory (eg. Bluetooth pen) is enabled.</long>
37
      </locale>
38
    </schema>
39
40
    <schema>
41
     <key>/schemas/meegotouch/inputmethods/multitouch/enabled</key>
42
     <applyto>/meegotouch/inputmethods/multitouch/enabled</applyto>
43
     <owner>meegotouch</owner>
44
     <type>bool</type>
45
     <default>ENABLE_MULTITOUCH</default>
46
     <locale name="C">
47
      <short>Whether multitouch is enabled</short>
48
      <long>Whether multitouch is enabled</long>
49
     </locale>
50
    </schema>
51
52
  </schemalist>
53
</gconfschemafile>