LButton:: While GetKeyState("LButton","p"){ Sleep 20return 这是我当前的脚本但是,因为我在游戏中使用它,所以我经常不得不按住Alt键来下伏,所以我需要它来使用^LButton。但出于某些原因,当按住alt+LButton时,它只是正常工作,即它会恢复到我按住鼠标左键的状态。我想到的一件事就是可能会添加 W
我遇到了一个关于Send命令如何工作的非常奇怪的问题。SetKeyDelay, 2000 ; Just for testing.In future, here should be something more fast and reliable GetKeyState, state, CapsLock但是如果我把所有的send命令
我有一个主文件#Include Script.ahk{ MsgBox, Iteration number is; A_Index will be 1, 2, then 3和Script.ahk我的主文件(AutoHotkey.ahk)中的循环不能工作。但是,Script.ahk (a::b)中的代码可以工作。
如果我在#include之后使用loop文件,那么两者