how not to allow muliple keystokes received at one key press?
- by Untopronor
when we press a key and keep pressing it the keypress and keydown event continuously fires.
Is there a way to let these fire only after a complete cycle ,eg keydown and then key up.
I would like the user not to be able press the key continuously rather would like the user have to press then release the key board to type a character !
so that following case do not occur eg : pppppppppppppppppppppppp when user presses 'p' for 1 sec.