~onboard/onboard/1.1

1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
1
#
2
# Onboard system defaults
3
#
4
# System defaults control the initial appearance, aka branding,
5
# of Onboard in display manager (gdm, LightDM) and user sessions.
6
#
7
# Place this file in the project's installation directory (e.g.
8
# /usr/share/onboard) and/or in /etc/onboard/.
9
#
10
# Keys have to start in column 0. A whitespace in column 0 indicates
11
# a line continuation.
12
#
13
14
[main]
1369 by marmuta
Bold suggestions for Nexus 7 system defaults: Phone layout and word suggestions enabled.
15
#layout=Compact
1502 by marmuta
Make Small the default layout suggestion on the Nexus 7. Raring isn't really ready for a pure mobile layout.
16
#layout=Phone
17
layout=Small
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
18
theme=Nightshade
19
system-theme-associations={"HighContrast" : "HighContrast", "HighContrastInverse" : "HighContrastInverse", "LowContrast" : "LowContrast"}
1576 by marmuta
Enable system-theme-tracking in system defaults. The previous problems had been fixed a while ago.
20
#system-theme-tracking-enabled=True
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
21
22
key-label-font=Ubuntu
23
superkey-label=
24
superkey-label-independent-size=True
25
show-status-icon=True
26
27
# Enable embedding into gnome-screen-saver
28
# If set to True, screen-saver integration will be enabled on first start.
29
# It can be disabled again in Onboard's preferences.
30
#
31
# Caution: This only happens silently when the relevant screen-saver
32
# keys are still at their default values. If the keys have been set before,
33
# for example by a different on-screen keyboard, Onboard shows a message
34
# box on startup and lets the user decide what to do.
35
#
36
# The screen-saver keys are:
37
# org.gnome.desktop.screensaver embedded-keyboard-command
38
# org.gnome.desktop.screensaver embedded-keyboard-enabled
39
#
40
xembed-onboard=True
41
42
[window]
43
window-state-sticky=True
44
force-to-top=True
45
inactive-transparency-delay=5.0
46
docking-enabled=True
47
docking-edge=bottom
48
docking-shrink-workarea=True
1440 by marmuta
Turn some esize protection on for the Nexus 7.
49
resize-handles=SE SW NW NE
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
50
51
[window.landscape]
1178 by marmuta
Leave one pixel between launcher and the keyboard like before the last revision.
52
x=65
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
53
y=500
1178 by marmuta
Leave one pixel between launcher and the keyboard like before the last revision.
54
width=1215
1507 by marmuta
Turn word suggestions off by default on the Nexus7. There are open questions about their behavior in the ubiquity environment.
55
height=300
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
56
dock-expand=True
1507 by marmuta
Turn word suggestions off by default on the Nexus7. There are open questions about their behavior in the ubiquity environment.
57
dock-height=300
1158 by marmuta
Update Nexus 7 system-defaults suggestions.
58
dock-width=1150
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
59
60
[window.portrait]
1178 by marmuta
Leave one pixel between launcher and the keyboard like before the last revision.
61
x=65
1177 by marmuta
Nexus7 defaults tweaks, update portrait defaults to place the undocked keyboard at the bottom edge.
62
y=985
1178 by marmuta
Leave one pixel between launcher and the keyboard like before the last revision.
63
width=735
1507 by marmuta
Turn word suggestions off by default on the Nexus7. There are open questions about their behavior in the ubiquity environment.
64
height=300
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
65
dock-expand=True
1507 by marmuta
Turn word suggestions off by default on the Nexus7. There are open questions about their behavior in the ubiquity environment.
66
dock-height=300
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
67
dock-width=700
68
69
[icon-palette]
1177 by marmuta
Nexus7 defaults tweaks, update portrait defaults to place the undocked keyboard at the bottom edge.
70
# floating icon
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
71
#in-use = True
1440 by marmuta
Turn some esize protection on for the Nexus 7.
72
resize-handles=SE
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
73
74
[icon-palette.landscape]
75
# Position and size of the floating icon on landscape screens.
76
x=1232
77
y=752
78
width=48
79
height=48
80
81
[icon-palette.portrait]
1158 by marmuta
Update Nexus 7 system-defaults suggestions.
82
# Position and size of the floating icon on portrait screens.
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
83
x=752
84
y=1232
85
width=48
86
height=48
87
88
[keyboard]
1260 by marmuta
Enable label popups by default on the Nexus 7 and reduce their size (requires physical dimensions to be visible).
89
# label popup
90
touch-feedback-enabled=True
1369 by marmuta
Bold suggestions for Nexus 7 system defaults: Phone layout and word suggestions enabled.
91
# size of the label popup in pixels, 0 for default size
1499 by marmuta
Nexus system-defaults: increase keyboard height to account for the word suggestion row.
92
touch-feedback-size=100
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
93
94
[auto-show]
95
enabled=True
96
1401 by marmuta
Preliminary system defaults.
97
[typing-helpers]
98
#auto-capitalization=False
99
1369 by marmuta
Bold suggestions for Nexus 7 system defaults: Phone layout and word suggestions enabled.
100
[word-suggestions]
1507 by marmuta
Turn word suggestions off by default on the Nexus7. There are open questions about their behavior in the ubiquity environment.
101
#enabled=False
1369 by marmuta
Bold suggestions for Nexus 7 system defaults: Phone layout and word suggestions enabled.
102
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
103
[universal-access]
104
105
[scanner]
1185 by marmuta
Let the scanner work out of the box with the touch screen on the Nexus 7.
106
device-name=0000:0000:3
1121 by marmuta
Add system defaults example for the Nexus 7, fix translation of enum values in system defaults and update Onboard's internal schema version.
107
108
[lockdown]
1401 by marmuta
Preliminary system defaults.
109
# Block switching to other virtual terminals.
110
# There is no way back using Onboard.
1275 by marmuta
Remove Alt-Tab block from the Nexus 7 suggestions. Not necessary anymore with the XInput event source (LP: 1082101).
111
disable-keys=[["CTRL", "LALT", "F[0-9]+"]]
1156 by marmuta
Allow to blacklist key combinations as a possible work around for hangs on Alt-tab on Nexus 7, see LP: 1082101.
112