Desktop.Robot icon indicating copy to clipboard operation
Desktop.Robot copied to clipboard

Send uppercase or shifted characters (Windows)

Open mallardtheduck opened this issue 3 years ago • 0 comments

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"...

mallardtheduck avatar Nov 24 '21 14:11 mallardtheduck