[PR #14564] [MERGED] Match 'add appearance' button text to AutoProp.Name #30156

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14564
Author: @carlos-zamora
Created: 12/15/2022
Status: Merged
Merged: 12/15/2022
Merged by: @undefined

Base: mainHead: dev/cazamor/a11y/appearance-add-name


📝 Commits (1)

  • fc3ce1d Match 'add appearance' button text to AutoProp.Name

📊 Changes

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

View changed files

📝 src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw (+3 -3)

📄 Description

Similar to #14519.

Voice Access allows for functionality like "click " to automatically move the cursor and click on a control. The Search Box had an AutoProp.Name that didn't match the button text, leading to confusion because Voice Access wouldn't be able to find a control named "Create".

To fix this, we simply aligned the button text and the AutoProp.Name.

Closes #13808


🔄 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/14564 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 12/15/2022 **Status:** ✅ Merged **Merged:** 12/15/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/cazamor/a11y/appearance-add-name` --- ### 📝 Commits (1) - [`fc3ce1d`](https://github.com/microsoft/terminal/commit/fc3ce1d306de759f2cb4469cd43ff7084272d837) Match 'add appearance' button text to AutoProp.Name ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw` (+3 -3) </details> ### 📄 Description Similar to #14519. Voice Access allows for functionality like "click <name>" to automatically move the cursor and click on a control. The Search Box had an AutoProp.Name that didn't match the button text, leading to confusion because Voice Access wouldn't be able to find a control named "Create". To fix this, we simply aligned the button text and the AutoProp.Name. Closes #13808 --- <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:38:59 +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#30156