Have a key press emulate mouse clicks, but repeated.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
asdf322
Posts: 10
Joined: 01 Jul 2018, 13:09

Have a key press emulate mouse clicks, but repeated.

Post by asdf322 » 05 Oct 2022, 15:35

I have this:

-----------

Code: Select all

Space::

click, down

KeyWait Space

click, up

return
----------------

How do I now make it so that it rapidly keeps autoclicking as long as the space bar is held? Thank you.


Post Reply

Return to “Ask for Help (v1)”