不同国家(键盘)的 PlatformKeyCode 是否相同?

发布于 2024-10-06 10:26:01 字数 85 浏览 3 评论 0原文

这个问题很简单,需要更简单的答案(是或否:)) 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 技术交流群。

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

发布评论

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

评论(1

窗影残 2024-10-13 10:26:01

否。

来自 KeyEventArgs .PlatformKeyCode 文档:

获取一个整数值,表示
按下或释放的键
(取决于引发哪个事件)。
该值是不可移植密钥
代码,正在运行
特定于系统。

这看起来像扫描码,这也取决于键盘布局。

No.

From the KeyEventArgs.PlatformKeyCode documentation:

Gets an integer value that represents
the key that is pressed or released
(depending on which event is raised).
This value is the nonportable key
code, which is operating
system–specific.

This looks like a scan code, which also depends on the keyboard layout.

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