WinJS: The Windows Library for JavaScript 11 years ago
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.)