Method SendChar
SendChar(Key, ModifierKeys)
Presses and release a key.
public virtual bool SendChar(Key keyCode, ModifierKeys modifiers = ModifierKeys.None)
Parameters
keyCode
KeyKey to operate on.
modifiers
ModifierKeysA combination of key modifier flags to be pressed with the given keycode.