Is there a work around for the Typematic effects error in windows?

I would like to use the arrow keys for movement but typematic doesn’t appear to work in the windows version. Is there a different approach to take?

you need to supply more information…

where are you seeing this percieved error?

the arrow keys have specific tasks dependant on the current tool being used…

there are extensions that use them for movement…

john

If i implement the tool class the repeat variable in the onkeyDown method
will only produce a 1 even if the key is held down. Holding the key down
should produce a 2.

looking at the code for jim foltz’s movit extension found at SketchUcation…

it seems he uses a webDialog to receive and send a typematic effect to ruby…

not sure how others do it…

john

I guess you could catch the keydown and keyup events and use a timer to simulate it.