29 lines
1.2 KiB
Diff
29 lines
1.2 KiB
Diff
commit 432d906b1bcbc16cd77e3eb527282c0f5fd8d6a0
|
|
Author: Craig Cabrey <craigcabrey@gmail.com>
|
|
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 @@
|
|
<summary>Emulate middle click</summary>
|
|
<description>Set this to TRUE to enable middle click during simultaneous left and right click.</description>
|
|
</key>
|
|
+ <key name="three-finger-drag" type="b">
|
|
+ <default>false</default>
|
|
+ <summary>Emulate clicking and dragging with a three finger swipe gesture</summary>
|
|
+ <description>Set this to TRUE to enable three finger drag gesture emulation.</description>
|
|
+ </key>
|
|
</schema>
|
|
<schema id="org.gnome.desktop.peripherals.keyboard" path="/org/gnome/desktop/peripherals/keyboard/">
|
|
<key name="repeat" type="b">
|