V4 beta Sep-10-2020 available now

 From:  Michael Gibson
9942.78 In reply to 9942.77 
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