Carlos Garnacho af50a7829f runDialog: Use ClutterText::activate for enter handling
Instead of consuming the event in front of the input method. Enter
is sometimes overriden by those, so it seems better to let the IM
handle the key event, and react later to it if it got propagated
anyway. That is what ::activate does, so use this signal.

This used to work before ClutterInputMethod/InputFocus because the
IM received the events directly from stage captured events. This
is not the case anymore.

Closes: #440


(cherry picked from commit 3ab9e9e8adfb2093ade470c26ecb761dde89fe49)
2018-08-19 21:11:37 +00:00
..
2018-02-21 13:55:02 +00:00
2018-04-13 09:15:48 +00:00
2018-02-21 13:55:02 +00:00
2018-06-07 08:42:32 +00:00
2018-06-20 22:30:17 +00:00