diff options
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in.in | 10 |
1 files changed, 10 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 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</_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 for two-finger click 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 for two-finger click to emulate</_description> + </key> <key name="tap-button-one-finger" type="i"> <default>1</default> <_summary>One finger tap button</_summary> |