[gsettings-desktop-schemas] schemas: Revert natural scrolling for mice



commit d2fa2bc00df6858a8478b28e92a091d2375ad2e7
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Dec 2 10:53:52 2015 +0100

    schemas: Revert natural scrolling for mice
    
    In commit 6f7b78c1b we enabled natural scrolling for both touchpads and
    mice. The problem is that "mice" is really, mice, trackballs,
    trackpoints, etc. This wasn't the original intent for that change.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758740

 .../org.gnome.desktop.peripherals.gschema.xml.in   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in 
b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
index 0245a62..ff417db 100644
--- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in
+++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
@@ -75,7 +75,7 @@
       <range min="-1" max="1"/>
     </key>
     <key name="natural-scroll" type="b">
-      <default>true</default>
+      <default>false</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]