en-US/Mouse.xml

sparks sparks at fedoraproject.org
Sun Oct 10 16:13:46 UTC 2010


 en-US/Mouse.xml |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

New commits:
commit 15b4d331f3841d48c017a849be6a3bf2c0affc97
Author: Eric H Christensen <eric at christensenplace.us>
Date:   Sun Oct 10 12:13:29 2010 -0400

    Adding middle button text per BZ 628528

diff --git a/en-US/Mouse.xml b/en-US/Mouse.xml
new file mode 100644
index 0000000..bb3be77
--- /dev/null
+++ b/en-US/Mouse.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.1CR1//EN"
+"http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
+<section id="sect-Release_Notes-Mouse_Behavior">
+  <title>Mouse Behavior</title>
+    <para>
+      The latest version of <package>evdev</package>, version 2.5, changed the default for the middle mouse button emulation code.  This change has disabled the middle mouse button.
+    </para>
+  <section>
+    <title>Enabling the middle mouse button emulation.</title>
+    <para>
+     Middle mouse button emulation can be enabled by the addition of a xorg.conf snippet:
+     <code>Section "InputClass"
+    Identifier "middle button emulation class"
+    MatchIsPointer "on"
+    Option "Emulate3Buttons" "on"
+EndSection</code>
+    </para>
+  </section>
+</section>




More information about the docs-commits mailing list