Skip to main content

Arlecchino.Commands

Classes

TypeSummary
CommandKeysThe keys that reach commands, and the half-typed chord in between two of them.
CommandRegistryThe application commands registered with AddCommand. Take it in a view to list or run them yourself — the sample draws its menu straight from this.
ViewCommandA key a screen reacts to, declared as data rather than hidden in a switch. That is what lets the palette list it, the hints box label it, and the conflict check see it.

Interfaces

TypeSummary
IArlecchinoCommandAn application-wide command. It appears in the command palette from every screen, and fires globally when its binding carries a modifier — a plain letter would swallow typing, so those are only reachable through the palette.