Search code examples
androideclipsekeyboard-shortcutshotkeysautostart

Add application launch shortcut in Eclipse?


I've been programming Android in Eclipse for about a year now and I have always launched my app by right clicking on my project name in the project explorer, followed by "run as", then "Android Application". There has to be a better way...

Is there a way to change this (three mouse clicks):

"Right click on project" -> "run as" -> "Android Application"

To this (one hotkey press):

<My favorite hotkey>

So I can just press one button to launch my app?

Thanks!


Solution

  • In preferences, go to General -> keys and search for the Android Application command. You can set a new key combination from here.