06/29 - Wind in the Willows Wednesday!

Status
Not open for further replies.

Shuten Doge

You would feel small...like a rat. Radials
Joined
May 26, 2016
Messages
269
Reaction score
420
Points
63
Gender
Male
Simple AHK to fill out the Kari Hartnet hits with the most common information. Leaves where you found the information blank.

Code:
1::
send {tab}
send {down}
send {tab 2}
send {space}
send {tab}
send {space}
send {tab}
send {space}
send {tab}
send {space}
send {tab}
send {down}
send {tab}
send {space}
send {tab}
send {down}
return
 
  • Like
Reactions: Matilda Jones

SquishyFluffkin

Well-Known Member
Contributor
Joined
Jan 18, 2016
Messages
3,067
Reaction score
6,909
Points
838
Age
34
Location
Walton KY
Gender
Male
Simple AHK to fill out the Kari Hartnet hits with the most common information. Leaves where you found the information blank.

Code:
1::
send {tab}
send {down}
send {tab 2}
send {space}
send {tab}
send {space}
send {tab}
send {space}
send {tab}
send {space}
send {tab}
send {down}
send {tab}
send {space}
send {tab}
send {down}
return
I don't have AHK installed on the new PC yet. Anyone have a tampermonkey equivalent?
 
Status
Not open for further replies.