handle-key-event in keymap%
Attempts to handle a keyboard event, returning #t if the event
was handled (i.e., a handler was found and it returned a true value),
#f otherwise.
( -> boolean
send a-keymap handle-key-event in event)
in : value
event : key-event% object
Searches for a mapping that matches event. See also
call-function.