Mouse variable
Mouse variable
(OP)
There's an ACAD variable to set the middle button FROM pan back to middle button. Anyone remember it? I recall clearly that I had to set it in 14, but can't remember now what it is. I just got a new mouse at work, I have the mouse driver properly set, and now I want to set the middle button to "middle button" in ACAD.
Thanks-
C. Fee
Thanks-
C. Fee





RE: Mouse variable
Type: Integer
Saved in: Registry
Initial Value: 1
Controls the behavior of the third button or wheel on the pointing device.
0 Supports the action defined in the menu (.mnu) file
1 Supports panning when you hold and drag the button or wheel
RE: Mouse variable
Whew! Thanks!
C. Fee
RE: Mouse variable
just make a button and cut and paste this into the properties area:
'setvar;mbuttonpan;$M=$(!=,$(getvar,mbuttonpan),1)