Uses Gtk.EventControllerFocus instead of Gtk.EventControllerLegacy and simplifies the code
From Valadoc:
`GtkEventControllerLegacy` is an event controller that provides raw access to the event stream.
It should only be used as a last resort if none of the other event controllers or gestures do the job.
Uses Gtk.EventControllerFocus instead of Gtk.EventControllerLegacy and simplifies the code From Valadoc: