Page 1 of 1

WinActive puzzle

Posted: 15 Jun 2021, 21:13
by mikeyww
My AHK version: 1.1.33.09

My script:

Code: Select all

#If WinActive("ahk_class Notepad") && GetKeyState("CapsLock", "T")
d::SetTimer, Go, 25
d Up::SetTimer, Go, Off
Go:
Send % GetKeyState("d", "P") ? "b" : ""
Return
My output:

bbbbbbb0xc0dddba0xcd0ddbad0xcd0dbdaD0xcd0ddbad0xcd0dba

Why?

Re: WinActive puzzle  Topic is solved

Posted: 16 Jun 2021, 04:24
by swagfag

Re: WinActive puzzle

Posted: 16 Jun 2021, 06:37
by mikeyww
Thank you, swagfag!