AutoHotkey Community

It is currently May 26th, 2012, 8:12 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: July 18th, 2009, 4:41 pm 
Offline

Joined: July 18th, 2009, 4:16 pm
Posts: 3
Hi,

I have been playing this game, but there is a couple of maps that i can't complete because i suck at key combos. it is pressing, right arrow - left arrow and space, in that order.

It needs to be done fast after eachother but not at the same time :)

Is there's a way that i can bind like The "Q" key to the "Right arrow - Left Arrow - Space".


I hope that my english was understandable and if someone would be so kind to write to me about if this is doable and how to do it ;)

Thanks :P


Last edited by Nighthuntah on July 18th, 2009, 5:15 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 18th, 2009, 4:43 pm 
Offline

Joined: January 13th, 2009, 10:02 pm
Posts: 31
Code:
q::
Send, {Right}{Left}{Space}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 18th, 2009, 5:12 pm 
Offline

Joined: July 18th, 2009, 4:16 pm
Posts: 3
Thanks,
It did not work out like i wished, but atleast you made me understand how to do hot keys.

The character was supposed to jump a slide jump but all it did was jumping straight up ;)

Is there a way to add like 0,5 sec between each key after pressing Q?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 18th, 2009, 5:25 pm 
Offline

Joined: January 13th, 2009, 10:02 pm
Posts: 31
Code:
SetKeyDelay, 50  ;Delay in Ms
q::
Send, {Right}{Left}{Space}
return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 18th, 2009, 5:39 pm 
Offline

Joined: July 18th, 2009, 4:16 pm
Posts: 3
Great, thank you very much =)

The hot key works in the text document and at other pages, but when i am playing the game, only the space works, so it keeps jumping :P So i guess it is something wrong with the game ;)

Btw, love this program :P, nicely made ;)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 18th, 2009, 5:45 pm 
Offline

Joined: January 13th, 2009, 10:02 pm
Posts: 31
You can also try to put SendMode, Play at the beginning of the script.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: [VxE], BrandonHotkey, over21, SifJar, StepO and 67 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group