Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to assign a keyboard shortcut to a run configuration in IntelliJ?

It seems you can assign a keyboard shortcut to almost everything else, but I can't see an option to do this for run/debug configurations?

The "run configurations" are listed in the drop-down on the IntelliJ toolbar. I'd like to setup a run configuration that can perform two maven tasks sequentially (jetty:stop and then jetty:run if you are interested), and assign a keyboard shortcut to this action.

Any ideas?

like image 455
Daniel Alexiuc Avatar asked Apr 29 '09 22:04

Daniel Alexiuc


1 Answers

Finally! JetBrains has implemented this feature in IntelliJ IDEA v9.

like image 196
Daniel Alexiuc Avatar answered Nov 15 '22 07:11

Daniel Alexiuc