Closed grassick closed 5 years ago
Same behavior for latin keyboard where "@" is typed using "Alt-Gr + 2". No modifier for "Alt-Gr"
Have seen the same issue. shifted char are not shifted in typeString() call. https://github.com/octalmage/robotjs/issues/345
for arobase '@' not working for me on linux.
robot.typeString('2', 'shift'); // print a @ on a US qwerty keymap
This issue has been closed because it has been inactive for > 180 days. You may reopen this issue if it has been closed in error.
Expected Behavior
I expected typeString to type "!", not "1"
Current Behavior
typeString("hello!") types "hello1" in Ubuntu 16
Steps to Reproduce (for bugs)
robot.typeString("hello!")
Context
Trying to use for a voice dictation system using Google Cloud Speech
Your Environment