From 36aaf5759c1beececce2b161b47de7c6337bb279 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 15:30:42 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- data/org.mate.peripherals-touchpad.gschema.xml.in | 59 +++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 data/org.mate.peripherals-touchpad.gschema.xml.in (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in') diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in new file mode 100644 index 0000000..db72e42 --- /dev/null +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in @@ -0,0 +1,59 @@ + + + + false + Disable touchpad while typing + Set this to TRUE if you have problems with accidentally hitting the touchpad while typing. + + + false + Enable mouse clicks with touchpad + Set this to TRUE to be able to send mouse clicks by tapping on the touchpad. + + + 1 + Select the touchpad scroll method + Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling + + + false + Enable horizontal scrolling + Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key. + + + false + Natural scrolling + Set this to true to enable natural (reverse) scrolling for touchpads + + + true + Enable touchpad + Set this to TRUE to enable all touchpads. + + + 3 + Enabled two-finger button-click emulation + 0 thru 3, 0 is inactive, 1-3 is button to emulate + + + 2 + Enable three-finger button-click emulation + 0 thru 3, 0 is inactive, 1-3 is button to emulate + + + 1 + One finger tap button + Select the button mapping for one-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button + + + 3 + Two finger tap button + Select the button mapping for two-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button + + + 2 + Three finger tap button + 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