Here's what I'm trying to do. I want to press the Left shift button down and have it send a double mouse click, then do nothing until the left shift is released, then upon release, send a double click again.
Here's what I have so far:
LShift::Click 2
Return
LShift Up::Click 2
Return
The problem is, when I hold down the shift key, it continually sends the double click, rather than just sending it once and waiting until it is released to send it again. Does anyone know an easy way to fix this?