Search found 4 matches

by affebroman
26 Sep 2018, 09:57
Forum: Ask for Help (v1)
Topic: Need help with sequence =)
Replies: 6
Views: 1177

Re: Need help with sequence =)

klick [X] Do you want to close a window ore something?? :clap: Nope I want a fast editing macro for Fortnite editing! Basiclly you need to press EDIT[X] once, then press and hold [LMOUSE] to draw the pattern you like to edit. Then press EDIT[X] again to proceede the acctual edit. [MOUSE1] Never see...
by affebroman
26 Sep 2018, 09:50
Forum: Ask for Help (v1)
Topic: Need help with sequence =)
Replies: 6
Views: 1177

Re: Need help with sequence =)

You can remove the Down part of "Space Down::" and it should work, however it might trigger the while statement multiple times, which means you would need to add a sleep statement inside the while statement. Can you give me an example because I don't get that to work either. So basicly I would like...
by affebroman
26 Sep 2018, 01:00
Forum: Ask for Help (v1)
Topic: Need help with sequence =)
Replies: 6
Views: 1177

Re: Need help with sequence =)

MannyKSoSo wrote:You mean something like this

Code: Select all

Space Down::
While GetKeyState("Space", "P") {  ;P stands for being held down
  Send, x
  Send, [Click Down]
}
Send, x
Send, [Click Up]
return
Hi,

"Space down::" is unavailable.

Is there another way to send this?
by affebroman
25 Sep 2018, 13:26
Forum: Ask for Help (v1)
Topic: Need help with sequence =)
Replies: 6
Views: 1177

Need help with sequence =)

Hi guys, Im new to autohotkey and can't find out how I should do this specific sequence. I would like this to happen: Holding DOWN [Space], will klick [X] followed by holding DOWN [MOUSE1]. RELEASE [Space], will RELEASE [MOUSE1] followed by klicking [X]. I want the the "klick" to be fast and the upf...

Go to advanced search