I want to simulate keypress events in javascript. For example, I want a function that will do these "up arrow" + "down arrow" + "down arrow". Is it possible?
Asked
Active
Viewed 2,434 times
0
-
What will execute when doing so? Do you want to do things at browser level? – pimvdb Oct 18 '11 at 09:23
-
Already answered in the post http://stackoverflow.com/questions/961532/firing-a-keyboard-event-in-javascript – James Jithin Oct 18 '11 at 09:23
-
How about Up Up Down Down Left Right Left Right B A Start? – vzwick Oct 18 '11 at 09:27
-
1using cheats ain't smart – Cystack Oct 18 '11 at 09:54