1<schemalist gettext-domain="@GETTEXT_PACKAGE@">
2  <enum id="org.mate.peripherals-touchpad.Handedness">
3    <value nick="right" value="0"/>
4    <value nick="left" value="1"/>
5    <value nick="mouse" value="2"/>
6  </enum>
7  <enum id="org.mate.peripherals-touchpad.AccelProfile">
8    <value nick="default" value="0"/>
9    <value nick="adaptive" value="1"/>
10    <value nick="flat" value="2"/>
11  </enum>
12  <schema id="org.mate.peripherals-touchpad" path="/org/mate/desktop/peripherals/touchpad/">
13    <key name="disable-while-typing" type="b">
14      <default>false</default>
15      <summary>Disable touchpad while typing</summary>
16      <description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</description>
17    </key>
18    <key name="tap-to-click" type="b">
19      <default>false</default>
20      <summary>Enable mouse clicks with touchpad</summary>
21      <description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</description>
22    </key>
23    <key name="vertical-edge-scrolling" type="b">
24      <default>true</default>
25      <summary>Enable vertical edge scrolling</summary>
26      <description>Set this to TRUE to allow vertical edge scrolling</description>
27    </key>
28    <key name="horizontal-edge-scrolling" type="b">
29      <default>false</default>
30      <summary>Enable horizontal edge scrolling</summary>
31      <description>Set this to TRUE to allow horizontal edge scrolling</description>
32    </key>
33    <key name="vertical-two-finger-scrolling" type="b">
34      <default>true</default>
35      <summary>Enable vertical two-finger scrolling</summary>
36      <description>Set this to TRUE to allow vertical two-finger scrolling</description>
37    </key>
38    <key name="horizontal-two-finger-scrolling" type="b">
39      <default>false</default>
40      <summary>Enable horizontal two-finger scrolling</summary>
41      <description>Set this to TRUE to allow horizontal two-finger scrolling</description>
42    </key>
43    <key name="natural-scroll" type="b">
44      <default>false</default>
45      <summary>Natural scrolling</summary>
46      <description>Set this to true to enable natural (reverse) scrolling for touchpads</description>
47    </key>
48    <key name="touchpad-enabled" type="b">
49      <default>true</default>
50      <summary>Enable touchpad</summary>
51      <description>Set this to TRUE to enable all touchpads.</description>
52    </key>
53    <key name="two-finger-click" type="i">
54      <default>0</default>
55      <summary>Enabled two-finger button-click emulation</summary>
56      <description>0 thru 3, 0 is inactive, 1-3 is button to emulate</description>
57    </key>
58    <key name="three-finger-click" type="i">
59      <default>0</default>
60      <summary>Enable three-finger button-click emulation</summary>
61      <description>0 thru 3, 0 is inactive, 1-3 is button to emulate</description>
62    </key>
63    <key name="tap-button-one-finger" type="i">
64      <default>1</default>
65      <summary>One finger tap button</summary>
66      <description>Select the button mapping for one-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button</description>
67    </key>
68    <key name="tap-button-two-finger" type="i">
69      <default>3</default>
70      <summary>Two finger tap button</summary>
71      <description>Select the button mapping for two-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button</description>
72    </key>
73    <key name="tap-button-three-finger" type="i">
74      <default>2</default>
75      <summary>Three finger tap button</summary>
76      <description>Select the button mapping for three-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button</description>
77    </key>
78    <key name="left-handed" enum="org.mate.peripherals-touchpad.Handedness">
79      <default>'mouse'</default>
80      <summary>Touchpad button orientation</summary>
81      <description>Swap left and right buttons for left-handed touchpads with 'left', 'right' for right-handed, 'mouse' to follow the mouse setting.</description>
82    </key>
83    <key name="motion-acceleration" type="d">
84      <default>-1</default>
85      <summary>Motion Acceleration</summary>
86      <description>Acceleration multiplier for touchpad motion.  A value of -1 is the system default.</description>
87    </key>
88    <key name="motion-threshold" type="i">
89      <default>-1</default>
90      <summary>Motion Threshold</summary>
91      <description>Distance in pixels the pointer must move before accelerated touchpad motion is activated.  A value of -1 is the system default.</description>
92    </key>
93    <key name="accel-profile" enum="org.mate.peripherals-touchpad.AccelProfile">
94      <default>'default'</default>
95      <summary>Acceleration profile</summary>
96      <description>Acceleration profile used for touchpad. 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 touchpad movement. If a touchpad doesn't support the configured profile, 'default' will be used.</description>
97    </key>
98  </schema>
99</schemalist>
100