Table of Contents

Method FindAndOpenByShortcut

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

FindAndOpenByShortcut(KeyEvent, View)

Allows a view to run a ShortcutAction if defined.

public static bool FindAndOpenByShortcut(KeyEvent kb, View view = null)

Parameters

kb KeyEvent

The KeyEvent

view View

The View

Returns

bool

true if defined falseotherwise.