mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Merge pull request #193708 from microsoft/merogge/mac-keybinding
for screen reader users, use `cmd+r` for mac `Run recent command`
This commit is contained in:
@@ -365,7 +365,6 @@ export function registerTerminalActions() {
|
||||
keybinding: [
|
||||
{
|
||||
primary: KeyMod.CtrlCmd | KeyCode.KeyR,
|
||||
mac: { primary: KeyMod.WinCtrl | KeyCode.KeyR },
|
||||
when: ContextKeyExpr.and(TerminalContextKeys.focus, CONTEXT_ACCESSIBILITY_MODE_ENABLED),
|
||||
weight: KeybindingWeight.WorkbenchContrib
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user