[Prev][Next][Index]
Re: Mouse
>
> How do I make the middle button on the mouse (Dexxa) operate ?
>
If your mouse supports MouseSystems mode (usualy a switch on your mouse
let you select the mode of operation: 1. Micorsoft - Two buttons, and
2. MouseSystems - three buttons) put the following lines in the
XF86Config file (For using X):
Section "Pointer"
Protocol "mousesystems"
Device "/dev/mouse" # Change to your mouse device!!
BaudRate 1200
EndSection
This will let you work with three buttons.
Have a good time,
Ron Daisy.