summaryrefslogtreecommitdiff
path: root/data/org.mate.peripherals-touchpad.gschema.xml.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-03-22 23:17:26 +0100
committerStefano Karapetsas <[email protected]>2013-03-22 23:17:26 +0100
commit6ee8af1f0f2181b938c7926b29d38f97ab841c35 (patch)
tree0c088caa0a0b4c22ad60d080b4042a54a909d1ec /data/org.mate.peripherals-touchpad.gschema.xml.in
parent9384398bdd679647ca362a72f20c63e5d056f309 (diff)
downloadmate-settings-daemon-6ee8af1f0f2181b938c7926b29d38f97ab841c35.tar.bz2
mate-settings-daemon-6ee8af1f0f2181b938c7926b29d38f97ab841c35.tar.xz
Make GSettings schemas translatable
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in')
-rw-r--r--data/org.mate.peripherals-touchpad.gschema.xml.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in
deleted file mode 100644
index 0b2d7d1..0000000
--- a/data/org.mate.peripherals-touchpad.gschema.xml.in
+++ /dev/null
@@ -1,29 +0,0 @@
-<schemalist>
- <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="touchpad-enabled" type="b">
- <default>true</default>
- <summary>Enable touchpad</summary>
- <description>Set this to TRUE to enable all touchpads.</description>
- </key>
- </schema>
-</schemalist>