Desktop.Robot
Desktop.Robot copied to clipboard
Send uppercase or shifted characters (Windows)
Is there a way to send uppercase or shifted characters easily?
robot.CombineKeys(Key.Shift, Key.A);
Seems to work for "ordinary" alphabetical characters, but is a bit awkward for every single use.
For non-alphabetic characters I'm getting mixed results, e.g.
robot.CombineKeys(Key.Shift, Key.QuotationMark); produces a "Z"...