Function: addEventListener
Adds an event listener for user-handling of keymanweb events.
Parameters:
Event object, function
Returns:
boolean (true/false)
Note:
Standard HTML element events for the KeymanWeb element
(focus, blur, keydown, keypress, etc.) may be intercepted
and used to modify the user interface as necessary.
User-defined event handlers should normally return true
to allow other event handling to be processed normally.