I Jean,
I hope all is well for you. I hope my question isn't a dumb question... I'm not a programmer, so I'm still learning the inner-workings of Windows 10 and AHK. As seen at the top of this post:
https://www.autohotkey.com/boards/viewto...2&t=122332 I'm having trouble with my Windows not obeying "buffer commands" sent by my AHK scripts (or at least I think that's what is happening).
It seems likely that another app (or something) keeps "stealing" the keyboard hook. To be clear, I don't think that it is QAP (or any AHK process). I've systematically exited all my AHK stuff (include QAP), and it doesn't fix the problem.
But... Since QAP is the only compiled AHK tool I have, it is also the only one I can't examine the code of... To quote Lexikos on the other forum, "...However, since SendInput is unable to detect a low-level hook in programs other than AutoHotkey v1.0.43+..."
QAP uses a newer version of AHK than 1.0.43 -- yes?