Middle mouse emulation

From WikiDotMako
Revision as of 02:37, 15 October 2019 by Groceryheist (talk | contribs) (Create page showing how to enable middle mouse emulation.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If you use a keyboard like a Unicomp Endura you might find yourself without a middle mouse button. Fortunately, you can press the left and right buttons together to emulate the behavior of pressing a middle mouse button, but only if you create or edit your xorg.conf in /ect/X11 and add the following entry:


  Section "InputClass"
       Identifier "middle button emulation class"
       MatchIsPointer "on"
       Option "Emulate3Buttons" "on"
       Option "MiddleEmulation" "on"
   EndSection