system decimal display

 From:  Michael Gibson
2445.8 In reply to 2445.5 
Hi Burr, re: avoid the click - if you want, it is possible to set up a keyboard shortcut that will pull up the edit size popout rather than activating it on a click.

To do that set up a keyboard shortcut with this as the command:
script:var sp = moi.ui.getUIPanel('moi://ui/SidePane.htm'); moi.ui.showMenu( 'EditSizeMenu.htm', sp.PropSizeContainer, 0, 0 );

That should pop it up and then if you start typing numbers, they will go directly into the X: field, if you want to go to a different field type Tab instead of numbers until you get to the field you want to set.


But unless you are doing that really pretty frequently just saving one click is probably not much savings...

- Michael