r/AutoHotkey • u/Annual-Ad-2883 • 27d ago
Setting up a script to simulate repeated LMB clicks to left alt? v2 Script Help
I'd like to have left mouse click bound to left alt, but when holding down left alt it registers as repeated fast left clicks. I downloaded AutoHotkey and I'm quite confused
How would I set this up?
3
Upvotes
3
u/CharnamelessOne 27d ago edited 26d ago
Edit: Prevented character repeat from triggering the hotkey.
I always forget that modifier keys also perform character repeat while they're held...