fix issue with kb conflict

This commit is contained in:
meganrogge 2024-03-26 08:15:03 -07:00
parent 9ed28b5d67
commit 52d017663b
No known key found for this signature in database
GPG key ID: AA74638D4878183D

View file

@ -100,7 +100,8 @@ registerActiveXtermAction({
title: localize2('focusTerminalInput', 'Focus Terminal Input'),
keybinding: {
primary: KeyMod.CtrlCmd | KeyCode.UpArrow,
when: TerminalChatContextKeys.focused,
secondary: [KeyMod.CtrlCmd | KeyCode.KeyI],
when: ContextKeyExpr.and(TerminalChatContextKeys.focused, CTX_INLINE_CHAT_FOCUSED.toNegated()),
weight: KeybindingWeight.WorkbenchContrib,
},
f1: true,