Script to select all edges and merge

 From:  Michael Gibson
10861.5 In reply to 10861.3 
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