mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
fix #189340
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