/usr/share/glib-2.0/schemas/org.gnome.antler.gschema.xml is in caribou-antler 0.4.21-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/antler/" id="org.gnome.antler" gettext-domain="caribou">
<key type="s" name="keyboard-type">
<default>'touch'</default>
<summary>The keyboard geometry Caribou should use</summary>
<description>The keyboard geometry determines the shape and complexity of the keyboard, it could range from a 'natural' look and feel good for composing simple text, to a fullscale keyboard.</description>
</key>
<key type="b" name="use-system">
<default>false</default>
<summary>Use System Theme</summary>
<description/>
</key>
<key type="d" name="min-alpha">
<default>0.20000000000000001</default>
<summary>Minimal opacity of keyboard</summary>
<description/>
</key>
<key type="d" name="max-alpha">
<default>1.0</default>
<summary>Maximal opacity of keyboard</summary>
<description/>
</key>
<key type="i" name="max-distance">
<default>100</default>
<summary>Maximum distance when keyboard is hidden</summary>
<description/>
</key>
</schema>
</schemalist>
|