Skip to content

imcontext: Eat key events during preedit

Matthias Clasen requested to merge im-context-event-leak into master

Avoid passing through random key press or release events while we are showing preedit. That prevents 'accidents' like typing Ctrl-. bringing up the Emoji chooser during preedit, or hitting Ctrl-a after the Compose key moving the 'dot' around in vim in terminals.

Merge request reports