diff options
author | Clement Lefebvre <[email protected]> | 2015-09-03 11:48:57 +0100 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2015-09-03 11:48:57 +0100 |
commit | 7a7d30815eab10d6a81d38bdbcc6088470984a67 (patch) | |
tree | 8ebc651a9163ffc42ae6303ed61fb82f07cfd82b /data/org.mate.peripherals-touchpad.gschema.xml.in.in | |
parent | 33cb903ed570fd22a567af70601b17f474921f20 (diff) | |
download | mate-settings-daemon-7a7d30815eab10d6a81d38bdbcc6088470984a67.tar.bz2 mate-settings-daemon-7a7d30815eab10d6a81d38bdbcc6088470984a67.tar.xz |
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)
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in.in | 4 |
1 files changed, 2 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..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</_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> |