Skip to content

Accessibility: Give each Alt+Tab tile real keyboard focus so ZoomText (and Magnifier) can follow it #66

@talabudi

Description

@talabudi

First—great app!
Feature request: when the switcher UI is open, the currently highlighted tile should receive actual keyboard focus so assistive tech (e.g., ZoomText’s “Follow Focus” and Windows Magnifier’s “Follow keyboard focus”) can pan/zoom to the active tile.

Right now the highlight changes visually, but the system focus appears to remain on the underlying foreground window; ZoomText doesn’t move to the switcher UI, which makes it hard to use for low-vision users.
Motivation / Use case

I use ZoomText, which tracks keyboard focus (and/or caret) to move the magnified viewport. If each AltAppSwitcher tile became the focused element as I cycle through apps, ZoomText would “jump” to the highlighted tile automatically, making the switcher accessible.

Steps to Reproduce
Start ZoomText (or Windows Magnifier with “Follow keyboard focus” enabled).
Open AltAppSwitcher and hold Alt while pressing Tab/arrows to change the selection.
Observe that the highlight changes but ZoomText/Magnifier does not pan to the tile.
Expected behavior
When a tile becomes selected, it also becomes the focused element (HasKeyboardFocus = true / IsKeyboardFocusable = true in UIA terms).
Assistive tech that follows focus pans to the focused tile’s bounding rectangle.
Actual behavior
Visual selection changes, but system focus remains elsewhere; assistive tech doesn’t track the tile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions