Search found 7 matches
- Mon Oct 22, 2012 2:54 pm
- Forum: Beginners
- Topic: Program don't recognize keystrokes
- Replies: 11
- Views: 21421
I think the problem is the speed at which you press the enter key. With this code, not work very well, but at least recognize the enter key occasionally. I do not understand why it does not work with keybd_event. Is there any other way to control the speed similar to KeyDown or KeyUp? Label>Start Pr...
- Sat Oct 20, 2012 10:26 pm
- Forum: Beginners
- Topic: Program don't recognize keystrokes
- Replies: 11
- Views: 21421
Is not 13 the code for the Enter key? I've also tried the following, without success: SetFocus>** WaitReady>0 Let>VK_RETURN=13 Let>ExtendedKey=1 Let>KeyUp=2 Press Enter LibFunc>user32.dll,keybd_event,r,VK_RETURN,0,ExtendedKey,0 Wait>0.5 Release Enter Let>FLAGS={%ExtendedKey% OR %KeyUp%} LibFunc>us...
- Sat Oct 20, 2012 7:13 pm
- Forum: Beginners
- Topic: Program don't recognize keystrokes
- Replies: 11
- Views: 21421
I tried with the following code I found on the forum, but it does not work: SetFocus>** WaitReady>0 Let>VK_control=13 Let>ExtendedKey=1 Let>KeyUp=2 Press Enter LibFunc>user32.dll,keybd_event,r,VK_control,0,ExtendedKey,0 Wait>0.5 Release Enter Let>FLAGS={%ExtendedKey% OR %KeyUp%} LibFunc>user32.dll,k...
- Sat Oct 20, 2012 5:40 pm
- Forum: Beginners
- Topic: Program don't recognize keystrokes
- Replies: 11
- Views: 21421
- Sat Oct 20, 2012 2:55 am
- Forum: Beginners
- Topic: Program don't recognize keystrokes
- Replies: 11
- Views: 21421
- Sat Oct 20, 2012 2:23 am
- Forum: Beginners
- Topic: Program don't recognize keystrokes
- Replies: 11
- Views: 21421
- Fri Oct 19, 2012 8:05 pm
- Forum: Beginners
- Topic: Program don't recognize keystrokes
- Replies: 11
- Views: 21421
Program don't recognize keystrokes
Hi! I have a problem with keystrokes. For example, I'm trying to make a macro to press enter, type "Hello", and press enter again, but the program recipient does not receive the keystrokes. The program is a game called ***. I was testing, but almost no keys function. Probe with enter, shit, ctrl, F1...