CommandPalette's keyboard accelerators not read properly sometimes #12687

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

Originally created by @carlos-zamora on GitHub (Feb 22, 2021).

Environment

WT version: after #9234 merges

Steps to reproduce

  1. open command palette
  2. Navigate focus to a command with ctrl+- keyboard accelerator

Expected behavior

screen reader reads "control minus"

Actual behavior

screen reader reads "control plus"

Suggested approach

https://docs.microsoft.com/en-us/windows/uwp/design/input/keyboard-accelerators

Maybe we need to create KeyboardAccelerator objects from the strings we get? This just sounds like the correct approach tbh.

Originally created by @carlos-zamora on GitHub (Feb 22, 2021). # Environment WT version: after #9234 merges # Steps to reproduce 1. open command palette 2. Navigate focus to a command with <kbd>ctrl+-</kbd> keyboard accelerator # Expected behavior screen reader reads "control minus" # Actual behavior screen reader reads "control plus" # Suggested approach https://docs.microsoft.com/en-us/windows/uwp/design/input/keyboard-accelerators Maybe we need to create `KeyboardAccelerator` objects from the strings we get? This just sounds like the correct approach tbh.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#12687