Mac OSX v3 prototype available now

 From:  Michael Gibson
4737.94 In reply to 4737.92 
Hi Martin,

> Can MoI be closed by a script?
> I would like to assign the standard Apple shortcut cmd+Q for
> closing an app (For the time beeing it would be Alt+Q).

Put the following script in for the command part of the shortcut key for that:

script: /* Exit MoI */ moi.ui.mainWindow.close();

- Michael