summaryrefslogtreecommitdiff
path: root/data/org.mate.peripherals-touchpad.gschema.xml.in.in
blob: a7f5d058ee4ff670daccb2d35a1f0fd076c5166e (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
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <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="scroll-method" type="i">
      <default>1</default>
      <_summary>Select the touchpad scroll method</_summary>
      <_description>Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling</_description>
    </key>
    <key name="horiz-scroll-enabled" type="b">
      <default>false</default>
      <_summary>Enable horizontal scrolling</_summary>
      <_description>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key.</_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="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>2</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>3</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>
  </schema>
</schemalist>