diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in.in b/data/org.mate.peripherals-touchpad.gschema.xml.in.in index 64e630f..8cfe8d4 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in.in @@ -20,6 +20,11 @@ <_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> |