This file is indexed.

/usr/share/glib-2.0/schemas/onboard.gschema.xml is in onboard 0.97.0-0ubuntu3.

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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
<schemalist>
    <schema id="apps.onboard" path="/apps/onboard/">
        <key name="schema-version" type="s">
            <default>""</default>
            <summary>Schema version</summary>
            <description>Version of this configuration schema. Set on first start.</description>
        </key>
        <key name="use-system-defaults" type="b">
            <default>true</default>
            <summary>Use system defaults</summary>
            <description>If true, get configuration from system defaults first. This flag will be reset on first start.</description>
        </key>
        <key name="layout" type="s">
            <default>''</default>
            <summary>Layout filename</summary>
            <description>Name of the file or basename of the current layout.</description>
        </key>
        <key name="theme" type="s">
            <default>''</default>
            <summary>Theme filename</summary>
            <description>Name of the file or basename of the current theme.</description>
        </key>
        <key name="system-theme-tracking-enabled" type="b">
            <default>true</default>
            <summary>Track changes of the current GTK-theme.</summary>
            <description>Switch onboard themes of matching basenames in sync with the current GTK-theme.</description>
        </key>
        <key name="system-theme-associations" type="a{ss}">
            <default>{'HighContrast' : 'HighContrast', 'HighContrastInverse' : 'HighContrastInverse', 'LowContrast' : 'LowContrast'}</default>
            <summary>System theme associations</summary>
            <description>List of encountered system themes (GTK-themes) and the Onboard themes they are linked to.</description>
        </key>
        <key name="show-status-icon" type="b">
            <default>true</default>
            <summary>Show status icon instead of the classic minimize.</summary>
            <description>Display an icon in the notification area to hide and show onboard.</description>
        </key>
        <key name="start-minimized" type="b">
            <default>false</default>
            <summary>Start onboard with a minimized window.</summary>
            <description>Do not display the onboard window on start; start onboard minimized.</description>
        </key>
        <key name="xembed-onboard" type="b">
            <default>false</default>
            <summary>Show onboard when unlocking the screen.</summary>
            <description>Make onboard appear in conjunction to the dialog to unlock the screen.</description>
        </key>
        <key name="show-tooltips" type="b">
            <default>true</default>
            <summary>Show tooltips.</summary>
            <description>Show tooltips for certain buttons of the keyboard.</description>
        </key>
        <key name="snippets" type="as">
            <default>[ '0:Onboard\\nHome:https\\://launchpad.net/onboard', '1:Example:Create your macros here.' ]</default>
            <summary>Label and text for the snippet keys</summary>
            <description>Define labels and text lines for the snippet keys in the format index:label:text Allowed escape sequences are "\n" for newline, "\:" for a colon and "\\"  for a backslash.</description>
        </key>
        <key name="key-label-font" type="s">
            <default>''</default>
            <summary>Default font of key labels</summary>
            <description>Default font of key labels. Applies to all themes which don't specify their font.'</description>
        </key>
        <key name="key-label-overrides" type="as">
            <default>[]</default>
            <summary>Default key label overrides</summary>
            <description>Optional key labels and and size groups that override the layouts labels. Merged with current themes key_label_overrides. Format: ["key_id:label:group",...]. Colons and backslashes have to be escaped as "\:" and "\\".</description>
        </key>
        <key name="current-settings-page" type="i">
            <default>0</default>
            <summary>Current settings page</summary>
            <description>Current tab page of onboard-settings.</description>
        </key>
        <child name="auto-show" schema="apps.onboard.auto-show" />
        <child name="keyboard" schema="apps.onboard.keyboard" />
        <child name="window" schema="apps.onboard.window" />
        <child name="icon-palette" schema="apps.onboard.icon-palette" />
        <child name="universal-access" schema="apps.onboard.universal-access" />
        <child name="theme-settings" schema="apps.onboard.theme-settings" />
        <child name="lockdown" schema="apps.onboard.lockdown" />
        <child name="scanner" schema="apps.onboard.scanner" />
    </schema>

    <schema id="apps.onboard.auto-show" path="/apps/onboard/auto-show/">
        <key name="enabled" type="b">
            <default>false</default>
            <summary>Auto-show enabled</summary>
            <description>Auto-show Onboard for editable widgets. Requires gnome-accessibility (at-spi2).</description>
        </key>
        <key name="widget-clearance" type="(dddd)">
            <default>(25.0, 55.0, 25.0, 40.0)</default>
            <summary>Widget clearance</summary>
            <description>Border to leave unoccluded around a focused text widget (left, top, right, bottom).</description>
        </key>
    </schema>

    <schema id="apps.onboard.keyboard" path="/apps/onboard/keyboard/">
        <key name="show-click-buttons" type="b">
            <default>false</default>
            <summary>Show click buttons</summary>
            <description>Show mouse click buttons.</description>
        </key>
        <key name="sticky-key-release-delay" type="d">
            <default>0.0</default>
            <summary>Auto-release sticky keys</summary>
            <description>Time of inactivity in seconds until latched and locked modifiers and layer keys are released automatically. Leave at 0.0 to never automatically release them.</description>
        </key>
        <key name='sticky-key-behavior' type='a{ss}'>
            <default>{'all' : 'cycle'}</default>
            <summary>Behavior of sticky keys</summary>
            <description>Controls the behavior of sticky keys, e.g. modifier and layer keys.
Groups of keys or single keys may be assigned individual behaviors.
Valid groups are 'all', 'modifiers' and 'layers'. Individual keys may be specified by their ids defined in the .layout files.
Valid behaviors are: 'cycle' (default), 'dblclick', 'latch', and 'lock'.
            </description>
        </key>
    </schema>

    <schema id="apps.onboard.window" path="/apps/onboard/window/">
        <key name="window-state-sticky" type="b">
            <default>true</default>
            <summary>Always on visible workspace</summary>
            <description>Show keyboard and icon palette always on visible workspace.</description>
        </key>
        <key name="window-decoration" type="b">
            <default>false</default>
            <summary>Window decoration</summary>
            <description>Show window title bar and frame.</description>
        </key>
        <key name="force-to-top" type="b">
            <default>false</default>
            <summary>Force window to top</summary>
            <description>Use window type hint 'DOCK' for Onboards main window. This allows Onboard to type into Unity dash.</description>
        </key>
        <key name="keep-aspect-ratio" type="b">
            <default>false</default>
            <summary>Keep the window's aspect ratio'</summary>
            <description>Constrain the size of the main window to the layout's aspect ratio.</description>
        </key>
        <key name="transparent-background" type="b">
            <default>false</default>
            <summary>Transparent window background</summary>
            <description>Makes the background of the keyboard fully transparent.</description>
        </key>
        <key name="transparency" type="d">
            <default>0.0</default>
            <summary>Window transparency</summary>
            <description>Transparency of the keyboard window.</description>
        </key>
        <key name="background-transparency" type="d">
            <default>10</default>
            <summary>Background transparency</summary>
            <description>Transparency of the background of the keyboard window.</description>
        </key>
        <key name="enable-inactive-transparency" type="b">
            <default>false</default>
            <summary>Inactive transparency change enabled</summary>
            <description>Change transparency on inactivity.</description>
        </key>
        <key name="inactive-transparency" type="d">
            <default>50.0</default>
            <summary>Inactive window transparency</summary>
            <description>Transparency after leaving onboards window.</description>
        </key>
        <key name="inactive-transparency-delay" type="d">
            <default>1.0</default>
            <summary>Inactive transparency delay</summary>
            <description>Delay in seconds from leaving Onboards window until the inactive transparency takes effect.</description>
        </key>
        <key name="resize-handles" type="s">
            <default>"E SE S SW W NW N NE"</default>
            <summary>Resize handles</summary>
            <description>Active resize handles, space separated.</description>
        </key>

        <child name="landscape" schema="apps.onboard.window.landscape"/>
        <child name="portrait" schema="apps.onboard.window.portrait"/>
    </schema>

    <schema id="apps.onboard.window.landscape" path="/apps/onboard/window/landscape/">
        <key name="x" type="i">
            <default>100</default>
            <summary>X position of the keyboard</summary>
            <description>Horizontal position of the keyboard window.</description>
        </key>
        <key name="y" type="i">
            <default>50</default>
            <summary>Y position of the keyboard</summary>
            <description>Vertical position of the keyboard window.</description>
        </key>
        <key name="width" type="i">
            <default>600</default>
            <summary>Window width</summary>
            <description>Width of the keyboard window.</description>
        </key>
        <key name="height" type="i">
            <default>200</default>
            <summary>Window height</summary>
            <description>Height of the keyboard window..</description>
        </key>
    </schema>

    <schema id="apps.onboard.window.portrait" path="/apps/onboard/window/portrait/">
        <key name="x" type="i">
            <default>100</default>
            <summary>X position of the keyboard</summary>
            <description>Horizontal position of the keyboard window.</description>
        </key>
        <key name="y" type="i">
            <default>50</default>
            <summary>Y position of the keyboard</summary>
            <description>Vertical position of the keyboard window.</description>
        </key>
        <key name="width" type="i">
            <default>600</default>
            <summary>Window width</summary>
            <description>Width of the keyboard window.</description>
        </key>
        <key name="height" type="i">
            <default>200</default>
            <summary>Window height</summary>
            <description>Height of the keyboard window..</description>
        </key>
    </schema>

    <schema id="apps.onboard.icon-palette" path="/apps/onboard/icon-palette/">
        <key name="in-use" type="b">
            <default>false</default>
            <summary>Show icon palette when onboard is minimized.</summary>
            <description>Display a floating icon when onboard is minimized. By clicking on it, onboard reappears.</description>
        </key>
        <key name="resize-handles" type="s">
            <default>"E SE S SW W NW N NE"</default>
            <summary>Resize handles</summary>
            <description>Active resize handles, space separated.</description>
        </key>
        <child name="landscape" schema="apps.onboard.icon-palette.landscape"/>
        <child name="portrait" schema="apps.onboard.icon-palette.portrait"/>
    </schema>

    <schema id="apps.onboard.icon-palette.landscape" path="/apps/onboard/icon-palette/landscape/">
        <key name="x" type="i">
            <default>100</default>
            <summary>Horizontal position of the icon palette.</summary>
            <description>Horizontal position of the icon palette on the screen.</description>
        </key>
        <key name="y" type="i">
            <default>50</default>
            <summary>Vertical position of the icon palette.</summary>
            <description>Vertical position of the icon palette on the screen.</description>
        </key>
        <key name="width" type="i">
            <default>64</default>
            <summary>Width of the icon palette.</summary>
            <description>Horizontal size in pixel of the icon palette.</description>
        </key>
        <key name="height" type="i">
            <default>64</default>
            <summary>Height of the icon palette.</summary>
            <description>Vertical size in pixel of the icon palette.</description>
        </key>
    </schema>

    <schema id="apps.onboard.icon-palette.portrait" path="/apps/onboard/icon-palette/portrait/">
        <key name="x" type="i">
            <default>100</default>
            <summary>Horizontal position of the icon palette.</summary>
            <description>Horizontal position of the icon palette on the screen.</description>
        </key>
        <key name="y" type="i">
            <default>50</default>
            <summary>Vertical position of the icon palette.</summary>
            <description>Vertical position of the icon palette on the screen.</description>
        </key>
        <key name="width" type="i">
            <default>64</default>
            <summary>Width of the icon palette.</summary>
            <description>Horizontal size in pixel of the icon palette.</description>
        </key>
        <key name="height" type="i">
            <default>64</default>
            <summary>Height of the icon palette.</summary>
            <description>Vertical size in pixel of the icon palette.</description>
        </key>
    </schema>

    <schema id="apps.onboard.universal-access" path="/apps/onboard/universal-access/">
        <key name="drag-threshold" type="i">
            <default>-1</default>
            <summary>Drag threshold</summary>
            <description>Accidental resize and move protection. Threshold is the distance in pixels the pointer has to travel before the drag begins. -1 for system drag threshold, 0 to disable and any positive integer as custom threshold.</description>
        </key>
        <key name="hide-click-type-window" type="b">
            <default>true</default>
            <summary>Hide hover click click-type window</summary>
            <description>When Hover Click is enabled, hide the system-provided window for click type selection.</description>
        </key>
        <key name="enable-click-type-window-on-exit" type="b">
            <default>true</default>
            <summary>Enable click-type window on exit</summary>
            <description>Always enable the system provided window for click-type selection when exiting onboard.</description>
        </key>
    </schema>

    <schema id="apps.onboard.theme-settings" path="/apps/onboard/theme-settings/">
        <key name="color-scheme" type="s">
            <default>''</default>
            <summary>Color scheme filename</summary>
            <description>Name of the file with the color scheme.</description>
        </key>
        <key name="key-style" type="s">
            <default>'flat'</default>
            <summary>Key style</summary>
            <description>Drawing style of the keys. Valid values are currently "flat" and "gradient".</description>
        </key>
        <key name="roundrect-radius" type="d">
            <default>0.0</default>
            <summary>Roundness</summary>
            <description>Radius of rounded corners around the keys. Range 0-100%, with 0 for fully rectangular keys.</description>
        </key>
        <key name="key-size" type="d">
            <default>100.0</default>
            <summary>Key size</summary>
            <description>Size of all keys relative to the layout definition in percent .</description>
        </key>
        <key name="key-fill-gradient" type="d">
            <default>0.0</default>
            <summary>Strength of the fill gradient</summary>
            <description>Strength of the keys fill gradient. Range 0-100%, with 0 for flat color.</description>
        </key>
        <key name="key-stroke-gradient" type="d">
            <default>0.0</default>
            <summary>Strength of the stroke gradient</summary>
            <description>Strength of the keys outline gradient. Range 0-100%, with 0 for flat color.</description>
        </key>
        <key name="key-gradient-direction" type="d">
            <default>0.0</default>
            <summary>Gradient direction</summary>
            <description>Direction of simulated incoming light. 0-360 degrees, where 0 stands for light from the top.</description>
        </key>
        <key name="key-label-font" type="s">
            <default>''</default>
            <summary>Font for key-labels</summary>
            <description>Font for key labels. May include the modifiers 'bold', 'italic', 'condensed', separated by spaces. </description>
        </key>
        <key name="key-label-overrides" type="as">
            <default>[]</default>
            <summary>Key label overrides</summary>
            <description>Optional key labels and and size groups that override the layouts labels. Format: ["key_id:label:group",...]. Colons and backslashes have to be escaped as "\:" and "\\".</description>
        </key>
    </schema>

    <schema id="apps.onboard.lockdown" path="/apps/onboard/lockdown/">
        <key name="disable-click-buttons" type="b">
            <default>false</default>
            <summary>Disallow showing click helpers</summary>
            <description>Disallow showing click buttons.</description>
        </key>
        <key name="disable-hover-click" type="b">
            <default>false</default>
            <summary>Disable hover click button</summary>
            <description>Disable Onboard's hover click button. Hover click can still be turned on in gnome system settings.</description>
        </key>
        <key name="disable-preferences" type="b">
            <default>false</default>
            <summary>Disallow opening preferences</summary>
            <description>Disallow opening Onboards preferences via button and status menu. Onboard-settings can still be started from the desktop shortcut and from command line.</description>
        </key>
        <key name="disable-quit" type="b">
            <default>false</default>
            <summary>Disallow quitting Onboard</summary>
            <description>Disallow quitting Onboard by pressing the quit button or choosing quit from the status menu. Onboard then only closes by sending SIGTERM, i.e. killing it.</description>
        </key>
        <key name="disable-touch-handles" type="b">
            <default>false</default>
            <summary>Never show touch handles</summary>
            <description>Never show the enlarged move/resize handles for touch and hover click users.</description>
        </key>
    </schema>

    <enum id="apps.onboard.scanner.ScanMode">
        <value nick="Autoscan" value="0"/>
        <value nick="Overscan" value="1"/>
        <value nick="Stepscan" value="2"/>
        <value nick="Directed" value="3"/>
    </enum>

    <schema id="apps.onboard.scanner" path="/apps/onboard/scanner/">
        <key name="enabled" type="b">
            <default>false</default>
            <summary>Enable scanner</summary>
            <description>Set Onboard to keyboard scanning mode.</description>
        </key>
        <key name="mode" enum="apps.onboard.scanner.ScanMode">
            <default>"Autoscan"</default>
            <summary>Scan mode</summary>
            <description>The scan mode determines how the scanner moves between keys.</description>
        </key>
        <key name="interval" type="d">
            <default>1.20</default>
            <summary>Scanning interval</summary>
            <description>The delay before the scanner selects the next key. (in seconds)</description>
        </key>
        <key name="interval-fast" type="d">
            <default>0.05</default>
            <summary>Fast scanning interval</summary>
            <description>The scanning interval used for forward progression in 'Overscan' mode. (in seconds)</description>
        </key>
        <key name="cycles" type="i">
            <default>2</default>
            <summary>Scannig cycles</summary>
            <description>The maximum number of keyboard cycles before the scanner stops.</description>
        </key>
        <key name="backtrack" type="i">
            <default>5</default>
            <summary>Amount of backtracking</summary>
            <description>The number of keys the scanner will backtrack in 'Overscan' mode.</description>
        </key>
        <key name="user-scan" type="b">
            <default>false</default>
            <summary>User scan</summary>
            <description>The scanner should only step while the switch is held down. ('Autoscan' mode)</description>
        </key>
        <key name="alternate" type="b">
            <default>false</default>
            <summary>Alternate actions</summary>
            <description>The scanner should swap switch actions after every key activation. ('Stepscan' mode)</description>
        </key>
        <key name="device-name" type="s">
            <default>"Default"</default>
            <summary>Input device name</summary>
            <description>The name of the input device used for scanning.</description>
        </key>
        <key name="device-detach" type="b">
            <default>false</default>
            <summary>Detach input device</summary>
            <description>The input device should not control the system cursor/caret.</description>
        </key>
        <key name="device-key-map" type="a{ii}">
            <default>{}</default>
            <summary>Key mapping</summary>
            <description>Maps key values to scan actions. (Format: keyval:action)</description>
        </key>
        <key name="device-button-map" type="a{ii}">
            <default>{1:0,3:5}</default>
            <summary>Button mapping</summary>
            <description>Maps mouse buttons to scan actions. (Format: button:action)</description>
        </key>
        <key name="feedback-flash" type="b">
            <default>true</default>
            <summary>Flash keys</summary>
            <description>Keys should flash when activated.</description>
        </key>
    </schema>
</schemalist>