[gnome-settings-daemon] mouse: Enable two-finger scrolling by default



commit 07960e42b11c26aac7ff49ba12df8a322d9e2d55
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Mar 27 22:54:13 2013 +0100

    mouse: Enable two-finger scrolling by default
    
    For both vertical and horizontal scrolls.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651134

 ...e.settings-daemon.peripherals.gschema.xml.in.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in 
b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
index f603df8..0b10655 100644
--- a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
@@ -21,12 +21,12 @@
       <_description>Set this to TRUE if you have problems with accidentally hitting the touchpad while 
typing.</_description>
     </key>
     <key name="horiz-scroll-enabled" type="b">
-      <default>false</default>
+      <default>true</default>
       <_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="scroll-method" enum="org.gnome.settings-daemon.GsdTouchpadScrollMethod">
-      <default>'edge-scrolling'</default>
+      <default>'two-finger-scrolling'</default>
       <_summary>Select the touchpad scroll method</_summary>
       <_description>Select the touchpad scroll method. Supported values are: "disabled", "edge-scrolling", 
"two-finger-scrolling".</_description>
     </key>


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