InputMethodContext.filterKeyEvent
bool filterKeyEvent(gdk.event.Event keyEvent)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.
Parameters
keyEvent | the key event to filter |
Returns
true if the key event was handled, or false otherwise