SavinaRoja / PyUserInput

A module for cross-platform control of the mouse and keyboard in python that is simple to install and use.
GNU General Public License v3.0
1.07k stars 244 forks source link

How to use PyUserInput to input other language such as Chinese, Japanese, French etc. #63

Open ramwin1 opened 9 years ago

ramwin1 commented 9 years ago

Now, I can call the input method to enter the local language. But it's very likely that when the computer is slow or the input method sort the word differently, it may output a mess. Can we directly output the unicode? How to use PyUserInput to enter other language? Thank you for your attention.

SavinaRoja commented 9 years ago

I've been (slowly, I'm afraid) reading up on how to handle arbitrary keyboard layouts in PyKeyboard. I hope to make some progress on this in a few days.

pepijndevos commented 9 years ago

Cool. I believe Mac has something like universal key codes, right? So mostly a Windows/Linux issue? I remember there was some discussion about this in another issue.

Evidlo commented 6 years ago

Any progress on this?