Log in

View Full Version : Bind a key for deploy in eclispe


SuperBK
13-02-2015, 23:56
We are using C++.

Has anyone been able to bind a keyboard shortcut to deploy code to the roboRio in Eclipse? I looked under Windows->Preferences->General->Keys, but I don't see how to find a command for "Run As-> C++ WPILib Deploy". Any idea of the steps?

Thanks,
Brian

JohnSmooth42
14-02-2015, 20:44
I think this might be what you're looking for: https://wiki.eclipse.org/FAQ_How_do_I_provide_a_keyboard_shortcut_for_my_ac tion%3F

AlexNeedsAName
15-02-2016, 18:10
Did you ever get this working? I'm looking to do the same thing.

euhlmann
15-02-2016, 21:21
Deploy runs an ant script, so I think if you bind a key to "run last launched external tool" it should work.