Schneegans / Gnome-Pie

A pie menu launcher for linux. Read the release announcement of version 0.7.2 at https://schneegans.github.io/news/2018/10/30/gnome-pie-072 Or have a look at the homepage!
http://schneegans.github.io/gnome-pie.html
MIT License
309 stars 54 forks source link

Fix focus in pieWindow.vala #176

Closed glitsj16 closed 4 years ago

glitsj16 commented 4 years ago

Response to https://github.com/Schneegans/Gnome-Pie/issues/172#issuecomment-526858452. The issues observed should now be fixed.

Schneegans commented 4 years ago

I think we should wait with this some more. As the APIs evolve, there may be native possibilities on Wayland to achieve what we want without major hacks. For example, https://developer.gnome.org/clutter/unstable/ClutterInputDevice.html looks quite promising.