summaryrefslogtreecommitdiff
path: root/data/org.mate.peripherals-touchpad.gschema.xml.in
blob: 2755174a7bd5f232aa14e174406f31912bff39fb (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
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <enum id="org.mate.peripherals-touchpad.Handedness">
    <value nick="right" value="0"/>
    <value nick="left" value="1"/>
    <value nick="mouse" value="2"/>
  </enum>
  <enum id="org.mate.peripherals-touchpad.AccelProfile">
    <value nick="default" value="0"/>
    <value nick="adaptive" value="1"/>
    <value nick="flat" value="2"/>
  </enum>
  <schema id="org.mate.peripherals-touchpad" path="/org/mate/desktop/peripherals/touchpad/">
    <key name="disable-while-typing" type="b">
      <default>false</default>
      <summary>Disable touchpad while typing</summary>
      <description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</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="vertical-edge-scrolling" type="b">
      <default>true</default>
      <summary>Enable vertical edge scrolling</summary>
      <description>Set this to TRUE to allow vertical edge scrolling</description>
    </key>
    <key name="horizontal-edge-scrolling" type="b">
      <default>false</default>
      <summary>Enable horizontal edge scrolling</summary>
      <description>Set this to TRUE to allow horizontal edge scrolling</description>
    </key>
    <key name="vertical-two-finger-scrolling" type="b">
      <default>true</default>
      <summary>Enable vertical two-finger scrolling</summary>
      <description>Set this to TRUE to allow vertical two-finger scrolling</description>
    </key>
    <key name="horizontal-two-finger-scrolling" type="b">
      <default>false</default>
      <summary>Enable horizontal two-finger scrolling</summary>
      <description>Set this to TRUE to allow horizontal two-finger scrolling</description>
    </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 touchpads</description>
    </key>
    <key name="touchpad-enabled" type="b">
      <default>true</default>
      <summary>Enable touchpad</summary>
      <description>Set this to TRUE to enable all touchpads.</description>
    </key>
    <key name="two-finger-click" type="i">
      <default>0</default>
      <summary>Enabled two-finger button-click emulation</summary>
      <description>0 thru 3, 0 is inactive, 1-3 is button to emulate</description>
    </key>
    <key name="three-finger-click" type="i">
      <default>0</default>
      <summary>Enable three-finger button-click emulation</summary>
      <description>0 thru 3, 0 is inactive, 1-3 is button to emulate</description>
    </key>
    <key name="tap-button-one-finger" type="i">
      <default>1</default>
      <summary>One finger tap button</summary>
      <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>
    </key>
    <key name="tap-button-two-finger" type="i">
      <default>3</default>
      <summary>Two finger tap button</summary>
      <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>
    </key>
    <key name="tap-button-three-finger" type="i">
      <default>2</default>
      <summary>Three finger tap button</summary>
      <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>
    </key>
    <key name="left-handed" enum="org.mate.peripherals-touchpad.Handedness">
      <default>'mouse'</default>
      <summary>Touchpad button orientation</summary>
      <description>Swap left and right buttons for left-handed touchpads with 'left', 'right' for right-handed, 'mouse' to follow the mouse setting.</description>
    </key>
    <key name="motion-acceleration" type="d">
      <default>-1</default>
      <summary>Motion Acceleration</summary>
      <description>Acceleration multiplier for touchpad motion.  A value of -1 is the system default.</description>
    </key>
    <key name="motion-threshold" type="i">
      <default>-1</default>
      <summary>Motion Threshold</summary>
      <description>Distance in pixels the pointer must move before accelerated touchpad motion is activated.  A value of -1 is the system default.</description>
    </key>
    <key name="accel-profile" enum="org.mate.peripherals-touchpad.AccelProfile">
      <default>'default'</default>
      <summary>Acceleration profile</summary>
      <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>
    </key>
  </schema>
</schemalist>