In desktop version
we can detect the user "presses" or "releases" a button using on(press){} or on(release){}
but Flash Lite doesn't support mouseEvent
I want to perform the same function on a "Key" not a button
how can i achieve these?

I want to detect a user presses a key and releases the kay
if Flash Lite is not able to achieve these function
Is there any substituion?