Table of Contents

Method DefaultHotKeyHandler

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

DefaultHotKeyHandler(ICommandContext?)

Called when the user has pressed the View's HotKey and HotKey has been invoked.

public bool? DefaultHotKeyHandler(ICommandContext? ctx)

Parameters

ctx ICommandContext

The command context.

Returns

bool?

true if the command was handled; otherwise, false.