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