|
|
- #SingleInstance Ignore
- #MaxThreadsPerHotkey, 2
- SetKeyDelay, 50, 50
- ;参数设置
- global ping := 300 ;初始间隔ms
- ~w::
- settimer, MyTimedLabel,% -ping
- return
- MyTimedLabel:
- if WinActive("ahk_exe PathOfExile_x64.exe") and getkeystate(w) = U
- Send {d}
- return
复制代码 加了只能在游戏内使用
感兴趣可以设置聊天失效 不写了
|
|