summaryrefslogtreecommitdiff
path: root/data/caribou.schemas
blob: eb6d9f589e304c2b43eed75db3cdb038c2a0bdf4 (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
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/caribou/osk/layout</key>
      <applyto>/apps/caribou/osk/layout</applyto>
      <owner>caribou</owner>
      <type>string</type>
      <default>qwerty.xml</default>
      <locale name="C">
        <short>The layout Caribou should use.</short>
        <long>The layout should be in the data directory of Caribou (usually /usr/share/caribou/keyboards) and should be a .xml or .json file.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/caribou/osk/normal_color</key>
      <applyto>/apps/caribou/osk/normal_color</applyto>
      <owner>caribou</owner>
      <type>string</type>
      <default>grey80</default>
      <locale name="C">
        <short>Color of the keys when there is no event on them</short>
        <long></long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/caribou/osk/mouse_over_color</key>
      <applyto>/apps/caribou/osk/mouse_over_color</applyto>
      <owner>caribou</owner>
      <type>string</type>
      <default>yellow</default>
      <locale name="C">
        <short>Color of the keys when the mouse goes over the key</short>
        <long></long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/caribou/osk/default_colors</key>
      <applyto>/apps/caribou/osk/default_colors</applyto>
      <owner>caribou</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Use the default theme colors</short>
        <long></long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/caribou/osk/key_font</key>
      <applyto>/apps/caribou/osk/keyboard_font</applyto>
      <owner>caribou</owner>
      <type>string</type>
      <default>Sans 12</default>
      <locale name="C">
        <short>Custom font for keyboard</short>
        <long></long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/caribou/osk/default_font</key>
      <applyto>/apps/caribou/osk/default_font</applyto>
      <owner>caribou</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Use the default system font for keyboard</short>
        <long></long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>