Middle mouse emulation: Difference between revisions

From WikiDotMako
(Create page showing how to enable middle mouse emulation.)
 
(add link to unicomp endura.)
 
Line 1: Line 1:
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 <code>xorg.conf</code> in <code>/ect/X11</code> and add the following entry:
If you use a keyboard like a [https://www.pckeyboard.com/page/product/UB40PGA 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 <code>xorg.conf</code> in <code>/ect/X11</code> and add the following entry:
   
   



Latest revision as of 02:38, 15 October 2019

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