summaryrefslogtreecommitdiffstats
path: root/schemas/org.gnome.desktop.peripherals.gschema.xml.in
blob: 93268abeb43322d880d52ad9ff1fd2da06eaebfc (plain)
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
257
258
259
260
261
262
263
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
  <schema id="org.gnome.desktop.peripherals" path="/org/gnome/desktop/peripherals/">
    <child name="touchpad" schema="org.gnome.desktop.peripherals.touchpad"/>
    <child name="keyboard" schema="org.gnome.desktop.peripherals.keyboard"/>
    <child name="mouse" schema="org.gnome.desktop.peripherals.mouse"/>
    <child name="trackball" schema="org.gnome.desktop.peripherals.trackball"/>
    <child name="pointingstick" schema="org.gnome.desktop.peripherals.pointingstick"/>
    <child name="tablet" schema="org.gnome.desktop.peripherals.tablet"/>
    <child name="touchscreen" schema="org.gnome.desktop.peripherals.touchscreen"/>
  </schema>
  <schema id="org.gnome.desktop.peripherals.touchpad" path="/org/gnome/desktop/peripherals/touchpad/">
    <key name="edge-scrolling-enabled" type="b">
      <default>false</default>
      <summary>Whether edge scrolling is enabled</summary>
      <description>When enabled, touchpads that support edge scrolling will have that feature enabled.</description>
    </key>
    <key name="two-finger-scrolling-enabled" type="b">
      <default>true</default>
      <summary>Whether two-finger scrolling is enabled</summary>
      <description>When enabled, touchpads that support two-finger scrolling will have that feature enabled.</description>
    </key>
    <key name="disable-while-typing" type="b">
      <default>true</default>
      <summary>Whether to disable the touchpad while typing</summary>
      <description>When enabled, touchpads will be disabled while typing on the keyboard.</description>
    </key>
    <key name="tap-to-click" type="b">
      <default>false</default>
      <summary>Enable mouse clicks with touchpad</summary>
      <description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</description>
    </key>
    <key name="tap-button-map" enum="org.gnome.desktop.GDesktopTouchpadTapButtonMap">
      <default>'default'</default>
      <summary>Tap Button Map</summary>
      <description>Defines the mapping between the number of fingers and touchpad buttons. The default is to have a 1, 2 and 3 finger tap to map to the left, right and middle button ("lrm"), respectively.</description>
    </key>
    <key name="tap-and-drag" type="b">
      <default>true</default>
      <summary>Enable tap-and-drag with touchpad</summary>
      <description>Set this to TRUE to be able to start a drag by tapping and immediately moving the finger that’s now pressed on the touchpad.</description>
    </key>
    <key name="tap-and-drag-lock" type="b">
      <default>false</default>
      <summary>Enable tap-and-drag-lock with touchpad</summary>
      <description>Set this to TRUE to lock the dragging process within a short timeout when the finger is lifted on the touchpad and the tap-and-drag setting is enabled.</description>
    </key>
    <key name="send-events" enum="org.gnome.desktop.GDesktopDeviceSendEvents">
      <default>'enabled'</default>
      <summary>Touchpad enabled</summary>
      <description>Defines the situations in which the touchpad is enabled.</description>
    </key>
    <key name="left-handed" enum="org.gnome.desktop.GDesktopTouchpadHandedness">
      <default>'mouse'</default>
      <summary>Touchpad button orientation</summary>
      <description>Swap left and right mouse buttons for left-handed mice with “left”, “right” for right-handed, “mouse” to follow the mouse setting.</description>
    </key>
    <key name="accel-profile" enum="org.gnome.desktop.GDesktopPointerAccelProfile">
      <default>'default'</default>
      <summary>Acceleration profile</summary>
      <description>Acceleration profile used for connected touchpads. The acceleration profile can be set to either default (“default”) which uses the default acceleration profile for each device, flat (“flat”), which accelerates by a device specific constant factor derived from the configured pointer speed, or adaptive (“adaptive”) which adapts the acceleration depending on the mouse movement. If a touchpad doesn’t support the configured profile, “default” will be used.</description>
    </key>
    <key name="speed" type="d">
      <default>0</default>
      <summary>Pointer speed</summary>
      <description>Pointer speed for the touchpad. Accepted values are in the [-1..1] range (from “unaccelerated” to “fast”). A value of 0 is the system default.</description>
      <range min="-1" max="1"/>
    </key>
    <key name="natural-scroll" type="b">
      <default>true</default>
      <summary>Natural scrolling</summary>
      <description>Set this to TRUE to enable natural (reverse) scrolling for touchpads.</description>
    </key>
    <key name="click-method" enum="org.gnome.desktop.GDesktopTouchpadClickMethod">
      <default>'fingers'</default>
      <summary>Click method</summary>
      <description>How to generate software-emulated buttons, either disabled (“none”), through specific areas (“areas”), number of fingers (“fingers”) or left as hardware default (“default”).</description>
    </key>
    <key name="middle-click-emulation" type="b">
      <default>false</default>
      <summary>Emulate middle click</summary>
      <description>Set this to TRUE to enable middle click during simultaneous left and right click.</description>
    </key>
  </schema>
  <schema id="org.gnome.desktop.peripherals.keyboard" path="/org/gnome/desktop/peripherals/keyboard/">
    <key name="repeat" type="b">
      <default>true</default>
      <summary>Keyboard repeat</summary>
      <description>Set this to TRUE to enable keyboard repeat.</description>
    </key>
    <key name="repeat-interval" type="u">
      <default>30</default>
      <summary>Key Repeat Interval</summary>
      <description>Delay between repeats in milliseconds.</description>
    </key>
    <key name="delay" type="u">
      <default>500</default>
      <summary>Initial Key Repeat Delay</summary>
      <description>Initial key repeat delay in milliseconds.</description>
    </key>
    <key name="remember-numlock-state" type="b">
      <default>true</default>
      <summary>Remember NumLock state</summary>
      <description>When set to true, GNOME will remember the state of the NumLock LED between sessions.</description>
    </key>
    <key name="numlock-state" type="b">
      <default>false</default>
      <summary>NumLock state</summary>
      <description>The remembered state of the NumLock LED.</description>
    </key>
  </schema>
  <schema id="org.gnome.desktop.peripherals.mouse" path="/org/gnome/desktop/peripherals/mouse/">
    <key name="left-handed" type="b">
      <default>false</default>
      <summary>Mouse button orientation</summary>
      <description>Swap left and right mouse buttons for left-handed mice.</description>
    </key>
    <key name="speed" type="d">
      <default>0</default>
      <summary>Pointer speed</summary>
      <description>Pointer speed for mice. Accepted values are in the [-1..1] range (from “unaccelerated” to “fast”). A value of 0 is the system default.</description>
      <range min="-1" max="1"/>
    </key>
    <key name="natural-scroll" type="b">
      <default>false</default>
      <summary>Natural scrolling</summary>
      <description>Set this to TRUE to enable natural (reverse) scrolling for mice.</description>
    </key>
    <key name="accel-profile" enum="org.gnome.desktop.GDesktopPointerAccelProfile">
      <default>'default'</default>
      <summary>Acceleration profile</summary>
      <description>Acceleration profile used for connected mice. The acceleration profile can be set to either default (“default”) which uses the default acceleration profile for each device, flat (“flat”), which accelerates by a device specific constant factor derived from the configured pointer speed, or adaptive (“adaptive”) which adapts the acceleration depending on the mouse movement. If a mouse doesn’t support the configured profile, “default” will be used.</description>
    </key>
    <key name="middle-click-emulation" type="b">
      <default>false</default>
      <summary>Emulate middle click</summary>
      <description>Set this to TRUE to enable middle click during simultaneous left and right click.</description>
    </key>
    <key name="double-click" type="i">
      <default>400</default>
      <summary>Double click time</summary>
      <description>Length of a double click in milliseconds.</description>
    </key>
    <key name="drag-threshold" type="i">
      <default>8</default>
      <summary>Drag threshold</summary>
      <description>Distance before a drag is started.</description>
    </key>
  </schema>
  <schema id="org.gnome.desktop.peripherals.tablet">
    <key name="output" type="as">
      <default>["", "", ""]</default>
      <summary>Drawing tablet mapping</summary>
      <description>EDID information of the output the tablet is mapped to. Must be in the format [vendor, product, serial]. ["","",""] relies on automatic mapping.</description>
    </key>
    <key name="mapping" enum="org.gnome.desktop.GDesktopTabletMapping">
      <default>'absolute'</default>
      <summary>Tablet mapping</summary>
      <description>How input affects the pointer on the screen</description>
    </key>
    <key name="area" type="ad">
      <default>[0, 0, 0, 0]</default>
      <summary>Tablet area</summary>
      <description>Dead area padding around the active area, in percentages. Respectively applied to left,right,top and bottom sides.</description>
    </key>
    <key name="keep-aspect" type="b">
      <default>false</default>
      <summary>Tablet aspect ratio</summary>
      <description>Enable this to restrict the tablet area to match the aspect ratio of the output.</description>
    </key>
    <key name="left-handed" type="b">
      <default>false</default>
      <summary>Tablet left-handed mode</summary>
      <description>Enable this to allow physically rotating the tablet for left-handed setups</description>
    </key>
  </schema>
  <schema id="org.gnome.desktop.peripherals.tablet.stylus">
    <key name="pressure-curve" type="ai">
      <default>[0, 0, 100, 100]</default>
      <summary>Stylus pressure curve</summary>
      <description>Set this to x1, y1 and x2, y2 of the pressure curve applied to the stylus.</description>
    </key>
    <key name="eraser-pressure-curve" type="ai">
      <default>[0, 0, 100, 100]</default>
      <summary>Eraser pressure curve</summary>
      <description>Set this to x1, y1 and x2, y2 of the pressure curve applied to the eraser.</description>
    </key>
    <key name="button-action" enum="org.gnome.desktop.GDesktopStylusButtonAction">
      <default>'default'</default>
      <summary>Button action</summary>
      <description>Stylus button action, this button is located along the pen handle.</description>
    </key>
    <key name="secondary-button-action" enum="org.gnome.desktop.GDesktopStylusButtonAction">
      <default>'default'</default>
      <summary>Secondary button action</summary>
      <description>Secondary stylus button action, this button is located along the pen handle on some styli like the Grip Pen. Other styli like the Airbrush Pen or the Inking Pen only have one button, this setting is ineffective on those.</description>
    </key>
    <key name="tertiary-button-action" enum="org.gnome.desktop.GDesktopStylusButtonAction">
      <default>'default'</default>
      <summary>Tertiary button action</summary>
      <description>Tertiary stylus button action, this button is located along the pen handle on some styli like the 3D Pen. Other styli like the Grip Pen only have two buttons, this setting is ineffective on those.</description>
    </key>
  </schema>
  <schema id="org.gnome.desktop.peripherals.tablet.pad-button">
    <key name="action" enum="org.gnome.desktop.GDesktopPadButtonAction">
      <default>'none'</default>
      <summary>Pad button action type</summary>
      <description>The type of action triggered by the button being pressed.</description>
    </key>
    <key type="s" name="keybinding">
      <default>''</default>
      <summary>Key combination for the custom action</summary>
      <description>The keyboard shortcut generated when the button is pressed for custom actions.</description>
    </key>
  </schema>
  <schema id="org.gnome.desktop.peripherals.touchscreen">
    <key name="output" type="as">
      <default>["", "", ""]</default>
      <summary>Touchscreen output mapping</summary>
      <description>EDID information of the output the touchscreen is mapped to. Must be in the format [vendor, product, serial]. ["","",""] relies on automatic mapping.</description>
    </key>
  </schema>
  <schema id="org.gnome.desktop.peripherals.trackball" path="/org/gnome/desktop/peripherals/trackball/">
    <key name="scroll-wheel-emulation-button" type="i">
      <default>0</default>
      <range min="0" max="24"/>
      <summary>Mouse wheel emulation button. 0 to disable the feature.</summary>
    </key>
    <key name="scroll-wheel-emulation-button-lock" type="b">
      <default>false</default>
      <summary>Mouse wheel emulation button lock</summary>
      <description>Set this to TRUE to enable button locking for the wheel emulation button. If enabled, the first click of the button enables scrolling, the second click disables scrolling again.</description>
    </key>
    <key name="accel-profile" enum="org.gnome.desktop.GDesktopPointerAccelProfile">
      <default>'default'</default>
      <summary>Acceleration profile</summary>
      <description>Acceleration profile used for the trackball. The acceleration profile can be set to either default (“default”) which uses the default acceleration profile, flat (“flat”), which accelerates by a device specific constant factor derived from the configured speed, or adaptive (“adaptive”) which adapts the acceleration depending on the movement. If the trackball doesn’t support the configured profile, “default” will be used.</description>
    </key>
    <key name="middle-click-emulation" type="b">
      <default>false</default>
      <summary>Emulate middle click</summary>
      <description>Set this to TRUE to enable middle click during simultaneous left and right click.</description>
    </key>
  </schema>
  <schema id="org.gnome.desktop.peripherals.pointingstick" path="/org/gnome/desktop/peripherals/pointingstick/">
    <key name="speed" type="d">
      <default>0</default>
      <summary>Pointer speed</summary>
      <description>Pointer speed for pointing sticks. Accepted values are in the [-1..1] range (from “unaccelerated” to “fast”). A value of 0 is the system default.</description>
      <range min="-1" max="1"/>
    </key>
    <key name="accel-profile" enum="org.gnome.desktop.GDesktopPointerAccelProfile">
      <default>'default'</default>
      <summary>Acceleration profile</summary>
      <description>Acceleration profile used for the pointing stick. The acceleration profile can be set to either default (“default”) which uses the default acceleration profile, flat (“flat”), which accelerates by a device specific constant factor derived from the configured speed, or adaptive (“adaptive”) which adapts the acceleration depending on the movement. If the pointing stick doesn’t support the configured profile, “default” will be used.</description>
    </key>
    <key name="scroll-method" enum="org.gnome.desktop.GDesktopPointingStickScrollMethod">
      <default>'default'</default>
      <summary>Scrolling method</summary>
      <description>Scrolling method used for pointing sticks. The scrolling method can be set to either default (“default”) which uses the default method, none (“none”), which disables scrolling, or middle-button (“on-button-down”) which enables scrolling whilst the middle button is held down.</description>
    </key>
  </schema>
</schemalist>