Rhino Properties/ View / Zoom / Scale factor there is a value.
I would like to set two numbers here: .995 for slow zooming, 1 for regular zooming with the mouse middle wheel.
Is there a way to macro assign the two to FUNCTION keys so I can toggle easily?
The macros would be:
_-Options _View _ZoomScale 0.995 !
(slow)
and
_-Options _View _ZoomScale 0.9 !
(normal, default)
Note setting the ZoomScale to 1 will completely deactivate mouse wheel zooming…
Simply go to Options>Keyboard and paste those macros into the boxes next to your desired function keys.
1 Like