Share your MoI keyboard shortcuts

 From:  mkdm
8123.14 In reply to 8123.13 
Hi shayno,

and good morning.

> Shift+L=script:var a = moi.command.lastCommandRevisionStart; var b = moi.command.lastCommandRevisionEnd; var objects = moi.geometryDatabase.getObjects(); for ( var i = 0; i < objects.length; ++i ) { var obj = objects.item(i); if ( obj.databaseRevision> a && obj.databaseRevision <= b ) obj.selected = true; }

Very useful script which I didn't know.

I just included it into my current config, thanks.

Best,

- Marco (mkdm)