Simulate Shift+Enter keysPress

wxdqz

New Member
I want to do such thing:

if (window.event.keyCode==13) //enter pressed
{
/* I want instead of enter pass Shift + Enter event to
the window. I can抰 find anywhere example on passing
two keys pressed at the same time :(
*/
}

thnx for all help
 
Back
Top