Created
September 21, 2019 03:55
-
-
Save stania/8d695582f81837b8c4d16497495f3979 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!v:: | |
SetTitleMatchMode,2 | |
DetectHiddenWindows, Off | |
if WinExist("ahk_class POEWindowClass") | |
{ | |
WinActivate | |
Send, {Enter} | |
Send, ^v | |
Send, {Enter} | |
} | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment