[PR #9262] [MERGED] [v1.6] Add help text to 'more options' in command palette #27504

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9262
Author: @carlos-zamora
Created: 2/24/2021
Status: Merged
Merged: 2/24/2021
Merged by: @DHowett

Base: release-1.6Head: dev/cazamor/a11y/cmd-plt-more-options


📝 Commits (3)

  • f09a939 Add help text to 'more options' in command palette
  • b3f03a9 Update src/cascadia/TerminalApp/HasNestedCommandsVisibilityConverter.cpp
  • 18bad87 Change localization key

📊 Changes

5 files changed (+78 additions, -29 deletions)

View changed files

📝 src/cascadia/TerminalApp/CommandPalette.xaml (+3 -1)
📝 src/cascadia/TerminalApp/HasNestedCommandsVisibilityConverter.cpp (+22 -0)
📝 src/cascadia/TerminalApp/HasNestedCommandsVisibilityConverter.h (+17 -0)
📝 src/cascadia/TerminalApp/HasNestedCommandsVisibilityConverter.idl (+5 -0)
📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+31 -28)

📄 Description

Summary of the Pull Request

This adds help text (automation property) to command palette commands that expand to more options.

PR Checklist

Validation Steps Performed

If I have a nested command called "color tab", NVDA reads it as...
"Color tab. More options. 5 of 79."


🔄 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/9262 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 2/24/2021 **Status:** ✅ Merged **Merged:** 2/24/2021 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `release-1.6` ← **Head:** `dev/cazamor/a11y/cmd-plt-more-options` --- ### 📝 Commits (3) - [`f09a939`](https://github.com/microsoft/terminal/commit/f09a939b03e9fa8a3764482d9f43d4a16fad58bc) Add help text to 'more options' in command palette - [`b3f03a9`](https://github.com/microsoft/terminal/commit/b3f03a946f7be0b2a2940dda7680023e9abb1cc4) Update src/cascadia/TerminalApp/HasNestedCommandsVisibilityConverter.cpp - [`18bad87`](https://github.com/microsoft/terminal/commit/18bad8786b67ed72f78985b3c801714d485628bf) Change localization key ### 📊 Changes **5 files changed** (+78 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/CommandPalette.xaml` (+3 -1) 📝 `src/cascadia/TerminalApp/HasNestedCommandsVisibilityConverter.cpp` (+22 -0) 📝 `src/cascadia/TerminalApp/HasNestedCommandsVisibilityConverter.h` (+17 -0) 📝 `src/cascadia/TerminalApp/HasNestedCommandsVisibilityConverter.idl` (+5 -0) 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+31 -28) </details> ### 📄 Description ## Summary of the Pull Request This adds help text (automation property) to command palette commands that expand to more options. ## PR Checklist * [ ] Resolves ~#9247~ #7908 ## Validation Steps Performed If I have a nested command called "color tab", NVDA reads it as... "Color tab. More options. 5 of 79." --- <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:20 +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#27504