Hello, I have a script to swap the gear in a game by right click the item in the inventory.
It looks like there is an error if I hold down the LButton while I run the script. I guess it is the conflict between the LButton and RButton being pressed / queued at the same time. If I release the LButton physically or use a SendInput {LButton Up} before the swap, it runs perfectly fine.
Just wondering if there is a way for me to hold the LButton during the swap? I checked the ahk manual and tried all those SetControlDelay
things and no luck still. Regular MouseClick has the same issue as well.
Any input would be appreciated, thanks.