projects/ui/command-palette/palette/palette-keybinding.ts
import { CngxPaletteKeybinding } from '@cngx/ui/command-palette'
Handle returned by a palette keybinding: a teardown that removes the document listener. The palette recreates the keybinding whenever the resolved combo changes and tears the previous one down, so nothing leaks document-wide.
void
Removes the installed document keydown listener.