summaryrefslogtreecommitdiff
path: root/data/org.mate.peripherals-touchpad.gschema.xml.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in.in')
-rw-r--r--data/org.mate.peripherals-touchpad.gschema.xml.in.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in.in b/data/org.mate.peripherals-touchpad.gschema.xml.in.in
index a7f5d05..64e630f 100644
--- a/data/org.mate.peripherals-touchpad.gschema.xml.in.in
+++ b/data/org.mate.peripherals-touchpad.gschema.xml.in.in
@@ -25,18 +25,28 @@
<_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 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 to emulate</_description>
+ </key>
<key name="tap-button-one-finger" type="i">
<default>1</default>
<_summary>One finger tap button</_summary>
<_description>Select the button mapping for one-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button</_description>
</key>
<key name="tap-button-two-finger" type="i">
- <default>2</default>
+ <default>3</default>
<_summary>Two finger tap button</_summary>
<_description>Select the button mapping for two-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button</_description>
</key>
<key name="tap-button-three-finger" type="i">
- <default>3</default>
+ <default>2</default>
<_summary>Three finger tap button</_summary>
<_description>Select the button mapping for three-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button</_description>
</key>