-
Notifications
You must be signed in to change notification settings - Fork 7
/
onboard-defaults.conf.example
204 lines (177 loc) · 4.68 KB
/
onboard-defaults.conf.example
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
#
# 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]
# Default layout
# Specify full path and filename or only the base name of the initial layout.
#
# Examples:
#layout=/usr/share/onboard/layouts/Classic Onboard.onboard
#layout=Full Keyboard
layout=Compact
#layout=Phone
#system-theme-associations={"HighContrast" : "HighContrast", "HighContrastInverse" : "HighContrastInverse", "LowContrast" : "LowContrast"}
system-theme-tracking-enabled=False
# Default theme
# Specify full path and filename or only the base name of the initial theme.
#
# Examples:
#theme=/usr/share/onboard/themes/Ambiance.theme
#theme=Ambiance
#theme=Droid
theme=Nightshade
# Key label font
# Family and attributes of the default font.
# Recognized font attributes are bold, italic and condensed.
#
# Examples:
#key-label-font=Normal bold italic condensed
#key-label-font=Ubuntu condensed
key-label-font=Ubuntu
# Super key label
# Default label override for left and right super keys.
# Replaces the super key labels specified in Onboards layout files.
#
# Examples:
#superkey-label=Super
superkey-label=
# Super key label, independent size
# If set to True/yes/1, super keys will scale their label in their own
# independent size group. Otherwise, the default size group of the
# layout stays in effect, usually resulting in the same label size for all
# modifier keys (Ctrl, Super, Alt).
#
# Examples:
superkey-label-independent-size=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
#
# Example:
xembed-onboard=True
# Other available keys:
#
#current-settings-page=0
#show-status-icon=True
#show-tooltips=True
#snippets={0 : ["Onboard\\nHome", "https\\://launchpad.net/onboard"], 1 : ["Example", "Create your macros here."]}
#start-minimized=False
#key-label-overrides={"LWIN": ["win", "super"]}
[window]
# Show always on visible workspace
# Show keyboard and icon palette always on visible workspace.
#
# Examples:
#window-state-sticky=True
#background-transparency=10.0
#enable-inactive-transparency=False
force-to-top=True
#inactive-transparency=50.0
#inactive-transparency-delay=1.0
#resize-handles=E SE S SW W NW N NE
#transparency=0.0
#transparent-background=False
#window-decoration=False
[window.landscape]
# Position and size of the keyboard window on landscape screens.
#
# Examples:
#x=40
#y=40
#width=800
#height=300
[window.portrait]
# Position and size of the keyboard window on portrait screens.
#
# Examples:
#x=40
#y=40
#width=800
#height=300
[icon-palette]
#in-use = False
#resize-handles=E SE S SW W NW N NE
[icon-palette.landscape]
# Position and size of the floating icon on landscape screens.
#
# Examples:
#x=40
#y=40
#width=80
#height=80
[icon-palette.portrait]
# Position and size of the floating icon on portrait screens.
#
# Examples:
#x=40
#y=40
#width=80
#height=80
[keyboard]
# label popup
#touch-feedback-enabled=True
# size of the label popup in mm
#touch-feedback-size=13.0
#show-click-buttons=False
#sticky-key-behavior={"all" : "cycle"}
#sticky-key-release-delay=0.0
[auto-show]
enabled=False
#widget-clearance=(25.0, 55.0, 25.0, 40.0)
[typing-helpers]
#auto-capitalization=False
[word-suggestions]
#enabled=False
[universal-access]
# Drag threshold
# 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
# >0 for custom threshold
#
# Examples:
#drag-threshold=-1
#hide-click-type-window=True
#enable-click-type-window-on-exit=True
[scanner]
#alternate=False
#backtrack=5
#cycles=2
#device-button-map={1: 0, 3: 5}
#device-detach=False
#device-key-map={}
#device-name='Default'
#enabled=False
#feedback-flash=True
#interval=1.2
#interval-fast=0.05
#mode=0
#user-scan=False
[lockdown]
#disable-click-buttons=False
#disable-hover-click=False
#disable-preferences=False
#disable-quit=False
#disable-touch-handles=False
#disable-keys=[["CTRL", "LALT", "F[0-9]+"]]