Using Scripts on OSX?

 From:  Michael Gibson
6714.2 In reply to 6714.1 
Hi Holger, the Fullscreen script is slightly different than all the other ones, it's not meant to be run as a command.

It's ok to put it in the commands folder but for that particular script in the keyboard shortcut you need to have the full path to the script name and the name should end in .js too. If you have copied it into the commands folder you should be able to put in: c:\moi\commands\FullScreen.js in the keyboard shortcut.

All other ones are meant to be run as commands, that means for the shortcut key you should only put in the plain command name, no path and no file extension. So for example with the CloseLine command you should put in the command name as CloseLine - not CloseLine.js with the file extension on it.

Let me know if you are still stuck.

- Michael