Hi,

I have a behavior in which the user should not be able to type certain keys. In other words, I need to cancel the key down event when certain keys are pressed. How do I do this from within a behavior.

I know how to do it from a normal event, but the event does not seem to respond to the "return false;". It still executes.

Does anyone know of an alternative method to cancelling an event from inside a behavior?