Method ProcessKey | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

ProcessKey(KeyEvent)

Handle key events before HostControl e.g. to make key events like up/down apply to the autocomplete control instead of changing the cursor position in the underlying text view.

public virtual bool ProcessKey(KeyEvent kb)

Parameters

kb KeyEvent

The key event.

Returns

bool

trueif the key can be handled falseotherwise.

Edit this page