This file is indexed.

/usr/share/glib-2.0/schemas/org.compiz.rotate.gschema.xml is in compiz-gnome 1:0.9.11+14.04.20140409-0ubuntu1.

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
<?xml version="1.0"?>
<schemalist>
  <schema id="org.compiz.rotate" gettext-domain="compiz">
    <key type="b" name="edge-flip-pointer">
      <default>false</default>
      <summary>Edge Flip Pointer</summary>
      <description>Flip to next viewport when moving pointer to screen edge</description>
    </key>
    <key type="b" name="edge-flip-window">
      <default>true</default>
      <summary>Edge Flip Move</summary>
      <description>Flip to next viewport when moving window to screen edge</description>
    </key>
    <key type="b" name="edge-flip-dnd">
      <default>true</default>
      <summary>Edge Flip DnD</summary>
      <description>Flip to next viewport when dragging object to screen edge</description>
    </key>
    <key type="b" name="raise-on-rotate">
      <default>false</default>
      <summary>Raise on rotate</summary>
      <description>Raise window when rotating</description>
    </key>
    <key type="b" name="invert-y">
      <default>false</default>
      <summary>Pointer Invert Y</summary>
      <description>Invert Y axis for pointer movement</description>
    </key>
    <key type="b" name="snap-top">
      <default>false</default>
      <summary>Snap To Top Face</summary>
      <description>Snap Cube Rotation to Top Face</description>
    </key>
    <key type="b" name="snap-bottom">
      <default>false</default>
      <summary>Snap To Bottom Face</summary>
      <description>Snap Cube Rotation to Bottom Face</description>
    </key>
    <key type="d" name="zoom">
      <default>0.0</default>
      <summary>Zoom</summary>
      <description>Rotation Zoom (0.0 - 2.0)</description>
    </key>
    <key type="i" name="flip-time">
      <default>350</default>
      <summary>Flip Time</summary>
      <description>Timeout before flipping viewport (0 - 1000)</description>
    </key>
    <key type="d" name="sensitivity">
      <default>1.0</default>
      <summary>Pointer Sensitivity</summary>
      <description>Sensitivity of pointer movement (0.01 - 100.0)</description>
    </key>
    <key type="d" name="acceleration">
      <default>4.0</default>
      <summary>Acceleration</summary>
      <description>Rotation Acceleration (1.0 - 20.0)</description>
    </key>
    <key type="d" name="speed">
      <default>2.0</default>
      <summary>Speed</summary>
      <description>Rotation Speed (0.1 - 50.0)</description>
    </key>
    <key type="d" name="timestep">
      <default>1.0</default>
      <summary>Timestep</summary>
      <description>Rotation Timestep (0.1 - 50.0)</description>
    </key>
    <key type="s" name="initiate-button">
      <default>'&lt;Control&gt;&lt;Alt&gt;Button1'</default>
      <summary>Initiate</summary>
      <description>Start Rotation</description>
    </key>
    <key type="s" name="rotate-left-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;Left'</default>
      <summary>Rotate Left</summary>
      <description>Rotate left</description>
    </key>
    <key type="s" name="rotate-left-button">
      <default>'Disabled'</default>
      <summary>Rotate Left</summary>
      <description>Rotate left</description>
    </key>
    <key type="s" name="rotate-right-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;Right'</default>
      <summary>Rotate Right</summary>
      <description>Rotate right</description>
    </key>
    <key type="s" name="rotate-right-button">
      <default>'Disabled'</default>
      <summary>Rotate Right</summary>
      <description>Rotate right</description>
    </key>
    <key type="s" name="rotate-left-window-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;&lt;Shift&gt;Left'</default>
      <summary>Rotate Left with Window</summary>
      <description>Rotate left and bring active window along</description>
    </key>
    <key type="s" name="rotate-left-window-button">
      <default>'Disabled'</default>
      <summary>Rotate Left with Window</summary>
      <description>Rotate left and bring active window along</description>
    </key>
    <key type="s" name="rotate-right-window-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;&lt;Shift&gt;Right'</default>
      <summary>Rotate Right with Window</summary>
      <description>Rotate right and bring active window along</description>
    </key>
    <key type="s" name="rotate-right-window-button">
      <default>'Disabled'</default>
      <summary>Rotate Right with Window</summary>
      <description>Rotate right and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-key">
      <default>'Disabled'</default>
      <summary>Rotate To</summary>
      <description>Rotate to viewport</description>
    </key>
    <key type="s" name="rotate-window-key">
      <default>'Disabled'</default>
      <summary>Rotate window</summary>
      <description>Rotate with window</description>
    </key>
    <key type="s" name="rotate-flip-left-edge">
      <default>'Left'</default>
      <summary>Rotate Flip Left</summary>
      <description>Flip to left viewport and warp pointer</description>
    </key>
    <key type="s" name="rotate-flip-right-edge">
      <default>'Right'</default>
      <summary>Rotate Flip Right</summary>
      <description>Flip to right viewport and warp pointer</description>
    </key>
    <key type="s" name="rotate-to-1-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 1</summary>
      <description>Rotate to face 1</description>
    </key>
    <key type="s" name="rotate-to-2-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 2</summary>
      <description>Rotate to face 2</description>
    </key>
    <key type="s" name="rotate-to-3-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 3</summary>
      <description>Rotate to face 3</description>
    </key>
    <key type="s" name="rotate-to-4-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 4</summary>
      <description>Rotate to face 4</description>
    </key>
    <key type="s" name="rotate-to-5-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 5</summary>
      <description>Rotate to face 5</description>
    </key>
    <key type="s" name="rotate-to-6-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 6</summary>
      <description>Rotate to face 6</description>
    </key>
    <key type="s" name="rotate-to-7-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 7</summary>
      <description>Rotate to face 7</description>
    </key>
    <key type="s" name="rotate-to-8-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 8</summary>
      <description>Rotate to face 8</description>
    </key>
    <key type="s" name="rotate-to-9-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 9</summary>
      <description>Rotate to face 9</description>
    </key>
    <key type="s" name="rotate-to-10-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 10</summary>
      <description>Rotate to face 10</description>
    </key>
    <key type="s" name="rotate-to-11-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 11</summary>
      <description>Rotate to face 11</description>
    </key>
    <key type="s" name="rotate-to-12-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 12</summary>
      <description>Rotate to face 12</description>
    </key>
    <key type="s" name="rotate-to-1-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 1 with Window</summary>
      <description>Rotate to face 1 and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-2-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 2 with Window</summary>
      <description>Rotate to face 2 and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-3-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 3 with Window</summary>
      <description>Rotate to face 3 and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-4-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 4 with Window</summary>
      <description>Rotate to face 4 and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-5-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 5 with Window</summary>
      <description>Rotate to face 5 and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-6-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 6 with Window</summary>
      <description>Rotate to face 6 and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-7-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 7 with Window</summary>
      <description>Rotate to face 7 and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-8-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 8 with Window</summary>
      <description>Rotate to face 8 and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-9-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 9 with Window</summary>
      <description>Rotate to face 9 and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-10-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 10 with Window</summary>
      <description>Rotate to face 10 and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-11-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 11 with Window</summary>
      <description>Rotate to face 11 and bring active window along</description>
    </key>
    <key type="s" name="rotate-to-12-window-key">
      <default>'Disabled'</default>
      <summary>Rotate To Face 12 with Window</summary>
      <description>Rotate to face 12 and bring active window along</description>
    </key>
  </schema>
</schemalist>