Skip to content

Instantly share code, notes, and snippets.

@dolphinotaku
Created June 21, 2021 15:10
Show Gist options
  • Save dolphinotaku/09475ea7cefd4a35cf2f836fbfb80630 to your computer and use it in GitHub Desktop.
Save dolphinotaku/09475ea7cefd4a35cf2f836fbfb80630 to your computer and use it in GitHub Desktop.
Focus on IE, input and login
^k::
; #IfWinExist, PDS - Product Development System
; WinActivate, PDS - Product Development System
; WinWaitActive, PDS - Product Development System
if WinExist("PDS - Product Development System") {
WinActivate
Send, {F5}
Sleep 1000
Send, ^a
Send, Keith_Poon
Send, {Tab down}Computer
Send, {Enter}
} else {
MsgBox, Internet Explorer PDS windows not exists
}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment