You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"...
The text was updated successfully, but these errors were encountered:
mallardtheduck
changed the title
Doesn't send correct symbols when keyboard layout is non-US (Windows)
Send uppercase or shifted characters (Windows)
Nov 24, 2021
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"...
The text was updated successfully, but these errors were encountered: