summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-08-27 00:01:02 +0200
committerCarlos Garnacho <carlosg@gnome.org>2020-08-27 00:07:09 +0200
commit085e85f0d204bbd6ec50eec9df853ca3f3793299 (patch)
tree278544b3cbb7e7cf3298d19a7f59aa55fab47c61
parenteb3ffa88e42c7fcfe71d593339dac7e73c75bba2 (diff)
downloadgsettings-desktop-schemas-wip/carlosg/shuffle-font-mouse-settings.tar.gz
schemas: Move drag-threshold/double-click settingswip/carlosg/shuffle-font-mouse-settings
Move these to org.gnome.desktop.peripherals.mouse. The rationale here is the same than font settings, these are accessed all over the board, so we can have them in a place that doesn't require pulling gnome-settings-daemon.
-rw-r--r--schemas/org.gnome.desktop.peripherals.gschema.xml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
index 7ee3882..455e7d1 100644
--- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in
+++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
@@ -130,6 +130,16 @@
<summary>Emulate middle click</summary>
<description>Set this to TRUE to enable middle click during simultaneous left and right click.</description>
</key>
+ <key name="double-click" type="i">
+ <default>400</default>
+ <summary>Double click time</summary>
+ <description> Length of a double click in milliseconds.</description>
+ </key>
+ <key name="drag-threshold" type="i">
+ <default>8</default>
+ <summary>Drag threshold</summary>
+ <description>Distance before a drag is started.</description>
+ </key>
</schema>
<schema id="org.gnome.desktop.peripherals.tablet">
<key name="output" type="as">