Open
Description
Issue
When I run the code below on different keyboard language (UK / US / TW / EN ...), the result differs.
import keyboard
import time
# wait 1 second so I can focus the text editor
# making the 'keyboard.write' result type in editor
time.sleep(1)
keyboard.write("English 中文 한국어 Русский")
Demo
Expected behavior
It should always write English 中文 한국어 Русский
regardless of the keyboard language.
Metadata
Metadata
Assignees
Labels
No labels