mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
fix #189340
This commit is contained in:
@@ -365,7 +365,6 @@ export function registerTerminalActions() {
|
|||||||
keybinding: [
|
keybinding: [
|
||||||
{
|
{
|
||||||
primary: KeyMod.CtrlCmd | KeyCode.KeyR,
|
primary: KeyMod.CtrlCmd | KeyCode.KeyR,
|
||||||
mac: { primary: KeyMod.WinCtrl | KeyCode.KeyR },
|
|
||||||
when: ContextKeyExpr.and(TerminalContextKeys.focus, CONTEXT_ACCESSIBILITY_MODE_ENABLED),
|
when: ContextKeyExpr.and(TerminalContextKeys.focus, CONTEXT_ACCESSIBILITY_MODE_ENABLED),
|
||||||
weight: KeybindingWeight.WorkbenchContrib
|
weight: KeybindingWeight.WorkbenchContrib
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user