Skip to main content

Module keyboard

Module keyboard 

Source
Expand description

Renderer-neutral keyboard intent helpers.

This module collects store-facing keyboard actions such as deleting the current selection and nudging selected nodes, so adapters do not need to route each key through unrelated modules.

Enumsยง

KeyboardActionError
Error returned when a keyboard intent fails while routing to its runtime action.
KeyboardActionOutcome
Outcome returned by NodeGraphStore::apply_keyboard_intent.
KeyboardDeleteAction
Whether a keyboard delete action was explicit or key-bound.
KeyboardIntent
High-level keyboard intent handled by the headless runtime.