IMContext.filterKeypress

Allow an input method to internally handle key press and release events. If this function returns TRUE, then no further processing should be done for this key event.

class IMContext
bool
filterKeypress

Parameters

event GdkEventKey*

the key event

Return Value

Type: bool

TRUE if the input method handled the key event.