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