Files
gsettings-desktop-schemas/0001-schemas-Revert-natural-scrolling-for-mice.patch
2015-12-10 15:46:03 +01:00

31 lines
1.2 KiB
Diff

From d2fa2bc00df6858a8478b28e92a091d2375ad2e7 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Wed, 2 Dec 2015 10:53:52 +0100
Subject: [PATCH] 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
---
schemas/org.gnome.desktop.peripherals.gschema.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>
--
2.6.3