Hi Frederick,
re:
> Anytime I want to export, one click - instead of TAB, type the prefix,
> then issue the Export command.
You can set up a shortcut key that will combine those into a single keypress.
For example:
script: moi.geometryDatabase.deselectAll(); moi.geometryDatabase.selectNamed( 'BC*' ); moi.command.execCommand( 'Export' );
- Michael
|