/usr/share/glib-2.0/schemas/org.gnome.caribou.gschema.xml is in caribou 0.4.20-1.
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/caribou/" id="org.gnome.caribou" gettext-domain="caribou">
<key type="b" name="scan-enabled">
<default>false</default>
<summary>Enable switch scanning</summary>
<description/>
</key>
<key type="i" name="scan-grouping">
<default>1</default>
<summary>Scanning type, subgroups, rows or linear</summary>
<description/>
</key>
<key type="d" name="step-time">
<default>1.0</default>
<summary>Time between key transitions</summary>
<description/>
</key>
<key type="b" name="inverse-scanning">
<default>false</default>
<summary>Step with the switch, activate by dwelling</summary>
<description/>
</key>
<key type="b" name="autorestart">
<default>false</default>
<summary>Automatically restart scanning after item activation</summary>
<description/>
</key>
<key type="i" name="scan-cycles">
<default>1</default>
<summary/>
<description/>
</key>
<key type="s" name="switch-device">
<default>'keyboard'</default>
<summary>Switch device, keyboard or mouse</summary>
<description/>
</key>
<key type="s" name="keyboard-key">
<default>'space'</default>
<summary>Key to use with scanning mode</summary>
<description/>
</key>
<key type="i" name="mouse-button">
<default>2</default>
<summary>Mouse button to use in the scanning mode</summary>
<description/>
</key>
</schema>
</schemalist>
|