From 7a7d30815eab10d6a81d38bdbcc6088470984a67 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Thu, 3 Sep 2015 11:48:57 +0100 Subject: Touchpad settings: Affect right-button to 2 finger tap and middle-button to 3 finger tap by default (consistent with 2 finger clicking and settings in other DEs) --- data/org.mate.peripherals-touchpad.gschema.xml.in.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in.in b/data/org.mate.peripherals-touchpad.gschema.xml.in.in index a7f5d05..e79cf5d 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in.in @@ -31,12 +31,12 @@ <_description>Select the button mapping for one-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button - 2 + 3 <_summary>Two finger tap button <_description>Select the button mapping for two-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button - 3 + 2 <_summary>Three finger tap button <_description>Select the button mapping for three-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button -- cgit v1.2.1 From f113d3892ea59540b5145b0346111e815a5eeb3e Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Thu, 3 Sep 2015 13:42:48 +0100 Subject: Touchpad support: Added support for two and three finger clicks --- data/org.mate.peripherals-touchpad.gschema.xml.in.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data') 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 <_description>Set this to TRUE to enable all touchpads. + + 3 + <_summary>Enabled two-finger button-click emulation + <_description>0 thru 3, 0 is inactive, 1-3 is button for two-finger click to emulate + + + 2 + <_summary>Enable three-finger button-click emulation + <_description>0 thru 3, 0 is inactive, 1-3 is button for two-finger click to emulate + 1 <_summary>One finger tap button -- cgit v1.2.1 From dbc59a272ca033652402d5cf3ade7ca11cab0027 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Thu, 3 Sep 2015 14:20:39 +0100 Subject: Touchpad support: Fixed default value for tapping when configuration is outside of bonds, fixed typo in settings description --- data/org.mate.peripherals-touchpad.gschema.xml.in.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in.in b/data/org.mate.peripherals-touchpad.gschema.xml.in.in index a97e576..64e630f 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in.in @@ -28,12 +28,12 @@ 3 <_summary>Enabled two-finger button-click emulation - <_description>0 thru 3, 0 is inactive, 1-3 is button for two-finger click to emulate + <_description>0 thru 3, 0 is inactive, 1-3 is button to emulate 2 <_summary>Enable three-finger button-click emulation - <_description>0 thru 3, 0 is inactive, 1-3 is button for two-finger click to emulate + <_description>0 thru 3, 0 is inactive, 1-3 is button to emulate 1 -- cgit v1.2.1