Spencer Phillip Young
Spencer Phillip Young
Have you tried using the `key_delay` parameter?
That's true. There is an oversight in the API for `Window.send` and this parameter isn't there. Though, you did not mention your use case is for sending to a window...
Right. The underlying functionality of `Window.send` uses AutoHotkey's `ControlSend`, so the behavior you observe will be identical to that of `ControlSend` in AutoHotkey scripts.
I'm no longer working with the company that had this issue, but there haven't been any code changes in the relevant source code responsible for the issue. So, I would...
Well, ECMAScript 5 is the `5` in JSON5. So. You'd probably have to call it something else, wouldn't you? But `JSON2021` just doesn't have the same ring to it.
Thanks for the detailed report. Given the nature of the error displayed, alongside the fact that this works in other Python versions and only began having problems after updating your...
Thanks for pointing this out. I'm not a fan of `__version__` being in `__init__.py` to begin with, I think partially for this reason. I'll look at getting this fixed soon.
Hmm. I'm not able to reproduce this issue on my Windows machine. Your code works for me as-is.
I will be able to try reproducing on a MacOS system in the near future. Hang tight. (and thank you for the detailed report!). For whatever it's worth, I've found...
Related: #45