Change scroll wheel zoom direction?
Change scroll wheel zoom direction?
(OP)
Is it possible to change zoom action to be opposite? Running Acad 2004
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Change scroll wheel zoom direction?
|
RE: Change scroll wheel zoom direction?
http://mechcad-insider.blogspot.com/
"The fear of the Lord is the beginning of wisdom"
RE: Change scroll wheel zoom direction?
RE: Change scroll wheel zoom direction?
There is a system variable called zoomwheel.
Just type in "zoomwheel" (without the quotes) at the command line.
0 (zero) Moves wheel forward zooms in; moving wheel backwards zooms out.
1 (one) Move wheel forward zooms out; moving wheel backwards zooms in.
RE: Change scroll wheel zoom direction?
RE: Change scroll wheel zoom direction?
Maybe the various programmers will eventually come to a consensus on which way all programs should zoom in/out with the wheel.
I'll not be holding my breath 'till it happens.
RE: Change scroll wheel zoom direction?
http://www.autohotkey.com/
You remap the keys with these line in the script...
WheelUp::WheelDown
WheelDown::WheelUp
(see the AutoHotKey documentation)
and there you go. BTW, the application does a lot of other things you may be interested in.
http://mechcad-insider.blogspot.com/
"The fear of the Lord is the beginning of wisdom"