发送快捷方式到 Eclipse 控制台
我有一个项目需要使用 Eclipse 的 CDT 来完成。我的项目旨在在运行时监听各种快捷方式(通常来自终端或命令提示符)。在 Eclipse 下运行时,程序正在侦听的这些快捷方式(例如 CTRL+C,...)将不起作用,因为 Eclipse 会自行接收快捷方式。
所以,我的问题是,当我的应用程序在 Eclipse 控制台中运行时,是否可以向它发送快捷方式?
问候,本
i got a project to complete with Eclipse's CDT. My Project is intend to listen for various shortcuts while it is running (normally 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse 有一个 Aptana 插件。该插件有一个终端视图。您可以使用该视图来运行该项目,并且您将能够从 eclipse 中向其发送键盘快捷键。
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.