This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.media-keys.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
 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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/mate/settings-daemon/plugins/media-keys/" id="org.mate.SettingsDaemon.plugins.media-keys" gettext-domain="mate-settings-daemon">
    <key type="b" name="active">
      <default>true</default>
      <summary>Activation of this plugin</summary>
      <description>Whether this plugin would be activated by mate-settings-daemon or not</description>
    </key>
    <key type="i" name="priority">
      <default>98</default>
      <summary>Priority to use for this plugin</summary>
      <description>Priority to use for this plugin in mate-settings-daemon startup queue</description>
    </key>
    <key type="i" name="volume-step">
      <default>6</default>
      <summary>Volume step</summary>
      <description>Volume step as percentage of volume.</description>
    </key>
    <key type="s" name="touchpad">
      <default>'XF86TouchpadToggle'</default>
      <summary>Toggle touchpad</summary>
      <description>Binding to enable or disable the touchpad.</description>
    </key>
    <key type="s" name="volume-mute">
      <default>'XF86AudioMute'</default>
      <summary>Volume mute</summary>
      <description>Binding to mute the system volume.</description>
    </key>
    <key type="s" name="volume-down">
      <default>'XF86AudioLowerVolume'</default>
      <summary>Volume down</summary>
      <description>Binding to lower the system volume.</description>
    </key>
    <key type="s" name="volume-up">
      <default>'XF86AudioRaiseVolume'</default>
      <summary>Volume up</summary>
      <description>Binding to raise the system volume.</description>
    </key>
    <key type="s" name="power">
      <default>'&lt;Control&gt;&lt;Alt&gt;Delete'</default>
      <summary>Log out</summary>
      <description>Binding to log out.</description>
    </key>
    <key type="s" name="eject">
      <default>'XF86Eject'</default>
      <summary>Eject</summary>
      <description>Binding to eject an optical disc.</description>
    </key>
    <key type="s" name="home">
      <default>'XF86Explorer'</default>
      <summary>Home folder</summary>
      <description>Binding to open the Home folder.</description>
    </key>
    <key type="s" name="search">
      <default>'XF86Search'</default>
      <summary>Search</summary>
      <description>Binding to launch the search tool.</description>
    </key>
    <key type="s" name="email">
      <default>'XF86Mail'</default>
      <summary>Launch email client</summary>
      <description>Binding to launch the email client.</description>
    </key>
    <key type="s" name="screensaver">
      <default>'&lt;Control&gt;&lt;Alt&gt;l'</default>
      <summary>Lock screen</summary>
      <description>Binding to lock the screen.</description>
    </key>
    <key type="s" name="help">
      <default>''</default>
      <summary>Launch help browser</summary>
      <description>Binding to launch the help browser.</description>
    </key>
    <key type="s" name="calculator">
      <default>'XF86Calculator'</default>
      <summary>Launch calculator</summary>
      <description>Binding to launch the calculator.</description>
    </key>
    <key type="s" name="www">
      <default>'XF86WWW'</default>
      <summary>Launch web browser</summary>
      <description>Binding to launch the web browser.</description>
    </key>
    <key type="s" name="media">
      <default>'XF86AudioMedia'</default>
      <summary>Launch media player</summary>
      <description>Binding to launch the media player.</description>
    </key>
    <key type="s" name="play">
      <default>'XF86AudioPlay'</default>
      <summary>Play (or play/pause)</summary>
      <description>Binding to start playback (or toggle play/pause).</description>
    </key>
    <key type="s" name="pause">
      <default>'XF86AudioPause'</default>
      <summary>Pause playback</summary>
      <description>Binding to pause playback.</description>
    </key>
    <key type="s" name="stop">
      <default>'XF86AudioStop'</default>
      <summary>Stop playback</summary>
      <description>Binding to stop playback.</description>
    </key>
    <key type="s" name="previous">
      <default>'XF86AudioPrev'</default>
      <summary>Previous track</summary>
      <description>Binding to skip to previous track.</description>
    </key>
    <key type="s" name="next">
      <default>'XF86AudioNext'</default>
      <summary>Next track</summary>
      <description>Binding to skip to next track.</description>
    </key>
  </schema>
</schemalist>