KeyBindings Property

Definition

Assembly XenoAtom.Terminal.dll

Gets or sets the key bindings used by the interactive line editor.

[Nullable((byte)1)]
public TerminalReadLineKeyBindings KeyBindings {[NullableContext((byte)1)]
    [CompilerGenerated]
    get; [NullableContext((byte)1)]
    [CompilerGenerated]
    init; }

Returns

Remarks

This object is mutable. If you plan to share the same TerminalReadLineOptions instance across components, create your own bindings instance (e.g. CreateDefault()) instead of mutating a shared instance.