diff options
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in index fae5306..90b83c8 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in @@ -46,12 +46,12 @@ <description>Set this to TRUE to enable all touchpads.</description> </key> <key name="two-finger-click" type="i"> - <default>3</default> + <default>0</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> + <default>0</default> <summary>Enable three-finger button-click emulation</summary> <description>0 thru 3, 0 is inactive, 1-3 is button to emulate</description> </key> |