InputMethodContext.filterKeyEvent

Allow key_event to be handled by the input method.

If true is returned, then no further processing should be done for the key event.

class InputMethodContext
bool
filterKeyEvent

Parameters

keyEvent gdk.event.Event

the key event to filter

Return Value

Type: bool

true if the key event was handled, or false otherwise