pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 78 forks source link

change the input keyboard layout in a PyQt5 (Ubunt 16.04) #30

Open ivf777 opened 7 years ago

ivf777 commented 7 years ago

I can not change the input keyboard layout in a PyQt5 app.

Example, I write in English. Everything is fine. My keyboard is English, I see English letters in PyQt5. http://imgur.com/0iGgvv1

I switch the layout to Russian. I want to see Russian letters in PyQt5 app, but I see English again. It's bad. http://imgur.com/W16Vx5a

What can I do so that when I switch to Russian, I see Russian letters?