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

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.

Edit this page