microsoft/Terminal

CommandPalette's keyboard accelerators not read properly sometimes

Open

#9.248 geöffnet am 22. Feb. 2021

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-AccessibilityArea-CmdPalHelp WantedIssue-BugPriority-3Product-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide