Skip to content

Resolve "Overview: Can't use the keyboard to choose the Dash when mouse is on a window"

Florian Müllner requested to merge 50-fix-overview-focus-stealing into master

Since commit 1939e22c, we move the keyboard focus with the hover highlight. However while this makes sense when interacting with the window picker, it interferes with keyboard navigation of other components like dash or top bar. Address this by only moving the focus when the previous focus was already inside the window picker or unset.

#50 (closed)

Closes #50 (closed)

Merge request reports