不同国家(键盘)的 PlatformKeyCode 是否相同?
这个问题很简单,需要更简单的答案(是或否:)) PlatformKeyCode 在不同国家/地区是否相同(因此键盘布局也不同)?
非常感谢。
the question is simple and requires even simpler answer (yes or no :) )
Is PlatformKeyCode the same across different countries (and therefore different keyboards layouts)?
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
否。
来自 KeyEventArgs .PlatformKeyCode 文档:
这看起来像扫描码,这也取决于键盘布局。
No.
From the KeyEventArgs.PlatformKeyCode documentation:
This looks like a scan code, which also depends on the keyboard layout.