MOI3 Errors when selecting Shortcuts

 From:  Michael Gibson
9891.2 In reply to 9891.1 
Looks like you might be missing a "script:" prefix on the shortcut key.

Back some time ago it was required that inline script code needed a "script:" prefix at the start of it to indicate that what followed was some script code instead of the name of a command to run.

At some point later on that became optional and it would run the text contents of the shortcut key as script code if it did not match to the name of a command in the commands folder. But the shortcut key menu is still relying on having the script: prefix there.

So change that shortcut key to have script: at the start of it and that should probably fix it.

But don't add "script:" to every single shortcut key, the ones that have the name of a command in them like "Open" and "Save" should not have it.

- Michael