AutoHotkey Community

It is currently May 23rd, 2012, 3:43 pm

All times are UTC [ DST ]


Search found 2 matches
Search these results:

Author Message

 Forum: Support   Topic: how to send simultanoues keypresses?

Posted: February 23rd, 2010, 1:24 am 

Replies: 3
Views: 613


Try SendInput, it will send the keys faster and will increase the possibility of the game recognizing it as a "simultaneous" key press. I am pretty sure that a keyboard can not send more than one keystroke at a time. #IfWinActive ahk_class STREET FIGHTER IV k:: SendEvent {x down}...

 Forum: Support   Topic: how to send simultanoues keypresses?

Posted: February 22nd, 2010, 11:25 pm 

Replies: 3
Views: 613


im trying to make macros for street fighter 4. but 1 problem i have is when the game calls for simultaneous button presses. i use Send {x down}{y down}{l down} but the game will not take that as 3 simultaneous keystrokes but rather, x, then xy, then l. basically, it's i...
Sort by:  
Page 1 of 1 [ Search found 2 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group