Table of Contents

Method InjectKey

Namespace
Terminal.Gui.Testing
Assembly
Terminal.Gui.dll

InjectKey(IApplication, Key)

Injects a key event (convenience method).

public static void InjectKey(this IApplication app, Key key)

Parameters

app IApplication

The application instance.

key Key

The key to inject.