; Run Notepad, type "Hello world!" and then select all text by mouse.
;Send #r
;WinWaitActive, ahk_class #32770
;Send notepad`n
flag:=false
~XButton2::
flag:=!flag
if(flag)
{
SetTimer, Label, 50
}
else
{
SetTimer,Label,off
}
return
Label:
{
Send 31rtf2z
}
return
暂无讨论,说说你的看法吧