Method FindAndOpenByShortcut | Terminal.Gui v1 (original) (raw)
Namespace
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
true
if defined false
otherwise.