所以,我编辑(试过)现有代码我是我的鼠标宏库
这就是发生的事情:LeftMouse点击+“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>