Skip to content
Commit 8a2d1c9e authored by Rui Matos's avatar Rui Matos Committed by Cosimo Cecchi
Browse files

query-editor: Fix initial key press processing with async IMs

When using an async input method we can't rely on the entry's text or
preedit text being updated as a direct result of processing a key
event.

Instead, we can look at the event keyval and check if it's going to
yield a printable character to decide if we are interested in the
event.

https://bugzilla.gnome.org/show_bug.cgi?id=696260
parent 378c01dd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment