Enter key not generating a keyCode
this line of code is generating codes for other keys but not the Enter Key
trace("key code: : " + e.keyCode);
It's like AS3 doesn't know there is such a key. The code should be 13 but on my system according to AS3 it doesn't exist. I'm usind CS4 is this a CS4 bug?