Simple AHK Macro

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
karmha
Posts: 1
Joined: 05 Dec 2018, 21:16

Simple AHK Macro

05 Dec 2018, 21:22

Hi,

Can anyone help me make a simple macro?

It is basically the following:

Hold "E" button forever

+

Hold "down arrow" for 5 sec , then "left arrow" for 5 sec, then "up arrow" for 5 sec, then "right arrow"for 5 sec.

That is pretty much it.

THanks in advance,

K
Mipha
Posts: 77
Joined: 27 Jul 2018, 17:08

Re: Simple AHK Macro

06 Dec 2018, 03:55

You can use send {up down} to press the up arrow down. You can then use send {up up} to release it and you can use sleep 2000 to wait 2 seconds. Combining these you can probably make the script you want too.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Hugh Jars, peter_ahk, Pianist and 353 guests