/usr/share/glib-2.0/schemas/org.mate.peripherals-touchpad.gschema.xml is in mate-settings-daemon-pulse 1.8.2-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="mate-settings-daemon">
<schema path="/org/mate/desktop/peripherals/touchpad/" id="org.mate.peripherals-touchpad">
<key type="b" name="disable-while-typing">
<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 type="b" name="tap-to-click">
<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 type="i" name="scroll-method">
<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 type="b" name="horiz-scroll-enabled">
<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 type="b" name="touchpad-enabled">
<default>true</default>
<summary>Enable touchpad</summary>
<description>Set this to TRUE to enable all touchpads.</description>
</key>
</schema>
</schemalist>
|