Can I make my script work with left click?

Ask gaming related questions (AHK v1.1 and older)
patu99
Posts: 1
Joined: 18 Mar 2024, 06:54
Contact:

Can I make my script work with left click?

18 Mar 2024, 07:18

example this is my script

Code: Select all

f3::suspend
e::
{
send {lbutton down}
sleep 50
send {lbutton up}
sleep 50
send {2 down}
sleep 35
send {2 up}
This works normally with the letter E, but I would like it to work with the left click and not the letter E, is it possible? layers is something very easy, but I don't know how to do it

[Mod edit: Added [code][/code] tags. Please use them yourself when posting code!]
User avatar
V0RT3X
Posts: 236
Joined: 20 May 2023, 21:59
Contact:

Re: Can I make my script work with left click?

18 Mar 2024, 07:40

Swap -> e::
With -> LButton::

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 30 guests