summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-11-04 18:55:41 +1000
committerBastien Nocera <hadess@hadess.net>2010-11-08 21:03:21 +0000
commita2dec1bb0f734a430db481486ce5f450a9716f3a (patch)
tree9f17d7762ac23ff70a7a746e780761210495b520 /data
parent75e052127eeb022d83b7a744b110d8bde5b7280c (diff)
downloadgnome-settings-daemon-a2dec1bb0f734a430db481486ce5f450a9716f3a.tar.gz
mouse: add middle-button-enabled key.
Middle mouse button emulation can be turned on via an evdev property. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> https://bugzilla.gnome.org/show_bug.cgi?id=633863
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
index 555b6bd8..972115a0 100644
--- a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
@@ -121,5 +121,10 @@
<_summary>Drag threshold</_summary>
<_description>Distance before a drag is started.</_description>
</key>
+ <key name="middle-button-enabled" type="b">
+ <default>false</default>
+ <_summary>Middle button emulation</_summary>
+ <_description>Enables middle mouse button emulation through simultaneous left and right button click.</_description>
+ </key>
</schema>
</schemalist>