summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormc-jesus <[email protected]>2014-11-20 21:03:43 +0100
committerinfirit <[email protected]>2015-08-29 14:33:52 +0200
commited558543f6ddc556c493c2a3c4a2d59d08c22261 (patch)
tree5e29fdf223ac4dc43083945599ac28bfb7dac38e
parentcafa9b4b2f9dabbe069f42158c74cc001c4d9ca0 (diff)
downloadmate-settings-daemon-ed558543f6ddc556c493c2a3c4a2d59d08c22261.tar.bz2
mate-settings-daemon-ed558543f6ddc556c493c2a3c4a2d59d08c22261.tar.xz
dconf-settings for 1/2/3 finger tap button mappings
-rw-r--r--data/org.mate.peripherals-touchpad.gschema.xml.in.in15
1 files changed, 15 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 8a30d1f..a7f5d05 100644
--- a/data/org.mate.peripherals-touchpad.gschema.xml.in.in
+++ b/data/org.mate.peripherals-touchpad.gschema.xml.in.in
@@ -25,5 +25,20 @@
<_summary>Enable touchpad</_summary>
<_description>Set this to TRUE to enable all touchpads.</_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>
+ <_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>
+ <_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>
</schema>
</schemalist>