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
|