开发者

Send shortcut to Eclipse console

开发者 https://www.devze.com 2023-03-18 20:07 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消