diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-01 22:58:54 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-01 22:58:54 +0200 |
commit | d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8 (patch) | |
tree | 016ada3eb78c3c6f438abab5635ba17474d47a2b /data/org.mate.peripherals-touchpad.gschema.xml.in | |
parent | 03478b4d1d9fdc5f2f2fdbf9c41d963dabc0d00b (diff) | |
download | mate-settings-daemon-d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8.tar.bz2 mate-settings-daemon-d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8.tar.xz |
migrate to gsettingsmate-settings-daemon-1.5.0
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in')
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in new file mode 100644 index 0000000..0e175c2 --- /dev/null +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in @@ -0,0 +1,29 @@ +<schemalist> + <schema id="org.mate.peripherals-touchpad" path="/desktop/mate/peripherals/touchpad/"> + <key name="disable-while-typing" type="b"> + <default>false</default> + <summary>Disable touchpad while typing</summary> + <description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</description> + </key> + <key name="tap-to-click" type="b"> + <default>false</default> + <summary>Enable mouse clicks with touchpad</summary> + <description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</description> + </key> + <key name="scroll-method" type="i"> + <default>1</default> + <summary>Select the touchpad scroll method</summary> + <description>Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling</description> + </key> + <key name="horiz-scroll-enabled" type="b"> + <default>false</default> + <summary>Enable horizontal scrolling</summary> + <description>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key.</description> + </key> + <key name="touchpad-enabled" type="b"> + <default>true</default> + <summary>Enable touchpad</summary> + <description>Set this to TRUE to enable all touchpads.</description> + </key> + </schema> +</schemalist> |