The NEW Build Your Own Arcade Controls

Main => Main Forum => Topic started by: deano728 on May 30, 2008, 07:00:27 pm

Title: autohotkey infinite loop
Post by: deano728 on May 30, 2008, 07:00:27 pm
Is it possible to make "J" a hotkey that will cause a mouseclick and also just send 1 "J" to the window?

I'd like to have my pause button double as a mouseclick but I am not sure how to make it do this without starting an infinite loop of mouseclicks...

I tried

j::mouseclick, left send j
but I am loopin...
Title: Re: autohotkey infinite loop
Post by: deano728 on May 31, 2008, 09:19:28 pm
I just found the answer to this question...    The secret is in the tilde.

~J::Mouseclick,left