I'm pretty sure the Editor doesn't supply you with an onkeyup event. However, you could experiment with some of the basic DOM events, like DOMSubtreeModified or DOMCharacterDataModified. Do a search in Help Center for 'Event Types'; the first result lists all the available events.