[PR #9234] [MERGED] Hide the Command Palette's key binding label from UIA #27491

Open
opened 2026-01-31 09:22:16 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9234
Author: @DHowett
Created: 2/20/2021
Status: Merged
Merged: 2/22/2021
Merged by: @undefined

Base: mainHead: dev/duhowett/no-no-redundancy-redundancy


📝 Commits (1)

  • 3194efc Hide the Command Palette's key binding label from UIA

📊 Changes

1 file changed (+10 additions, -3 deletions)

View changed files

📝 src/cascadia/TerminalApp/CommandPalette.xaml (+10 -3)

📄 Description

The command palette's list items explicitly specify the "AcceleratorKey"
property (for UIA) and set it to the key binding. Putting it in a label
inside the list item makes Narrator read it out twice ("New Tab ...
ctrl+shift+t ... ctrl+shift+t").

Addresses #7913 (to be closed when a11y re-evaluates)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/9234 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 2/20/2021 **Status:** ✅ Merged **Merged:** 2/22/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/duhowett/no-no-redundancy-redundancy` --- ### 📝 Commits (1) - [`3194efc`](https://github.com/microsoft/terminal/commit/3194efc0f9fb07680ac4b92aa673a58dbce817b5) Hide the Command Palette's key binding label from UIA ### 📊 Changes **1 file changed** (+10 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/CommandPalette.xaml` (+10 -3) </details> ### 📄 Description The command palette's list items explicitly specify the "AcceleratorKey" property (for UIA) and set it to the key binding. Putting it in a label inside the list item makes Narrator read it out twice ("New Tab ... ctrl+shift+t ... ctrl+shift+t"). Addresses #7913 (to be closed when a11y re-evaluates) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:22:16 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27491