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.
(-> booleansenda-keymaphandle-key-eventinevent)
in: value
event:key-event%objectSearches for a mapping that matches
event. See alsocall-function.