The "KeyDown" event from `displayAddEventHandler` provides the ability to override (block) keypresses by when `true` is returned by the event handler code. This feature would be extremely useful to override input actions with `addUserActionEventHandler` directly, especially those activated with multi-key bindings, for which the "KeyDown" display event cannot be relied upon.