Configuring Eclipse to compile Flash with Cmd + Enter
Posted on 26th June 2010 in Developer tools, Eclipse, Flash | 1 Comment »
If for whatever reason a lot of your work gets done in Flash IDE and you’re working on the open-source Eclipse Flash development platform, it may get seriously annoying to seek for that tiny Run button on the Eclipse toolbar. To hook up Cmd + Enter* in Eclipse, do the following:
- Open the Preferences of your Eclipse IDE
- Locate General > Keys
- Type Run in the field with type filter text tip in it
- Scroll down and find the Run command, it should display Shift + Cmd + F11 by default
- Click Unbind Command
- Click the Binding field and Cmd + Enter to set the new shortcut
- Click Apply and Ok to finish
* the guide applies to Mac OS X version of Eclipse, but can easily deployed for Ctrl + Enter on Windows (or Linux).
Related articles:


One Response
I’m using CTRL+Enter to launch the last launched External Tool configuration (using Ant build files most of the time anyway). However what I found with Eclipse 3.6 is that it always opens the External Tool Configuration Window instead of launching just the config. So I have to press Enter two more times. Wondering if that’s a bug in new Eclipse 3.6? Anyone else?