[gsettings-desktop-schemas] schemas: Change default click method for touchpads



commit 77ff1d91d974b2aaebbf7d748f1cd904bc75330b
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 3 12:31:59 2015 +0100

    schemas: Change default click method for touchpads
    
    Use "Mac-style" click method for touchpads, with the whole touchpad
    being available for navigating, two and 3-finger clicks are used to
    emulate the right and middle buttons.
    
    The default setting on "Windows" machines is a remnant of the olden
    crappy touchpads days where the hardware vendor would have removed the
    hardware buttons but didn't have multi-touch support in the touchpad,
    likely in addition to Windows not supporting multi-touch gestures well
    enough for those devices.
    
    This does not change the behaviour of physical buttons associated with
    touchpads or trackpoints, or the click regions on touchpads for
    touchpads not capable of multi-touch clicks.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757255

 .../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 42a573f..54d29d9 100644
--- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in
+++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
@@ -56,7 +56,7 @@
       <description>Set this to TRUE to enable natural (reverse) scrolling for touchpads.</description>
     </key>
     <key name="click-method" enum="org.gnome.desktop.GDesktopTouchpadClickMethod">
-      <default>'default'</default>
+      <default>'fingers'</default>
       <summary>Click method</summary>
       <description>How to generate software-emulated buttons, either disabled (“none”), through specific 
areas (“areas”), number of fingers (“fingers”) or left as hardware default (“default”).</description>
     </key>


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