| Author |
Message |
Forum: Support Topic: how to send simultanoues keypresses? |
| adrian783 |
|
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? |
| adrian783 |
|
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: |