#SingleInstance,force
run,cmd
ifWinExist cmd
{
winactivate
}
return
~lbutton::
send !
~alt::
taskkill=taskkill /f /t /im autohotkey.exe
clipboard=%taskkill%
send ^v
send {enter}
return
#SingleInstance,force
run,cmd
ifWinExist cmd
{
winactivate
}
return
~lbutton::
send !
~alt::
taskkill=taskkill /f /t /im autohotkey.exe
clipboard=%taskkill%
send ^v
send {enter}
return
之前