Send shortcut to Eclipse console
i got a project to complete with Eclipse's CDT. My Project is intend to listen for various shortcuts while it is running (no开发者_如何学Pythonrmally from a terminal or command promt). While running under Eclipse, these shortcuts the programm is listening to(e.g. CTRL+C, ...) won't work, because Eclipse is receives shortcuts on its own.
So, my Question is, is it possible to send a shortcut to my application while it is running in an Eclipse console?
Greetings, Ben
There is an Aptana plugin for eclipse. That plugin has a Terminal view. You can use that view to run the project and you will be able to send keyboard shortcuts to it from within eclipse.
精彩评论