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
When I run the code below on different keyboard language (UK / US / TW / EN ...), the result differs.
importkeyboardimporttime# wait 1 second so I can focus the text editor # making the 'keyboard.write' result type in editortime.sleep(1)
keyboard.write("English 中文 한국어 Русский")
Demo
Expected behavior
It should always writeEnglish 中文 한국어 Русский regardless of the keyboard language.
The text was updated successfully, but these errors were encountered:
Issue
When I run the code below on different keyboard language (UK / US / TW / EN ...), the result differs.
Demo
Expected behavior
It should always write
English 中文 한국어 Русский
regardless of the keyboard language.The text was updated successfully, but these errors were encountered: