This file is indexed.

/usr/share/glib-2.0/schemas/org.cinnamon.desktop.keybindings.media-keys.gschema.xml is in cinnamon-desktop-data 3.2.4-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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/cinnamon/desktop/keybindings/media-keys/" id="org.cinnamon.desktop.keybindings.media-keys" gettext-domain="cinnamon-desktop">
    <key type="as" name="calculator">
      <default>['XF86Calculator']</default>
      <summary>Launch calculator</summary>
      <description>Binding to launch the calculator.</description>
    </key>
    <key type="as" name="email">
      <default>['XF86Mail']</default>
      <summary>Launch email client</summary>
      <description>Binding to launch the email client.</description>
    </key>
    <key type="as" name="eject">
      <default>['XF86Eject']</default>
      <summary>Eject</summary>
      <description>Binding to eject an optical disc.</description>
    </key>
    <key type="as" name="help">
      <default>['']</default>
      <summary>Launch help browser</summary>
      <description>Binding to launch the help browser.</description>
    </key>
    <key type="as" name="home">
      <default>['&lt;Super&gt;e', 'XF86Explorer']</default>
      <summary>Home folder</summary>
      <description>Binding to open the Home folder.</description>
    </key>
    <key type="as" name="media">
      <default>['XF86AudioMedia']</default>
      <summary>Launch media player</summary>
      <description>Binding to launch the media player.</description>
    </key>
    <key type="as" name="next">
      <default>['XF86AudioNext']</default>
      <summary>Next track</summary>
      <description>Binding to skip to next track.</description>
    </key>
    <key type="as" name="pause">
      <default>['XF86AudioPause']</default>
      <summary>Pause playback</summary>
      <description>Binding to pause playback.</description>
    </key>
    <key type="as" name="play">
      <default>['XF86AudioPlay']</default>
      <summary>Play (or play/pause)</summary>
      <description>Binding to start playback (or toggle play/pause).</description>
    </key>
    <key type="as" name="logout">
      <default>['&lt;Control&gt;&lt;Alt&gt;Delete']</default>
      <summary>Log out</summary>
      <description>Binding to log out.</description>
    </key>
    <key type="as" name="shutdown">
      <default>['&lt;Control&gt;&lt;Alt&gt;End', 'XF86PowerOff']</default>
      <summary>Shut down the computer</summary>
      <description>Binding to shut down.</description>
    </key>
    <key type="as" name="restart-cinnamon">
      <default>['&lt;Control&gt;&lt;Alt&gt;Escape']</default>
      <summary>Restart Cinnamon</summary>
      <description>Binding to restart Cinnamon.</description>
    </key>
    <key type="as" name="previous">
      <default>['XF86AudioPrev']</default>
      <summary>Previous track</summary>
      <description>Binding to skip to previous track.</description>
    </key>
    <key type="as" name="screensaver">
      <default>['&lt;Control&gt;&lt;Alt&gt;l','XF86ScreenSaver']</default>
      <summary>Lock screen</summary>
      <description>Binding to lock the screen.</description>
    </key>
    <key type="as" name="search">
      <default>['XF86Search']</default>
      <summary>Search</summary>
      <description>Binding to launch the search tool.</description>
    </key>
    <key type="as" name="stop">
      <default>['XF86AudioStop']</default>
      <summary>Stop playback</summary>
      <description>Binding to stop playback.</description>
    </key>
    <key type="as" name="volume-down">
      <default>['XF86AudioLowerVolume']</default>
      <summary>Volume down</summary>
      <description>Binding to lower the system volume.</description>
    </key>
    <key type="as" name="volume-mute">
      <default>['XF86AudioMute']</default>
      <summary>Volume mute</summary>
      <description>Binding to mute the system volume.</description>
    </key>
    <key type="as" name="volume-up">
      <default>['XF86AudioRaiseVolume']</default>
      <summary>Volume up</summary>
      <description>Binding to raise the system volume.</description>
    </key>
    <key type="as" name="mic-mute">
      <default>['XF86AudioMicMute']</default>
      <summary>Mic mute</summary>
      <description>Binding to mute the system microphone.</description>
    </key>
    <key type="as" name="screenshot">
      <default>['Print']</default>
      <summary>Take a screenshot</summary>
      <description>Binding to take a screenshot.</description>
    </key>
    <key type="as" name="window-screenshot">
      <default>['&lt;Alt&gt;Print']</default>
      <summary>Take a screenshot of a window</summary>
      <description>Binding to take a screenshot of a window.</description>
    </key>
    <key type="as" name="area-screenshot">
      <default>['&lt;Shift&gt;Print']</default>
      <summary>Take a screenshot of an area</summary>
      <description>Binding to take a screenshot of an area.</description>
    </key>
    <key type="as" name="screenshot-clip">
      <default>['&lt;Control&gt;Print']</default>
      <summary>Copy a screenshot to clipboard</summary>
      <description>Binding to copy a screenshot to clipboard.</description>
    </key>
    <key type="as" name="window-screenshot-clip">
      <default>['&lt;Control&gt;&lt;Alt&gt;Print']</default>
      <summary>Copy a screenshot of a window to clipboard</summary>
      <description>Binding to copy a screenshot of a window to clipboard.</description>
    </key>
    <key type="as" name="area-screenshot-clip">
      <default>['&lt;Control&gt;&lt;Shift&gt;Print']</default>
      <summary>Copy a screenshot of an area to clipboard</summary>
      <description>Binding to copy a screenshot of an area to clipboard.</description>
    </key>
    <key type="as" name="terminal">
      <default>['&lt;Primary&gt;&lt;Alt&gt;t']</default>
      <summary>Launch terminal</summary>
      <description>Binding to launch the terminal.</description>
    </key>
    <key type="as" name="www">
      <default>['XF86WWW']</default>
      <summary>Launch web browser</summary>
      <description>Binding to launch the web browser.</description>
    </key>
    <key type="as" name="screenreader">
      <default>['']</default>
      <summary>Toggle screen reader</summary>
      <description>Binding to start the screen reader</description>
    </key>
    <key type="as" name="on-screen-keyboard">
      <default>['']</default>
      <summary>Toggle on-screen keyboard</summary>
      <description>Binding to show the on-screen keyboard</description>
    </key>
    <key type="as" name="increase-text-size">
      <default>['']</default>
      <summary>Increase text size</summary>
      <description>Binding to increase the text size</description>
    </key>
    <key type="as" name="decrease-text-size">
      <default>['']</default>
      <summary>Decrease text size</summary>
      <description>Binding to decrease the text size</description>
    </key>
    <key type="as" name="toggle-contrast">
      <default>['']</default>
      <summary>Toggle contrast</summary>
      <description>Binding to toggle the interface contrast</description>
    </key>
    <key type="as" name="touchpad-toggle">
      <default>['XF86TouchpadToggle']</default>
      <summary>Toggle the touchpad on and off</summary>
      <description>Toggle the touchpad on and off</description>
    </key>
    <key type="as" name="touchpad-on">
      <default>['XF86TouchpadOn']</default>
      <summary>Turn the touchpad on</summary>
      <description>Turn the touchpad on</description>
    </key>
    <key type="as" name="touchpad-off">
      <default>['XF86TouchpadOff']</default>
      <summary>Turn the touchpad off</summary>
      <description>Turn the touchpad off</description>
    </key>
    <key type="as" name="mute-quiet">
      <default>['XF86AudioMute']</default>
      <summary>Mute the audio quietly</summary>
      <description>Mute the audio quietly</description>
    </key>
    <key type="as" name="volume-up-quiet">
      <default>['&lt;Alt&gt;XF86AudioRaiseVolume']</default>
      <summary>Turn the volume up quietly</summary>
      <description>Turn the volume up quietly</description>
    </key>
    <key type="as" name="volume-down-quiet">
      <default>['&lt;Alt&gt;XF86AudioLowerVolume']</default>
      <summary>Turn the volume down quietly</summary>
      <description>Turn the volume down quietly</description>
    </key>
    <key type="as" name="audio-rewind">
      <default>['XF86AudioRewind']</default>
      <summary>Rewind the currently playing stream</summary>
      <description>Rewind the currently playing stream</description>
    </key>
    <key type="as" name="audio-forward">
      <default>['XF86AudioForward']</default>
      <summary>Fast-forward the currently playing stream</summary>
      <description>Fast-forward the currently playing stream</description>
    </key>
    <key type="as" name="audio-repeat">
      <default>['XF86AudioRepeat']</default>
      <summary>Toggle audio repeat modes</summary>
      <description>Toggle audio repeat modes</description>
    </key>
    <key type="as" name="audio-random">
      <default>['XF86AudioRandomPlay']</default>
      <summary>Choose an audio track at random</summary>
      <description>Choose an audio track at random</description>
    </key>
    <key type="as" name="video-outputs">
      <default>['&lt;Super&gt;p', 'XF86Display']</default>
      <summary>Re-detect display devices</summary>
      <description>Re-detect display devices</description>
    </key>
    <key type="as" name="video-rotation">
      <default>['XF86RotateWindows']</default>
      <summary>Rotate display</summary>
      <description>Rotate display</description>
    </key>
    <key type="as" name="video-rotation-lock">
      <default>['&lt;Super&gt;o']</default>
      <summary>Orientation Lock</summary>
      <description>Orientation Lock</description>
    </key>
    <key type="as" name="suspend">
      <default>['XF86Sleep']</default>
      <summary>Suspend the system</summary>
      <description>Suspend the system</description>
    </key>
    <key type="as" name="hibernate">
      <default>['XF86Suspend', 'XF86Hibernate']</default>
      <summary>Hibernate the system</summary>
      <description>Hibernate the system</description>
    </key>
    <key type="as" name="screen-brightness-up">
      <default>['XF86MonBrightnessUp']</default>
      <summary>Increase display brightness</summary>
      <description>Increase display brightness</description>
    </key>
    <key type="as" name="screen-brightness-down">
      <default>['XF86MonBrightnessDown']</default>
      <summary>Decrease display brightness</summary>
      <description>Decrease display brightness</description>
    </key>
    <key type="as" name="kbd-brightness-up">
      <default>['XF86KbdBrightnessUp']</default>
      <summary>Increase keyboard backlight brightness</summary>
      <description>Increase keyboard backlight brightness</description>
    </key>
    <key type="as" name="kbd-brightness-down">
      <default>['XF86KbdBrightnessDown']</default>
      <summary>Decrease keyboard backlight brightness</summary>
      <description>Decrease keyboard backlight brightness</description>
    </key>
    <key type="as" name="kbd-brightness-toggle">
      <default>['XF86KbdLightOnOff']</default>
      <summary>Toggle keyboard backlight</summary>
      <description>Toggle keyboard backlight</description>
    </key>
    <key type="as" name="battery">
      <default>['XF86Battery']</default>
      <summary>Display battery status</summary>
      <description>Display battery status</description>
    </key>
  </schema>
</schemalist>