Table of Contents

Method InvokeCommandsBoundToHotKey

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

InvokeCommandsBoundToHotKey(Key)

Invokes the Commands bound to hotKey.

See for an overview of Terminal.Gui keyboard APIs.

protected bool? InvokeCommandsBoundToHotKey(Key hotKey)

Parameters

hotKey Key

The hot key event passed.

Returns

bool?

null if no command was invoked; input processing should continue. false if at least one command was invoked and was not handled (or cancelled); input processing should continue. true if at least one command was invoked and handled (or cancelled); input processing should stop.