microsoft/Terminal
CommandPalette's keyboard accelerators not read properly sometimes
开放
#9,248 创建于 2021年2月22日
Area-AccessibilityArea-CmdPalHelp WantedIssue-BugPriority-3Product-Terminal
仓库指标
- 星标
- (103,173 个星标)
- PR 合并指标
- (平均合并 27天 19小时) (30 天内合并 24 个 PR)
描述
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.