0

所以,我编辑(尝试)了一个现有的代码,我是鼠标的宏库

这就是应该发生的事情:鼠标左键单击+“q”键+“q”键在游戏中进行某种“快速射击”......

但是,我不知道键盘“q”键的代码,这里可能有问题,你们能帮帮我吗?

我需要更改代码的“KeyUp 5 1”相当于“q”

</GUIOption>
        <KeyUp>
            <Syntax></Syntax>
        </KeyUp>
        <KeyDown>
            <Syntax>
//   It is your new script below.
//-------------------
//there are three ways to create the script.
//1. Insert functions from top and left panels.
//2. Record both mouse and keyboard movements using record button.
//3. Input with either keyboard panel below or your actual keyboard.
LeftDown 1
Delay 16 ms
LeftUp 1
Delay 16 ms
KeyDown 5 1
Delay 16 ms
KeyUp 5 1
Delay 16 ms
KeyDown 5 1
Delay 16 ms
KeyUp 5 1
Delay 16 ms</Syntax>
        </KeyDown>
    </DefaultMacro>
</Root>
4

0 回答 0