diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-11-03 17:21:57 +0100 |
---|---|---|
committer | Felipe Borges <felipeborges@gnome.org> | 2015-11-05 12:56:28 +0100 |
commit | 6f7b78c1b6bc38a8679a3b51ec30c90bd05de9e7 (patch) | |
tree | 14ea1d238162aafd581a1f19af2f5c007345443d /schemas | |
parent | 209ba7a05df4acfd824e4ba36930493c3d1dc207 (diff) | |
download | gsettings-desktop-schemas-6f7b78c1b6bc38a8679a3b51ec30c90bd05de9e7.tar.gz |
schemas: Enable natural scrolling by default
https://bugzilla.gnome.org/show_bug.cgi?id=756863
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/org.gnome.desktop.peripherals.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in b/schemas/org.gnome.desktop.peripherals.gschema.xml.in index 0f12e6a..0245a62 100644 --- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in +++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in @@ -35,7 +35,7 @@ <range min="-1" max="1"/> </key> <key name="natural-scroll" type="b"> - <default>false</default> + <default>true</default> <summary>Natural scrolling</summary> <description>Set this to TRUE to enable natural (reverse) scrolling for touchpads.</description> </key> @@ -75,7 +75,7 @@ <range min="-1" max="1"/> </key> <key name="natural-scroll" type="b"> - <default>false</default> + <default>true</default> <summary>Natural scrolling</summary> <description>Set this to TRUE to enable natural (reverse) scrolling for mice.</description> </key> |