summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaniel Baeyens <dbaeyens@warp.es>2010-06-20 15:32:43 +0200
committerEitan Isaacson <eitan@monotonous.org>2010-07-12 10:53:08 -0700
commit18755bdb997dd86e9812f71c8876ff8b34ff0c8d (patch)
tree75fb13ae7b35520ab047a4f4a493662625ee9059 /data
parentabf7025898acba9bf74fd3b4a1c08ff551bbe89a (diff)
downloadcaribou-18755bdb997dd86e9812f71c8876ff8b34ff0c8d.tar.gz
Added schema entry for key colors
https://bugzilla.gnome.org/show_bug.cgi?id=622246
Diffstat (limited to 'data')
-rw-r--r--data/caribou.schemas24
1 files changed, 23 insertions, 1 deletions
diff --git a/data/caribou.schemas b/data/caribou.schemas
index d19b1a6..9e0566d 100644
--- a/data/caribou.schemas
+++ b/data/caribou.schemas
@@ -11,5 +11,27 @@
<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>
</schemalist>
-</gconfschemafile> \ No newline at end of file
+</gconfschemafile>