
When we move keyboard focus to the search entry, we replay the key press that triggered the move to the entry using ClutterActor's event() method. Since commit3b293e91e
we specify that the event is in the capture phase to make it work with StIMText, but now that commit83accce24
removed it, we have to return to the expected non-capture flag that matches the orig- inal event to unbreak find-as-you-type functionality. https://gitlab.gnome.org/GNOME/gnome-shell/issues/72