summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorClement Lefebvre <[email protected]>2016-03-03 12:11:51 +0000
committermonsta <[email protected]>2016-03-24 12:01:05 +0300
commit02ef9ca6f5ac17e9c68d1cafa5f2581fa824dee8 (patch)
treeab829d963f6dd9d34d9f2df1241d62142a1cffad /data
parent96c6632832ffc3ec5967465537d0fd85513a8120 (diff)
downloadmate-settings-daemon-02ef9ca6f5ac17e9c68d1cafa5f2581fa824dee8.tar.bz2
mate-settings-daemon-02ef9ca6f5ac17e9c68d1cafa5f2581fa824dee8.tar.xz
Touchpad support: Support edge and two-finger scrolling independently
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.peripherals-touchpad.gschema.xml.in24
1 files changed, 17 insertions, 7 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in
index db72e42..952f6dc 100644
--- a/data/org.mate.peripherals-touchpad.gschema.xml.in
+++ b/data/org.mate.peripherals-touchpad.gschema.xml.in
@@ -10,15 +10,25 @@
<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 name="vertical-edge-scrolling" type="b">
+ <default>true</default>
+ <summary></summary>
+ <description></description>
+ </key>
+ <key name="horizontal-edge-scrolling" type="b">
+ <default>false</default>
+ <summary></summary>
+ <description></description>
+ </key>
+ <key name="vertical-two-finger-scrolling" type="b">
+ <default>true</default>
+ <summary></summary>
+ <description></description>
</key>
- <key name="horiz-scroll-enabled" type="b">
+ <key name="horizontal-two-finger-scrolling" 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>
+ <summary></summary>
+ <description></description>
</key>
<key name="natural-scroll" type="b">
<default>false</default>