vscode: Terminal a11y help menu includes wrong keybinding
With editor.accessibilitySupport:true
, the help menu says that the keybinding to Run recent command
is Ctrl+Alt+R
on windows or Command+Option+R
on macos.
It should instead correctly reflect the keybinding used for this when context: Ctrl+R
and Command+R
.
This is probably because the terminal is not focused when the help menu is shown
About this issue
- Original URL
- State: open
- Created a year ago
- Comments: 19 (19 by maintainers)
Commits related to this issue
- fix #175130 — committed to microsoft/vscode by meganrogge a year ago
- pass `contextKeyService` in so context for keybinding is considered (#175674) fix #175130 — committed to microsoft/vscode by meganrogge a year ago
- fix tabbing issue && fix #175130 — committed to microsoft/vscode by meganrogge a year ago
@meganrogge I hope to get to this in October iteration