/usr/share/glib-2.0/schemas/org.mate.peripherals-keyboard.gschema.xml is in mate-desktop-common 1.20.1-2ubuntu1.
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 | <schemalist gettext-domain="mate-desktop">
<enum id="org.mate.peripherals-keyboard.NumLockState">
<value nick="off" value="0"/>
<value nick="on" value="1"/>
<value nick="unknown" value="2"/>
</enum>
<schema id="org.mate.peripherals-keyboard" path="/org/mate/desktop/peripherals/keyboard/">
<key name="repeat" type="b">
<default>true</default>
</key>
<key name="click" type="b">
<default>true</default>
</key>
<key name="rate" type="i">
<default>30</default>
</key>
<key name="delay" type="i">
<default>500</default>
</key>
<key name="click-volume" type="i">
<default>0</default>
</key>
<key name="bell-mode" type="s">
<default>'on'</default>
<description>possible values are "on", "off", and "custom".</description>
</key>
<key name="bell-pitch" type="i">
<default>400</default>
</key>
<key name="bell-duration" type="i">
<default>100</default>
</key>
<key name="bell-custom-file" type="s">
<default>''</default>
<summary>Keyboard Bell Custom Filename</summary>
<description>File name of the bell sound to be played.</description>
</key>
<key name="remember-numlock-state" type="b">
<default>true</default>
<summary>Remember NumLock state</summary>
<description>When set to true, MATE will remember the state of the NumLock LED between sessions.</description>
</key>
<key name="numlock-state" enum="org.mate.peripherals-keyboard.NumLockState">
<default>'unknown'</default>
<summary>NumLock state</summary>
<description>The remembered state of the NumLock LED.</description>
</key>
</schema>
</schemalist>
|