Simulates a key down event.
public void KeyDown(Interactive target, Key key, KeyModifiers? modifiers = default(KeyModifiers? ))
The target control to receive the event.
The key to press.
Optional key modifiers (defaults to current state).