Skip to content

Instantly share code, notes, and snippets.

@stania
Created September 21, 2019 03:55
Show Gist options
  • Save stania/8d695582f81837b8c4d16497495f3979 to your computer and use it in GitHub Desktop.
Save stania/8d695582f81837b8c4d16497495f3979 to your computer and use it in GitHub Desktop.
!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