This file is indexed.

/etc/onboard/onboard-defaults.conf is in ubuntu-defaults-nexus7 0.54.

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
#
# Onboard system defaults
#
# System defaults control the initial appearance, aka branding,
# of Onboard in display manager (gdm, LightDM) and user sessions.
#
# Place this file in the project's installation directory (e.g.
# /usr/share/onboard) and/or in /etc/onboard/.
#
# Keys have to start in column 0. A whitespace in column 0 indicates
# a line continuation.
#

[main]
layout=Compact
theme=Nightshade
system-theme-associations={"HighContrast" : "HighContrast", "HighContrastInverse" : "HighContrastInverse", "LowContrast" : "LowContrast"}
#system-theme-tracking-enabled=False

key-label-font=Ubuntu
superkey-label=
superkey-label-independent-size=True
show-status-icon=True

# Enable embedding into gnome-screen-saver
# If set to True, screen-saver integration will be enabled on first start.
# It can be disabled again in Onboard's preferences.
#
# Caution: This only happens silently when the relevant screen-saver
# keys are still at their default values. If the keys have been set before,
# for example by a different on-screen keyboard, Onboard shows a message
# box on startup and lets the user decide what to do.
#
# The screen-saver keys are:
# org.gnome.desktop.screensaver embedded-keyboard-command
# org.gnome.desktop.screensaver embedded-keyboard-enabled
#
xembed-onboard=True

[window]
window-state-sticky=True
force-to-top=True
inactive-transparency-delay=5.0
docking-enabled=True
docking-edge=bottom
docking-shrink-workarea=True

[window.landscape]
x=65
y=500
width=1215
height=300
dock-expand=True
dock-height=300
dock-width=1150

[window.portrait]
x=65
y=985
width=735
height=295
dock-expand=True
dock-height=295
dock-width=700

[icon-palette]
# floating icon
#in-use = True

[icon-palette.landscape]
# Position and size of the floating icon on landscape screens.
x=1232
y=752
width=48
height=48

[icon-palette.portrait]
# Position and size of the floating icon on portrait screens.
x=752
y=1232
width=48
height=48

[keyboard]

[auto-show]
enabled=True

[universal-access]

[scanner]
device-name=0000:0000:3

[lockdown]
# Work around for "Nexus7 hangs when attempting to switch apps using Alt Tab" (LP: 1082101)
# Ignore this once the switcher can be closed by tapping the icons.
disable-keys=[["LALT", "TAB"], ["LALT", "SHIFT", "TAB"], ["CTRL", "LALT", "F[0-9]+"]]