diff options
author | infirit <[email protected]> | 2014-01-05 19:09:42 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 19:09:42 +0100 |
commit | 3452ab2157e6fb1b16736af98dc9c4c56173c99e (patch) | |
tree | 9c2f43d353835cee3f7901a7e4a51b2564ba579a /schemas/org.mate.peripherals-mouse.gschema.xml.in.in | |
parent | ba1de3dc45ed7d353b23cfa2cb9ea9b7076bd663 (diff) | |
download | mate-desktop-3452ab2157e6fb1b16736af98dc9c4c56173c99e.tar.bz2 mate-desktop-3452ab2157e6fb1b16736af98dc9c4c56173c99e.tar.xz |
Middle Click Emulation: add schema key
Diffstat (limited to 'schemas/org.mate.peripherals-mouse.gschema.xml.in.in')
-rw-r--r-- | schemas/org.mate.peripherals-mouse.gschema.xml.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in.in index fd7b908..0722818 100644 --- a/schemas/org.mate.peripherals-mouse.gschema.xml.in.in +++ b/schemas/org.mate.peripherals-mouse.gschema.xml.in.in @@ -30,6 +30,11 @@ <_summary>Double Click Time</_summary> <_description>Length of a double click.</_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> <key name="locate-pointer" type="b"> <default>false</default> <_summary>Locate Pointer</_summary> |