diff options
author | Clement Lefebvre <[email protected]> | 2015-09-03 14:25:35 +0100 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2015-09-03 14:25:35 +0100 |
commit | c2389563980d4293084ba4d972077029068ecaed (patch) | |
tree | b5d15f072d38ade5586e4e095a17dd31ed401b14 /schemas/org.mate.peripherals-mouse.gschema.xml.in.in | |
parent | 8d801cfd4e784ae742f9df11a5ae275d5fbc037f (diff) | |
download | mate-desktop-c2389563980d4293084ba4d972077029068ecaed.tar.bz2 mate-desktop-c2389563980d4293084ba4d972077029068ecaed.tar.xz |
Mouse schema: Enabled enable middle-click emulation by default
Diffstat (limited to 'schemas/org.mate.peripherals-mouse.gschema.xml.in.in')
-rw-r--r-- | schemas/org.mate.peripherals-mouse.gschema.xml.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in.in index 0722818..3817d9d 100644 --- a/schemas/org.mate.peripherals-mouse.gschema.xml.in.in +++ b/schemas/org.mate.peripherals-mouse.gschema.xml.in.in @@ -31,7 +31,7 @@ <_description>Length of a double click.</_description> </key> <key name="middle-button-enabled" type="b"> - <default>false</default> + <default>true</default> <_summary>Middle button emulation</_summary> <_description>Enables middle mouse button emulation through simultaneous left and right button click.</_description> </key> |