For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/enums/KeyProcessingState.md.

Enumeration: KeyProcessingState experimental

Beta

Determines how key binding should be processed to fire actions

Enumeration Members

Consume

Consume: 0

Beta

Remarks

Consume key input event and prevent propagation


Disabled

Disabled: 2

Beta

Remarks

Skip key input event processing


Passthrough

Passthrough: 1

Beta

Remarks

Pass key input event to parent context after processing it