Keyboard shortcut to Open edit size flyout

 From:  Michael Gibson
9313.2 In reply to 9313.1 
Hi shayne, if you set this up on a keyboard shortcut it should launch the edit size flyout:

script: /* Show edit size menu */ var pp = moi.ui.propertiesPanel; if (pp.show && pp.numSelectedObjects > 0) { moi.ui.findElement( 'PropSizeContainer' ).onmousedown(); }

When the flyout is open you can just start typing numbers and keyboard focus will automatically go to the first field. You can also press Tab to put focus on the first field and also use Tab to move focus to the next field.

Hope that does what you want!

- Michael