@Perry
I have a feature request. I would really like to have the shortcuts from the Corona Simulator transferred to Sublime.
So we could have “Show Project Sandbox”, “Build” (iOS/Android), “Refresh”, “Suspend”, “View As”, “Bring All to Front” etc.
on shortcuts in Sublime.
This would be an easy task to setup yourself if Sublime supported user scripting with applescript ( like pre Xcode 4 used to do ).
I am not really familiar with Python but I think it would be possible to do with this python applescript bridge: https://pypi.python.org/pypi/py-applescript/
…or maybe it could be done some other way, since you can make changes to the simulator itself?