Table of Contents

Method SendKeys

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SendKeys(char, ConsoleKey, bool, bool, bool)

Allows sending keys without typing on a keyboard.

public abstract void SendKeys(char keyChar, ConsoleKey key, bool shift, bool alt, bool control)

Parameters

keyChar char

The character key.

key ConsoleKey

The key.

shift bool

If shift key is sending.

alt bool

If alt key is sending.

control bool

If control key is sending.