diff --git a/static/app/components/commandPalette/ui/commandPaletteStateContext.tsx b/static/app/components/commandPalette/ui/commandPaletteStateContext.tsx index bdc20c23258855..e3dc9b732ccdaf 100644 --- a/static/app/components/commandPalette/ui/commandPaletteStateContext.tsx +++ b/static/app/components/commandPalette/ui/commandPaletteStateContext.tsx @@ -184,7 +184,7 @@ export function CommandPaletteHotkeys() { useHotkeys([ { - match: ['mod+shift+p', 'mod+k'], + match: ['mod+shift+p', 'mod+k', 'mod+j'], includeInputs: true, callback: () => { if (!organization) {