summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorClement Lefebvre <[email protected]>2015-09-03 13:42:48 +0100
committerClement Lefebvre <[email protected]>2015-09-03 13:42:48 +0100
commitf113d3892ea59540b5145b0346111e815a5eeb3e (patch)
tree0494f8bc1a04f0a0cda7823d38b6734e3b3be4e5 /data
parent7a7d30815eab10d6a81d38bdbcc6088470984a67 (diff)
downloadmate-settings-daemon-f113d3892ea59540b5145b0346111e815a5eeb3e.tar.bz2
mate-settings-daemon-f113d3892ea59540b5145b0346111e815a5eeb3e.tar.xz
Touchpad support: Added support for two and three finger clicks
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.peripherals-touchpad.gschema.xml.in.in10
1 files changed, 10 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 e79cf5d..a97e576 100644
--- a/data/org.mate.peripherals-touchpad.gschema.xml.in.in
+++ b/data/org.mate.peripherals-touchpad.gschema.xml.in.in
@@ -25,6 +25,16 @@
<_summary>Enable touchpad</_summary>
<_description>Set this to TRUE to enable all touchpads.</_description>
</key>
+ <key name="two-finger-click" type="i">
+ <default>3</default>
+ <_summary>Enabled two-finger button-click emulation</_summary>
+ <_description>0 thru 3, 0 is inactive, 1-3 is button for two-finger click to emulate</_description>
+ </key>
+ <key name="three-finger-click" type="i">
+ <default>2</default>
+ <_summary>Enable three-finger button-click emulation</_summary>
+ <_description>0 thru 3, 0 is inactive, 1-3 is button for two-finger click to emulate</_description>
+ </key>
<key name="tap-button-one-finger" type="i">
<default>1</default>
<_summary>One finger tap button</_summary>