From 77b1956a67bdc09fef7c76a459ca431008fde8f6 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 1 Nov 2016 12:34:15 +0300 Subject: mouse: add separate keys for touchpad motion settings (not used yet) schema: org.mate.peripherals-touchpad keys: motion-acceleration, motion-threshold (same as in peripherals-mouse schema) types and default values: also same as for mouse adapted from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=122aee4e56d6ed94c41dfbcac0bece1921629de7 --- data/org.mate.peripherals-touchpad.gschema.xml.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data') diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in index d3557dd..84aae6b 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in @@ -75,5 +75,15 @@ Touchpad button orientation Swap left and right buttons for left-handed touchpads with 'left', 'right' for right-handed, 'mouse' to follow the mouse setting. + + -1 + Single Click + Acceleration multiplier for touchpad motion. A value of -1 is the system default. + + + -1 + Motion Threshold + Distance in pixels the pointer must move before accelerated touchpad motion is activated. A value of -1 is the system default. + -- cgit v1.2.1