summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorClement Lefebvre <[email protected]>2015-09-03 15:10:38 +0100
committerClement Lefebvre <[email protected]>2015-09-03 15:10:38 +0100
commit831864565477ca67cce653e6b15c758776260f4e (patch)
tree97d7bd8339018b61d23e2765a07d3ac7ee90e4aa /data
parent22c4c4d35b4158d0448e731779ea8a9cc8125d50 (diff)
parentf40328fdc38313b535d14202b87f517117f845c4 (diff)
downloadmate-settings-daemon-831864565477ca67cce653e6b15c758776260f4e.tar.bz2
mate-settings-daemon-831864565477ca67cce653e6b15c758776260f4e.tar.xz
Merge pull request #114 from clefebvre/master
Touchpad: Added support for natural scrolling (along with minor chang…
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.peripherals-touchpad.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in.in b/data/org.mate.peripherals-touchpad.gschema.xml.in.in
index 64e630f..8cfe8d4 100644
--- a/data/org.mate.peripherals-touchpad.gschema.xml.in.in
+++ b/data/org.mate.peripherals-touchpad.gschema.xml.in.in
@@ -20,6 +20,11 @@
<_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="natural-scroll" type="b">
+ <default>false</default>
+ <_summary>Natural scrolling</_summary>
+ <_description>Set this to true to enable natural (reverse) scrolling for touchpads</_description>
+ </key>
<key name="touchpad-enabled" type="b">
<default>true</default>
<_summary>Enable touchpad</_summary>