diff options
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in')
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in | 29 |
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> |