summaryrefslogtreecommitdiff
path: root/data/desktop_gnome_peripherals_touchpad.schemas.in
blob: 78734e7c5b79f7853f015bf18a35bb03608d71b6 (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
<?xml version="1.0"?>
<gconfschemafile>
  <schemalist>

    <schema>
      <key>/schemas/desktop/gnome/peripherals/touchpad/disable_while_typing</key>
      <applyto>/desktop/gnome/peripherals/touchpad/disable_while_typing</applyto>
      <owner>gnome</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <short>Disable touchpad while typing</short>
        <long>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/gnome/peripherals/touchpad/tap_to_click</key>
      <applyto>/desktop/gnome/peripherals/touchpad/tap_to_click</applyto>
      <owner>gnome</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <short>Enable mouse clicks with touchpad</short>
        <long>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/gnome/peripherals/touchpad/scroll_method</key>
      <applyto>/desktop/gnome/peripherals/touchpad/scroll_method</applyto>
      <owner>gnome</owner>
      <type>int</type>
      <default>1</default>
      <locale name="C">
        <short>Select the touchpad scroll method</short>
        <long>Select the touchpad scroll method. Supported values are: 0 - disabled, 1 - edge scrolling, 2 - two-finger scrolling</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/gnome/peripherals/touchpad/horiz_scroll_enabled</key>
      <applyto>/desktop/gnome/peripherals/touchpad/horiz_scroll_enabled</applyto>
      <owner>gnome</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <short>Enable horizontal scrolling</short>
        <long>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/gnome/peripherals/touchpad/touchpad_enabled</key>
      <applyto>/desktop/gnome/peripherals/touchpad/touchpad_enabled</applyto>
      <owner>gnome</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
        <short>Enable touchpad</short>
        <long>Set this to TRUE to enable all touchpads.</long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>