java 小程序热键
我很好奇是否可以在 jApplet 中创建小程序全局的热键...例如全局键处理程序或其他东西。 例如,我希望能够按下“F11”键,然后出现一个 jPanel,然后再次按“f11”使其消失......无论我关注哪个组件。当我不专注于应用程序而只专注于内部时,我不希望它起作用。
谢谢。
I was curious if it was possible to create hotkeys in a jApplet that are global for the applet...like a global key handler or something.
For example, I would like to be able to press the key, 'F11' lets say, then have a jPanel appear, and then press 'f11' again to make it disappear... regardless of which component I'm focused on.I don't expect it to work when I'm not focused on the application, just within.
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用按键绑定。
You need to use Key Bindings.