blob: 546b34b883e91c5e731f4127135dfb9cd0ca66b4 (
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"?>
<mateconfschemafile>
<schemalist>
<schema>
<key>/schemas/desktop/mate/peripherals/touchpad/disable_while_typing</key>
<applyto>/desktop/mate/peripherals/touchpad/disable_while_typing</applyto>
<owner>mate</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/mate/peripherals/touchpad/tap_to_click</key>
<applyto>/desktop/mate/peripherals/touchpad/tap_to_click</applyto>
<owner>mate</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/mate/peripherals/touchpad/scroll_method</key>
<applyto>/desktop/mate/peripherals/touchpad/scroll_method</applyto>
<owner>mate</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, and 2: two-finger scrolling</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/mate/peripherals/touchpad/horiz_scroll_enabled</key>
<applyto>/desktop/mate/peripherals/touchpad/horiz_scroll_enabled</applyto>
<owner>mate</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/mate/peripherals/touchpad/touchpad_enabled</key>
<applyto>/desktop/mate/peripherals/touchpad/touchpad_enabled</applyto>
<owner>mate</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>
</mateconfschemafile>
|