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