发送快捷方式到 Eclipse 控制台

发布于 2024-11-19 03:41:41 字数 208 浏览 7 评论 0原文

我有一个项目需要使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

入画浅相思 2024-11-26 03:41:41

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文