Skip to content

lookingGlass: Handle Esc in object inspector

Florian Müllner requested to merge fmuellner/gnome-shell:esc-lg into main

Currently the main looking glass dialog handles Esc for both itself and the object inspector. However as the latter now takes its own Clutter.Grab, key events never reach the main dialog while the inspector is open.

Fix this by handling the Esc key in the object inspector itself.

Fixes #5356 (closed)

Merge request reports