diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2018-06-29 17:35:39 +0200 |
---|---|---|
committer | Florian Müllner <florian.muellner@gmail.com> | 2018-07-17 23:27:24 +0000 |
commit | 374caade4742405a402952a894f11ced77fe1b9b (patch) | |
tree | 1cea5c9dce53ee2bb387bc25c7e515bb747b2a14 /NEWS | |
parent | a5937d1d6ddb706eb4b9b2f8e65c0dd34bbbd56b (diff) | |
download | gnome-shell-374caade4742405a402952a894f11ced77fe1b9b.tar.gz |
inputMethod: Handle IBusInputContext::forward-key-press
The input method may hint that certain keycodes should be pressed/released
besides the textual information in ::commit. An example is hitting space
in some IMs to commit text, where both ::commit happens, and an space is
visibly inserted. In order to handle this properly, we must honor
::forward-key-press.
In order to cater for the case that a keypress is forwarded while handling
that same keypress in a physical keyboard, check the current event being
handled and just forward it as-is if it matches. This is necessary to
prevent state from being doubly set, and the second event silenced away.
https://gitlab.gnome.org/GNOME/gnome-shell/issues/275
Closes: #275
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions