/usr/share/glib-2.0/schemas/org.mate.peripherals-keyboard-xkb.gschema.xml is in libmatekbd-common 1.8.0-2.
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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="libmatekbd">
<schema path="/org/mate/desktop/peripherals/keyboard/" id="org.mate.peripherals-keyboard-xkb">
<child schema="org.mate.peripherals-keyboard-xkb.kbd" name="kbd"/>
<child schema="org.mate.peripherals-keyboard-xkb.general" name="general"/>
<child schema="org.mate.peripherals-keyboard-xkb.preview" name="preview"/>
<child schema="org.mate.peripherals-keyboard-xkb.indicator" name="indicator"/>
</schema>
<schema path="/org/mate/desktop/peripherals/keyboard/kbd/" id="org.mate.peripherals-keyboard-xkb.kbd">
<key type="s" name="model">
<default>''</default>
<summary>Keyboard model</summary>
<description>keyboard model</description>
</key>
<key type="as" name="layouts">
<default>[]</default>
<summary>Keyboard layout</summary>
<description>keyboard layout</description>
</key>
<key type="as" name="options">
<default>[]</default>
<summary>Keyboard options</summary>
<description>Keyboard options</description>
</key>
</schema>
<schema path="/org/mate/desktop/peripherals/keyboard/general/" id="org.mate.peripherals-keyboard-xkb.general">
<key type="as" name="update-handlers">
<default>[]</default>
<summary>Keyboard Update Handlers</summary>
<description>A collection of scripts to run whenever the keyboard state is reloaded. Useful for re-applying xmodmap based adjustments</description>
</key>
<key type="as" name="known-file-list">
<default>[]</default>
<summary>modmap file list</summary>
<description>A list of modmap files available in the $HOME directory.</description>
</key>
<key type="i" name="default-group">
<default>-1</default>
<summary>Default group, assigned on window creation</summary>
<description>Default group, assigned on window creation</description>
</key>
<key type="b" name="group-per-window">
<default>true</default>
<summary>Keep and manage separate group per window</summary>
<description>Keep and manage separate group per window</description>
</key>
<key type="b" name="handle-indicators">
<default>false</default>
<summary>Save/restore indicators together with layout groups</summary>
<description>Save/restore indicators together with layout groups</description>
</key>
<key type="b" name="layout-names-as-group-names">
<default>true</default>
<summary>Show layout names instead of group names</summary>
<description>Show layout names instead of group names (only for versions of XFree supporting multiple layouts)</description>
</key>
<key type="b" name="load-extra-items">
<default>false</default>
<summary>Load extra configuration items</summary>
<description>Load exotic, rarely used layouts and options</description>
</key>
<key type="b" name="disable-sysconfig-changed-warning">
<default>false</default>
<summary>Suppress the "X sysconfig changed" warning message</summary>
<description>Suppress the "X sysconfig changed" warning message</description>
</key>
<key type="b" name="disable-indicator">
<default>false</default>
<summary>Allow to disable the keyboard indicator tray icon</summary>
<description>Allow to disable the keyboard indicator tray icon</description>
</key>
<key type="b" name="duplicate-leds">
<default>false</default>
<summary>Show keyboard leds indicator</summary>
<description>Show keyboard leds indicator</description>
</key>
</schema>
<schema path="/org/mate/desktop/peripherals/keyboard/preview/" id="org.mate.peripherals-keyboard-xkb.preview">
<key type="i" name="x">
<default>-1</default>
<summary>The Keyboard Preview, X offset</summary>
<description>The Keyboard Preview, X offset</description>
</key>
<key type="i" name="y">
<default>-1</default>
<summary>The Keyboard Preview, Y offset</summary>
<description>The Keyboard Preview, Y offset</description>
</key>
<key type="i" name="width">
<default>-1</default>
<summary>The Keyboard Preview, width</summary>
<description>The Keyboard Preview, width</description>
</key>
<key type="i" name="height">
<default>-1</default>
<summary>The Keyboard Preview, height</summary>
<description>The Keyboard Preview, height</description>
</key>
</schema>
<schema path="/org/mate/desktop/peripherals/keyboard/indicator/" id="org.mate.peripherals-keyboard-xkb.indicator">
<key type="i" name="secondary">
<default>0</default>
<summary>Secondary groups</summary>
<description>Secondary groups</description>
</key>
<key type="b" name="show-flags">
<default>false</default>
</key>
<key type="s" name="font-family">
<default>''</default>
<summary>The font</summary>
<description>The font for the layout indicator. This should be in "[FAMILY-LIST] [STYLE-OPTIONS] [SIZE]" format.</description>
</key>
<key type="s" name="foreground-color">
<default>''</default>
<summary>The foreground color</summary>
<description>The foreground color for the layout indicator. This should be in "R G B" format, for example "255 0 0".</description>
</key>
<key type="s" name="background-color">
<default>''</default>
<summary>The background color</summary>
<description>The background color for the layout indicator. This should be in "R G B" format, for example "255 0 0".</description>
</key>
</schema>
</schemalist>
|