명령어 진행중에 특정키를 입력했을때 다음 명령어가 진행되게 하고 싶습니다.
아래쪽 음영처리된 부분에 특정키를 넣고 싶습니다.
방법 아시는분은 부탁드립니다.
Loop
{
send, {shift down}
sleep, 50
send, {3 down}
send, {3 up}
sleep, 680
;;여기위치에 특정키를 입력했을때 다음 명령어가 진행되게 하고싶습니다.
send, {2 down}
send, {2 up}
send, {lbutton down}
send, {lbutton up}
send, {shift up}
}
return
http://autohotkeykr.sourceforge.net/docs/commands/KeyWait.htm
원하는 것이 이 명령어 인거 같습니다.