Press multiple key Topic is solved

Ask gaming related questions (AHK v1.1 and older)
u1mx
Posts: 5
Joined: 11 Jun 2022, 13:26

Press multiple key

Post by u1mx » 28 Jul 2022, 03:36

Hello! I need a script that can press left mouse click and a but the a need to be 0.1s after the left mouse click

Thanks for helping.

Rohwedder
Posts: 7768
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Press multiple key  Topic is solved

Post by Rohwedder » 28 Jul 2022, 04:15

hallo,
try:

Code: Select all

q::
CLick
Sleep, 100
SendInput, a
Return

Post Reply

Return to “Gaming Help (v1)”