diff options
author | Clement Lefebvre <[email protected]> | 2015-09-03 15:08:22 +0100 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2015-09-03 15:08:22 +0100 |
commit | f40328fdc38313b535d14202b87f517117f845c4 (patch) | |
tree | 97d7bd8339018b61d23e2765a07d3ac7ee90e4aa /data/org.mate.peripherals-touchpad.gschema.xml.in.in | |
parent | dbc59a272ca033652402d5cf3ade7ca11cab0027 (diff) | |
download | mate-settings-daemon-f40328fdc38313b535d14202b87f517117f845c4.tar.bz2 mate-settings-daemon-f40328fdc38313b535d14202b87f517117f845c4.tar.xz |
Touchpad: Added support for natural scrolling (along with minor changes to fix a few warnings and make var names more consistent with one another)
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in.in')
-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> |