Dim $i=1,$j=2,$l=3 HotKeySet($i, "captureEsc") HotKeySet($j, "captureEsc1") HotKeySet($l, "captureEsc2") While 1 Sleep(100) WEnd Func captureEsc() HotKeySet($i) Send("7") HotKeySet($i, "captureEsc") EndFunc Func captureEsc1() HotKeySet($j) Send("4") HotKeySet($j, "captureEsc1") EndFunc Func captureEsc2() HotKeySet($l) Send("1") HotKeySet($l, "captureEsc2") EndFunc
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-17 07:40 , Processed in 0.069424 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.