Solved
How to reverse the mouse wheel zoom
I am in the habit of using the mouse wheel to zoom opposite the way it works in Creo. Can I reverse this so it zooms in when the mouse wheel ir rolled up?
I am in the habit of using the mouse wheel to zoom opposite the way it works in Creo. Can I reverse this so it zooms in when the mouse wheel ir rolled up?
Yes, you can, with an Autohotkey script such as following
#IfWinActive, ahk_class Dialog
WheelDown::WheelUp
WheelUp::WheelDown
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.