Hi David,
re:
> I found a script here: http://moi3d.com/forum/index.php?webtag=MOI&msg=10769.2 which
> lets me open up the Edit-size Menu by using a shortcut. Question is now, would that also be
> possible for the d-Field?
Yes, try putting this on a shortcut key:
script: /* Activate distance field */ moi.ui.findElement( 'coordinate_container' ).getElementsByTagName( 'moi:CoordinateDistanceInput' )[0].activateFlyout();
- Michael
|