[gsettings-desktop-schemas] schemas: Enable natural scrolling by default



commit 6f7b78c1b6bc38a8679a3b51ec30c90bd05de9e7
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 3 17:21:57 2015 +0100

    schemas: Enable natural scrolling by default
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756863

 .../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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]