Method SendKeys | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
SendKeys(char, ConsoleKey, bool, bool, bool)
Simulates a key press.
public override void SendKeys(char keyChar, ConsoleKey key, bool shift, bool alt, bool control)
Parameters
keyChar
char
The key character.
key
ConsoleKey
The key.
shift
bool
If true simulates the Shift key being pressed.
alt
bool
If true simulates the Alt key being pressed.
control
bool