New Zooming Script

 From:  Michael Gibson
3001.5 In reply to 3001.4 
Hi Burr, so you mean a keyboard shortcut that sets this this option here:



That's possible to do with the following script set up on a shortcut key:

script: /* Set view button sensitivity */ moi.view.zoomButtonSensitivity = 0.1;


But part of the action of that zoom button takes into account how far you have moved the mouse from the initial click down point. If you only move it by a few pixels you should get a very small stepping zoom in effect already (like in the video above) without needing to hit any keys.

But if you want to set different sensitivities with different keys, use the shortcut above and you can change that 0.1 value at the end of the script to different numbers for different keystrokes.

- Michael