add when to fix kb for question carousel (#295244)

fixes #295242
This commit is contained in:
Megan Rogge
2026-02-13 14:47:06 -06:00
committed by GitHub
parent ea22b3498d
commit a8cb96e0c1

View File

@@ -877,7 +877,7 @@ export function registerChatActions() {
keybinding: [{
weight: KeybindingWeight.WorkbenchContrib,
primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KeyH,
when: ChatContextKeys.inChatSession,
when: ChatContextKeys.inChatInput,
}]
});
}