Autohotkey How to hold a mouse button while a key is pressed?
In short: How do I write an autohotkey script so that when I press, say, F1, it presses the mouse button down and only lets it go after I let go of the key? I did some research on both autohotkey forums (which redirect here for asking questions) and read through the documentation, but I'm no programer and have a difficult time grasping loops. I tried doing while or if(getkeystate("F1") loops but I kept getting it wrong until finally I've ended up with this script, which almost works. F2::Click down right F2 Up::Click up right F1::Click down F1 Up::Click up When I say almost, I mean it doesn't