Skip to content

Agents app: No command/keybinding to focus Changes view #308322

@meganrogge

Description

@meganrogge

Problem

The Changes view in the Agents app auxiliary bar (secondary sidebar) has no command or keybinding to move keyboard focus to it. Users relying on keyboard navigation or screen readers have no way to reach this view without using a mouse.

Fix

Added a Focus Changes View command (workbench.action.agentSessions.focusChangesView) with keybinding Cmd+Shift+D (scoped to the sessions window). The command calls viewsService.openView(CHANGES_VIEW_ID, true) to open and focus the Changes view. Also added the command to the accessibility help dialog.

Related

  • Also added role="complementary" and aria-label="Session Details" to the auxiliary bar part container so screen readers can identify the landmark.

Accessibility

Metadata

Metadata

Assignees

Labels

accessibilityKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions