[水一帖] 这个AHK宏不能用,求大佬帮忙改下

CashCow-avatar

CashCow

2020-08-08T04:49:14+00:00

#IfWinActive,ahk_class D3 Main Window Class

SetKeyDelay,20
SetMouseDelay,20

$MouseRButton:: ;
{
If (MouseRButton=0)
  {
  SetTimer, Label1, off ;
  SetTimer, Label2, off ;
  SetTimer, Label3, off ;
  SetTimer, Label4, off ;
  SetTimer, MouseLButton, off ;
  }
Else
  {
  SetTimer, Label1, 200 ;
  SetTimer, Label2, 2000 ;
  SetTimer, Label3, 200 ;
  SetTimer, Label4, 200;
  SetTimer, MouseLButton, 200 ;
  }
}
Return


我想要的效果是:按住右键的过程中 1234和鼠标左键不停的按,松开右键宏自动停止

但这个宏不能用 求大佬帮忙改下啊 有偿也行