- Joined
- Jan 19, 2016
- Messages
- 13,351
- Reaction score
- 35,529
- Points
- 1,588
- Age
- 125
- Gender
- Male
If you want to get really fancy and it's possible, you can make the paste code tab between fields and paste everything with one key. The full code of mine looks like this:Thanks! Ill see how I can make this work
Code:
s::
Clipboard := Confirmation
sleep 200
send ^v
sleep 200
send {tab}
Clipboard := Lastname
sleep 200
send ^v
sleep 200
send {tab}
Clipboard := Yearbirth
sleep 200
send ^v
sleep 200
send {tab 4}
return
Don't know if that applies for what you're doing