Stop Repeating Keys
Mark Greenberg
markgreenberg at cox.net
Mon Jan 22 20:56:08 EST 2007
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 5555 to appear. I am
already capturing the keystroke with an ON KeyDown handler and
manipulating the user's input. Using KeyUp instead causes a problem
when two keys are pressed, so that won't work.
Any help would be appreciated,
Mark Greenberg
More information about the use-livecode
mailing list