如何使用 SendKeys 发送单个 Shift 键?
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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/