I need that LButton (when up) to release Insert (down and up) key. But it can't release while LButton is down, cuz in the game that I play, one action cancels the other. I made a script that almost do that, but when I do that fast, one action begins to cancel the other, like LButton (down) was being pressed at the same time that Insert are.
Actual script:
LButton up::
Send {Ins up}
Return