如何使用 SendKeys 发送单个 Shift 键?

发布于 2024-11-05 13:42:43 字数 113 浏览 3 评论 0原文

我正在尝试使用 vbscript 自动执行日常任务。它要求我先按一个shift,然后输入一个字符串。我怎样才能用 SendKeys 做到这一点?如果无法完成,是否没有办法在不安装一些新工具的情况下自动执行此任务?

I'm trying to automate a routine task with vbscript. It requires me first pressing a single shift and then input a string. How can I do that with SendKeys? If it can't be done, is there no way to automate this task without installing some new tool?

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

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

发布评论

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

评论(1

新雨望断虹 2024-11-12 13:42:43

Shift 键的特殊字符是加号。这里有一篇文章进一步解释:
http://www.joecolantonio.com/2011/01/ 21/qtp-vbscript-sendkeys-faq/

The special character for the shift key is the plus sign. Here is an article that explains further:
http://www.joecolantonio.com/2011/01/21/qtp-vbscript-sendkeys-faq/

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