Configure command to Left Mouse but continue clicking

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
klausdark6
Posts: 5
Joined: 26 Sep 2018, 15:49

Configure command to Left Mouse but continue clicking

29 May 2019, 21:07

So im creating a script to click LCtrl when i keep the LButton pressing. The script itself work well, but i want the normal left click button to keep working as always, and the script just kill the left click and just press Ctrl.

Anyone knows what can i do?
8::Suspend, Toggle

*LButton::

Loop

{

Random, bera, 500, 3000

Random, beer, 450, 1000

GetKeyState, var, LButton, P

If var = U

Break

Send {Control down}

Sleep %beer%

Send {Control up}

Sleep, %bera%

}

Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mapcarter, Marium0505 and 372 guests