在 TestComplete 中模拟数字键盘

发布于 2024-10-12 06:48:08 字数 78 浏览 3 评论 0原文

有没有办法在 TestComplete 中模拟数字键盘?我知道我可以输入 [NumMinus] 来使用 Num -,但我需要这个键盘上的数字。

is there a way to simulate numeric keyboard in TestComplete? I know I can type [NumMinus] to use Num -, but I need numbers from this keyboard.

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

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

发布评论

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

评论(1

走走停停 2024-10-19 06:48:08

使用格式 [Xnn]

通过虚拟键代码指定键。 nn 是所需键的十进制虚拟键代码。例如,[X107] 对应于 Num Plus 键。要了解有关虚拟键代码的更多信息,请参阅 MSDN 库中的虚拟键代码文章。本文的在线版本可从 http://msdn2.microsoft 获取。 com/en-us/library/ms645540.aspx

原始来源 - http://www.automatedqa.com/support/viewarticle/12182/

Use the format [Xnn]

Specifies a key by its virtual-key code. nn is the decimal virtual-key code of the desired key. For example, [X107] corresponds to the Num Plus key. To learn more about virtual-key codes, see the Virtual-Key Codes article in the MSDN library. The on-line version of the article is available at http://msdn2.microsoft.com/en-us/library/ms645540.aspx.

Original source - http://www.automatedqa.com/support/viewarticle/12182/

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