-
Notifications
You must be signed in to change notification settings - Fork 7
/
onboard-defaults.conf.example.nexus7
111 lines (94 loc) · 2.38 KB
/
onboard-defaults.conf.example.nexus7
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
#
# 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
layout=Phone
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
resize-handles=SE SW NW NE
[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=230
dock-width=700
[icon-palette]
# floating icon
#in-use = True
resize-handles=SE
[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]
# label popup
touch-feedback-enabled=True
# size of the label popup in pixels, 0 for default size
touch-feedback-size=0
[auto-show]
enabled=True
[typing-helpers]
#auto-capitalization=False
[word-suggestions]
enabled=True
[universal-access]
[scanner]
device-name=0000:0000:3
[lockdown]
# Block switching to other virtual terminals.
# There is no way back using Onboard.
disable-keys=[["CTRL", "LALT", "F[0-9]+"]]