Skip to content

viewSelector: Avoid stealing focus from other entries into overview entry

Carlos Garnacho requested to merge wip/carlosg/fix-issue-33 into master

The captured-event handler just redirects focus there on the first keypress, what it doesn't account for is that other entries may be active while the Activities overview is opened (eg. alt-f2, or other modal dialogs). Play along with other entries, and make it only steal focus if no other entry is selected.

#33 (closed)

Closes: #33 (closed)

Merge request reports