projects/ui/command-palette/config/command-palette-config.ts
Set the combo that opens the palette (parsed via parseKeyCombo, e.g. 'mod+k', 'mod+shift+p'). Applies app-wide via provideCommandPaletteConfig or per-scope via provideCommandPaletteConfigAt. A per-instance [openShortcut] input still wins over this.
parseKeyCombo
'mod+k'
'mod+shift+p'
provideCommandPaletteConfig
provideCommandPaletteConfigAt
[openShortcut]
withPaletteShortcut(combo: string)
string
CngxCommandPaletteConfigFeature