This commit is contained in:
meganrogge 2024-04-25 07:22:57 -07:00
parent 9784f876f9
commit 238beaa65d
No known key found for this signature in database
GPG Key ID: AA74638D4878183D
3 changed files with 4 additions and 1 deletions

3
.vscode/notebooks/a.txt vendored Normal file
View File

@ -0,0 +1,3 @@
aaaa
bbbb
cccc

0
.vscode/notebooks/b.txt vendored Normal file
View File

View File

@ -134,7 +134,7 @@ registerActiveXtermAction({
keybinding: {
primary: KeyMod.Alt | KeyCode.KeyR,
mac: { primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.KeyR },
when: TerminalContextKeys.findVisible,
when: ContextKeyExpr.or(ContextKeyExpr.and(TerminalContextKeys.findVisible, TerminalContextKeys.focusInAny), TerminalContextKeys.findFocus),
weight: KeybindingWeight.WorkbenchContrib
},
precondition: ContextKeyExpr.or(TerminalContextKeys.processSupported, TerminalContextKeys.terminalHasBeenCreated),