summaryrefslogtreecommitdiff
path: root/data/org.mate.peripherals-touchpad.gschema.xml.in.in
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-08 15:30:42 +0200
committerinfirit <[email protected]>2015-09-08 15:30:42 +0200
commit36aaf5759c1beececce2b161b47de7c6337bb279 (patch)
treeedf7ffc5959645179e832a1e7e10aa74cc97676c /data/org.mate.peripherals-touchpad.gschema.xml.in.in
parent2db7cc811d771c2f2dd5ee9b0cbb6be1f6401170 (diff)
downloadmate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.tar.bz2
mate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.tar.xz
Rework gsettings schema building
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in.in')
-rw-r--r--data/org.mate.peripherals-touchpad.gschema.xml.in.in59
1 files changed, 0 insertions, 59 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in.in b/data/org.mate.peripherals-touchpad.gschema.xml.in.in
deleted file mode 100644
index 8cfe8d4..0000000
--- a/data/org.mate.peripherals-touchpad.gschema.xml.in.in
+++ /dev/null
@@ -1,59 +0,0 @@
-<schemalist gettext-domain="@GETTEXT_PACKAGE@">
- <schema id="org.mate.peripherals-touchpad" path="/org/mate/desktop/peripherals/touchpad/">
- <key name="disable-while-typing" type="b">
- <default>false</default>
- <_summary>Disable touchpad while typing</_summary>
- <_description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</_description>
- </key>
- <key name="tap-to-click" type="b">
- <default>false</default>
- <_summary>Enable mouse clicks with touchpad</_summary>
- <_description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</_description>
- </key>
- <key name="scroll-method" type="i">
- <default>1</default>
- <_summary>Select the touchpad scroll method</_summary>
- <_description>Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling</_description>
- </key>
- <key name="horiz-scroll-enabled" type="b">
- <default>false</default>
- <_summary>Enable horizontal scrolling</_summary>
- <_description>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key.</_description>
- </key>
- <key name="natural-scroll" type="b">
- <default>false</default>
- <_summary>Natural scrolling</_summary>
- <_description>Set this to true to enable natural (reverse) scrolling for touchpads</_description>
- </key>
- <key name="touchpad-enabled" type="b">
- <default>true</default>
- <_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 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 to emulate</_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>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>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>
- </schema>
-</schemalist>