Method ProcessKey | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
ProcessKey(Key)
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 override bool ProcessKey(Key key)
Parameters
key
Key
The key event.
Returns
true
if the key can be handled false
otherwise.