it seems simple but i can't get my head around getting this to work.
here is what i have tried so far:
Code: Select all
^v::
send ^c
sleep 50
KeyWait Ctrl, D
KeyWait Ctrl, U
KeyWait v, D
KeyWait v, U
send ^v
Return
Code: Select all
^v::
send ^c
sleep 50
If !GetKeyState("Ctrl", "v")
Return
send ^v
Return