Autoit 一起点击按键 [英] Autoit Click Keys together

查看:52
本文介绍了Autoit 一起点击按键的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何同时单击 Autoit Keys,而不是一个接一个.

How do I click in Autoit Keys together and not one after another.

就我而言,我想点击以下内容:

In my case I want to click following:

CTRL + ALT + SHIFT + +

在 Autoit 中就是这样:

That would be this in Autoit:

   Send("{RCTRL}")          
   Send("{RALT}")           
   Send("{RSHIFT}")         
   Send("{+}")          

但这确实一个接一个地点击按键,但我想一次点击全部.autoit 有什么解决办法吗?

But this does click the keys just one after another, but I want to click all at once. Is there any solution for this in autoit?

推荐答案

查了一下.我认为您不能专门选择 right shift(或 alt 或 ctrl).

Looked it up. I don't think you can select right shift specifically (or alt, or ctrl).

Send("!+^{+}")

Send("{SHIFTDOWN}{CTRLDOWN}{ALTDOWN}{+}{ALTUP}{CTRLUP}{SHIFTUP}")

这篇关于Autoit 一起点击按键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆