Ctrl+n in composer panel

I’ve tried multiple configurations to fix Ctrl + N, including:

{
    "key": "ctrl+n",
    "command": "cursorDown",
    "when": "textInputFocus && (focusedView == 'workbench.panel.composerViewPane2.view' || focusedView == 'workbench.panel.aichat.view')"
},
{
    "key": "ctrl+n",
    "command": "cursorDown",
    "when": "inChatInput || composerInput || chatInputFocus"
},
{
    "key": "ctrl+n",
    "command": "cursorDown",
    "when": "inputFocus && !editorTextFocus && !suggestWidgetVisible && !inQuickOpen"
}

Despite this, Ctrl + N still stubbornly creates a new composer. I’ve already reported this as a bug:
MacOS: Fix Ctrl+N for CursorDown

3 Likes