-
Notifications
You must be signed in to change notification settings - Fork 39.1k
Agents app: No command/keybinding to focus Changes view #308322
Copy link
Copy link
Open
Labels
accessibilityKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
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"andaria-label="Session Details"to the auxiliary bar part container so screen readers can identify the landmark.
Accessibility
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
accessibilityKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality