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