Hi Peticel, the problem is that the contents for a shortcut key can either be a command name or it can be script code to run.
But in your case there you've got both of those together.
You'll need to put in this instead:
script:moi.geometryDatabase.selectAll(); moi.command.execCommand( 'Merge' );
- Michael
|