elementary / shortcut-overlay

A native, OS-wide shortcut overlay
https://elementary.io
GNU General Public License v3.0
33 stars 8 forks source link

Use Gtk.EventControllerFocus #132

Closed lenemter closed 2 years ago

lenemter commented 2 years ago

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.