Quote:
Originally Posted by Philip M
and call the function when the selected key is pressed (see code given above in Post#2).
|
note that many keys without "letter values" (return, left, etc) don't fire the keyPress event, they only fire keyDown and keyUp. I would imagine that would be a consideration for this type of app.