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?
Did anyone ever find a solution to this? Went searching again last night and it seems like it’s something that should exist but I couldn’t get anything to work.
I guess changing the entire build system to be able to get a keyboard shortcut is an option, hopefully not the quickest option.
I have looked at GradleRIO but getting all the students to switch to it is harder since they can’t just follow screensteps live. It also isn’t the standard system so it gets harder to help other teams when they are using something different from you and you become less familiar with the other way.
Have you looked into AutoHotKey? Its basically making your own macros, so you could have something like Shift+B send the mouse to the correct spot, wait x seconds, then move to “build” and click on that. It would assume your workspace doesnt change though (if you made it without the WPILib bar and then added WPILib its gonna throw the whole thing off and youll have to change the pos of the mouse) but it may be worthwhile if Eclipse doesnt have that as a macro.
This may explain it better than I can, though its for use in Premiere.