/usr/share/onboard/onboard-defaults.conf.example is in onboard-common 1.3.0-1.
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 | # Copyright © 2011 Francesco Fumanti <francesco.fumanti@gmx.net>
# Copyright © 2011-2014, 2016 marmuta <marmvta@gmail.com>
#
# This file is part of Onboard.
#
# Onboard is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# Onboard is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# 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.
#
# More complete descriptions of the keys and their allowed values can be
# found in Onboard's gsettings schemas. Navigate to 'org.onboard' in
# dconf-editor, or read the schema definitions at
# /usr/share/glib-2.0/schemas/org.onboard.gschema.xml.
#
# In general, any of the available keys in gsettings below 'org.onboard'
# can be added here.
#
[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=True
# 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
# Enable aspect correction and fake transparency in gnome-screensaver
# and unity-greeter. Remove this key to have Onboard stretch from
# side to side again.
xembed-aspect-change-range=[0, 1.6]
# Position of the keyboard in unity-greeter in pixels from
# the left screen edge. Remove this to center the keyboard.
xembed-unity-greeter-offset-x=85.0
# Color of the background bar that is rendered on top of the
# background image in unity-greeter and gnome-screensaver.
# If not specified, the color is taken from the keyboard's background color.
xembed-background-color='#0000007F'
# Enable drawing the current GNOME background image as background in
# unity-greeter and gnome-screensaver.
xembed-background-image-enabled=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]
#background-transparency=10.0
#docking-edge=bottom
#docking-enabled=False
#docking-monitor=active
#docking-shrink-workarea=True
#enable-inactive-transparency=False
force-to-top=True
#inactive-transparency=50.0
#inactive-transparency-delay=1.0
#keep-aspect-ratio=False
#transparency=0.0
#transparent-background=False
#window-decoration=False
#window-handles=E SE S SW W NW N NE M
#window-state-sticky=True
# Settings of the keyboard window on landscape screens.
[window.landscape]
#x=40
#y=40
#width=800
#height=300
#dock-width=700
#dock-height=205
#dock-expand=False
# Settings of the keyboard window on portrait screens.
[window.portrait]
#x=40
#y=40
#width=800
#height=300
#dock-width=600
#dock-height=200
#dock-expand=True
[icon-palette]
#in-use=False
#window-handles=E SE S SW W NW N NE M
[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
# Source of pointer events
#input-event-source=XInput
#input-event-source=GTK
[auto-show]
enabled=False
#widget-clearance=(25.0, 55.0, 25.0, 40.0)
[typing-assistance]
#auto-capitalization=False
[typing-assistance.word-suggestions]
#enabled=False
#spelling-suggestions-enabled=True
#auto-learn=True
#wordlist-buttons=["previous-predictions", "next-predictions", "pause-learning", "language", "hide"]
[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]+"]]
|