You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the intent of this method is to determine if the provided key event is "relevant" to the input box, in which case it should consume backspace/delete in addition to printable characters.
(My usecase: I'd like to forward input received elsewhere in the app to the input box despite the input box not having focus. I'm currently checking check_consume_key and if yes, forwarding the event to the input widget, Input.on_event)