Java 组合键

发布于 2024-09-24 09:43:30 字数 76 浏览 2 评论 0原文

我想在程序运行时只要按下某个组合键即可执行特定操作,即使窗口未处于焦点状态也是如此。例如,如果我按 CTRL-U,程序就会退出。这可能吗?

I want to perform a specific action anytime a certain key combination is pressed while the program is running even if the window is not in focus. For instance, if I press CTRL-U the program would exit. Is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

埖埖迣鎅 2024-10-01 09:43:31

为此,您唯一真正的选择是使用大量 JNI。然而,这可能相当麻烦且难以实现。我的建议是要么直接使用 C/C++,要么不要尝试这样做。

Your only real option for this is a lot of JNI. However, this can be quite cumbersome and hard to achieve. My advice is to either go straight C/C++ or not attempt this.

枫林﹌晚霞¤ 2024-10-01 09:43:31

简单地说,唯一可以做到的方法就是使用 JNI。

Simply put, the only way it can be done is with JNI.

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