Philip Taylor
Philip Taylor
I'm not sure if I can merge this one just yet, as it fails to appropriately handle user callbacks when those callbacks are the strings of function names, or already...
Where it says ```ahk ; Use a temporary variable for ID in case more calls are made ; before we receive a response. ID := this.ID += 1 this.ws.Send(Chrome.Jxon_Dump({"id": ID...
In what way does it not work? Did you also initialize/update the required submodules? Git does not pull submodules with the main repository by default, so you must either run...
To be honest, I'm not sure at this point. The library is built on a websocket implementation that I am no longer happy with, and I will not have time...
This seems to have been mostly fixed with the updated codebase for AHKv2. However, there still seems to be some issues relating to zoom.
There is no official v2 port, but if one gets written I will lend it my support
You should be able to register the appropriate event handler on the body element and direct it to call an AHK function
Can you share some code that demonstrates your issue?
Your file diffs are really confusing, but I think you're talking about changing the language identifier in the markdown code blocks from `ahk` to `ahk2`? I have no plan to...