Spam key and still use mouse

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
adrenalinskr
Posts: 17
Joined: 02 Dec 2016, 13:27

Spam key and still use mouse

17 Aug 2019, 22:02

I was wondering if anyone can help me out. I am looking to spam my F key.. without losing my mouse functionality.

So.. Spam F.. every 50ms-150ms or so... while still being able to fine tune my mouse.

I tried using the script below.. but i cannot use my mouse anymore. It like locks up.

~~ I do need a small delay after F Down. before F Up. If that helps.

$F2::

Toggle := !Toggle

while Toggle

{

Send, {f Down}

Sleep, 125

Send, {f Up}

}

return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Rohwedder, Vanda_a and 380 guests