[gsettings-desktop-schemas] schemas: Add "Disable while typing" touchpad setting



commit 4c5b1c1df399d6afaaccb237e299ccd1d5d29ddd
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 9 16:43:58 2016 +0100

    schemas: Add "Disable while typing" touchpad setting
    
    Disable-while-typing is useful for the majority of cases, except for a
    select few applications that require using both touchpad and keyboard,
    such as games, and creativity applications which require pressing keys
    and moving the cursor at the same time, or close together.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764852

 .../org.gnome.desktop.peripherals.gschema.xml.in   |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in 
b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
index 31bea67..547ec6b 100644
--- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in
+++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
@@ -18,6 +18,11 @@
       <summary>Whether edge scrolling is enabled</summary>
       <description>When enabled, touchpads that support two-finger scrolling will have that feature 
enabled.</description>
     </key>
+    <key name="disable-while-typing" type="b">
+      <default>true</default>
+      <summary>Whether to disable the touchpad while typing</summary>
+      <description>When enabled, touchpads will be disabled while typing on the keyboard.</description>
+    </key>
     <key name="tap-to-click" type="b">
       <default>false</default>
       <summary>Enable mouse clicks with touchpad</summary>


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