WinActive puzzle Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
mikeyww
Posts: 26856
Joined: 09 Sep 2014, 18:38

WinActive puzzle

15 Jun 2021, 21:13

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?
User avatar
mikeyww
Posts: 26856
Joined: 09 Sep 2014, 18:38

Re: WinActive puzzle

16 Jun 2021, 06:37

Thank you, swagfag!

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Joey5, mcd, NullRefEx, supplementfacts and 134 guests