HN user

_a7gd

1 karma
Posts0
Comments1
View on HN
No posts found.

The jQuery for windows that I found to have worked is AutoHotKey. But the syntax is something out of a morse code book:

    #IfWinActive ahk_class LWJGL
    {
        *^=::
        {
            SendInput t
            Sleep 150
            SendInput %macro1%{enter}
            return
        }
    }
This sends commands to a minecraft window (LWJGL is somehow what windows sees.)