Hi Dan, right now I'm not sure what I'll be doing with double click, I want to keep it available until some other pieces like groups are set up.
You can set up a keyboard shortcut to open up the Details... dialog though. To do that set this on a shortcut key:
script: /* Show object properties dialog */ moi.ui.createDialog( 'ObjectPropertiesDialog.htm', 'resizeable,defaultWidth:700,defaultHeight:500' );
- Michael
|