microsoft/Terminal
Vedi su GitHubCommandPalette's keyboard accelerators not read properly sometimes
Open
#9248 aperta il 22 feb 2021
Area-AccessibilityArea-CmdPalHelp WantedIssue-BugPriority-3Product-Terminal
Metriche repository
- Star
- (35.764 star)
- Metriche merge PR
- (Merge medio 27g 19h) (24 PR mergiate in 30 g)
Descrizione
Environment
WT version: after #9234 merges
Steps to reproduce
- open command palette
- 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.