summaryrefslogtreecommitdiff
path: root/data/desktop_mate_peripherals_touchpad.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/desktop_mate_peripherals_touchpad.schemas.in')
-rw-r--r--data/desktop_mate_peripherals_touchpad.schemas.in65
1 files changed, 65 insertions, 0 deletions
diff --git a/data/desktop_mate_peripherals_touchpad.schemas.in b/data/desktop_mate_peripherals_touchpad.schemas.in
new file mode 100644
index 0000000..546b34b
--- /dev/null
+++ b/data/desktop_mate_peripherals_touchpad.schemas.in
@@ -0,0 +1,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>