commit 432d906b1bcbc16cd77e3eb527282c0f5fd8d6a0 Author: Craig Cabrey Date: Mon Jan 27 19:09:57 2020 -0800 schemas: add three finger drag setting Allow the user to specify whether to enable the three finger drag functionality. Supports the three finger drag MR for mutter: https://gitlab.gnome.org/GNOME/mutter/merge_requests/1021 diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in b/schemas/org.gnome.desktop.peripherals.gschema.xml.in index c80be8f..3e5b4a2 100644 --- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in +++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in @@ -81,6 +81,11 @@ Emulate middle click Set this to TRUE to enable middle click during simultaneous left and right click. + + false + Emulate clicking and dragging with a three finger swipe gesture + Set this to TRUE to enable three finger drag gesture emulation. +