AutoHotkey简单按键盘代码,在线等

2025-03-18 18:48:49
推荐回答(1个)
回答1:

t=0
9::
t=1
while t==1 {
sleep 200
send {R}
sleep 200
send {F}
}
return
8::
t=0
return