diff options
author | Perberos <[email protected]> | 2011-12-01 23:53:21 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 23:53:21 -0300 |
commit | 505cabbd3036081f26586cabc64c26e7769c0ec9 (patch) | |
tree | 09e0498bf572128f5c9ab551531cb28d6d75e992 /data/desktop_mate_peripherals_touchpad.schemas.in | |
download | mate-settings-daemon-505cabbd3036081f26586cabc64c26e7769c0ec9.tar.bz2 mate-settings-daemon-505cabbd3036081f26586cabc64c26e7769c0ec9.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'data/desktop_mate_peripherals_touchpad.schemas.in')
-rw-r--r-- | data/desktop_mate_peripherals_touchpad.schemas.in | 65 |
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> |