在 Java 中拦截诺基亚 Ctrl/Chr 按键
我试图拦截完整的 QWERTY 诺基亚设备 (E71) 上的 Ctrl/Chr 键。 似乎没有为该特定键生成 keyPress 事件。
有任何想法吗?
I'm trying to intercept the Ctrl/Chr key on a full QWERTY Nokia device (E71). It seems like the keyPress event isn't generated for this particular key.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该键很可能只是一个键码修饰符。
您可能只能看到它是否与另一个同时按下。
它不完全是第一个不触发手机上 Canvas.keyPressed() 回调的键。
There is a good chance that this key is only a keycode modifier.
You can probably only see whether it is pressed at the same time as another one.
It would not exactly but the first key to not trigger a Canvas.keyPressed() callback on a phone.