pub type KeyIntercept = dyn FnMut(&Key, &Modifiers) -> bool;
Signature of a pre-default key-chord interceptor. Returns true to consume the event and suppress the widget’s built-in handling for that key.
true