Stop Repeating Keys

2007-01-22 Thread Mark Greenberg
I have an application where the user types in numbers, but I don't want the keys to automatically repeat. For instance, if the user holds down the 5 key too long, I don't want to appear. I am already capturing the keystroke with an ON KeyDown handler and manipulating the user's

Re: Stop Repeating Keys

2007-01-22 Thread Sarah Reichelt
On 1/23/07, Mark Greenberg [EMAIL PROTECTED] wrote: I have an application where the user types in numbers, but I don't want the keys to automatically repeat. For instance, if the user holds down the 5 key too long, I don't want to appear. I am already capturing the keystroke with an ON