This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.keybindings.gschema.xml is in mate-settings-daemon-gstreamer 1.8.2-4.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="mate-settings-daemon">
  <schema path="/org/mate/desktop/keybindings/" id="org.mate.keybindings">
    <child schema="org.mate.keybindings.magnifier" name="magnifier"/>
    <child schema="org.mate.keybindings.screenreader" name="screenreader"/>
    <child schema="org.mate.keybindings.onscreenkeyboard" name="onscreenkeyboard"/>
  </schema>
  <schema path="/org/mate/desktop/keybindings/magnifier/" id="org.mate.keybindings.magnifier">
    <key type="s" name="binding">
      <default>''</default>
      <summary>Toggle magnifier</summary>
      <description>Binding to toggle the magnifier.</description>
    </key>
    <key type="s" name="name">
      <default l10n="messages" context="name">'Toggle magnifier'</default>
      <summary>The name of the keyboard shortcut to toggle the magnifier</summary>
      <description>This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog.</description>
    </key>
    <key type="s" name="action">
      <default>'mate-gsettings-toggle screen-keyboard-enabled'</default>
      <summary>Toggle magnifier</summary>
      <description>Command used to turn the magnifier on or off.</description>
    </key>
  </schema>
  <schema path="/org/mate/desktop/keybindings/screenreader/" id="org.mate.keybindings.screenreader">
    <key type="s" name="binding">
      <default>''</default>
      <summary>Toggle screen reader</summary>
      <description>Binding to toggle the screen reader.</description>
    </key>
    <key type="s" name="name">
      <default l10n="messages" context="name">'Toggle screen reader'</default>
      <summary>The name of the keyboard shortcut to toggle the screen reader</summary>
      <description>This is the name of the keyboard shortcut to toggle the screen reader. This name will be shown in the keyboard shortcut preferences dialog.</description>
    </key>
    <key type="s" name="action">
      <default>'mate-gsettings-toggle screen-reader-enabled'</default>
      <summary>Toggle screen reader</summary>
      <description>Command used to turn the screen reader on or off.</description>
    </key>
  </schema>
  <schema path="/org/mate/desktop/keybindings/onscreenkeyboard/" id="org.mate.keybindings.onscreenkeyboard">
    <key type="s" name="name">
      <default l10n="messages" context="name">'Toggle on-screen keyboard'</default>
      <summary>The name of the keyboard shortcut to toggle the on-screen keyboard</summary>
      <description>This is the name of the keyboard shortcut to toggle the on-screen keyboard. This name will be shown in the keyboard shortcut preferences dialog.</description>
    </key>
    <key type="s" name="binding">
      <default>''</default>
      <summary>Toggle on-screen keyboard</summary>
      <description>Binding to toggle the on-screen keyboard.</description>
    </key>
    <key type="s" name="action">
      <default>'mate-gsettings-toggle screen-keyboard-enabled'</default>
      <summary>Toggle on-screen keyboard</summary>
      <description>Command used to turn the on-screen keyboard on or off.</description>
    </key>
  </schema>
</schemalist>