Skip to content

ClutterInputMethod method to forward key events

Carlos Garnacho requested to merge wip/carlosg/im-forward-key into master

This basically mirrors IBusInputContext::forward-key-event. These events should contain the INPUT_METHOD flag so they are not processed again by the IM.

Merge request reports