how to capture key repeats with javascript

Posted by yamspog on Stack Overflow See other posts from Stack Overflow or by yamspog
Published on 2010-03-29T18:31:50Z Indexed on 2010/03/29 18:33 UTC
Read the original article Hit count: 368

Filed under:
|
|
|

i have an asp.net form and an asp:textbox. i have a problem when the user presses and HOLDS a key down. the user selects the text box and then presses and holds '9' until the text box fills with 9s.

Is there any way to detect this situation? Is there a way to stop key repeats when the key is held down?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about keyevent