PyUserInput icon indicating copy to clipboard operation
PyUserInput copied to clipboard

k.type_string('\Sigma') gives 'ßSigma'

Open MartinThoma opened this issue 10 years ago • 7 comments

The following code

from pykeyboard import PyKeyboard
k = PyKeyboard()
k.type_string(classification_guess)

gives:

ßSigma

I have Python 3.4.2, Ubuntu 14.10 (MATE), PyUserInput 0.1.9 (installed via pip).

MartinThoma avatar Feb 25 '15 14:02 MartinThoma

What is your keyboard layout?

pepijndevos avatar Feb 25 '15 16:02 pepijndevos

German (de)

MartinThoma avatar Feb 25 '15 16:02 MartinThoma

Yea, it only works correctly with US layouts. Patches welcome. I have no idea how to do this, let alone on all three platforms.

pepijndevos avatar Feb 25 '15 16:02 pepijndevos

Ok, good to know. I don't have any idea how to fix this either.

However, I have a work-around. I copy it to the clipboard and make Ctrl + V. This should work on Linux and Windows for most applications (I don't have any idea about mac, but I hope it works, too).

MartinThoma avatar Feb 25 '15 16:02 MartinThoma

Can someone close issues like this, where the problem seems to be solved and the issue is left hanging?

edwanvi avatar May 15 '15 20:05 edwanvi

@tkdberger The issue is not solved. It should probably be closed anyway, but be marked with a label "wont-fix"

MartinThoma avatar May 16 '15 06:05 MartinThoma

Oh, ok. Sorry.

On 5/16/15, Martin Thoma [email protected] wrote:

@tkdberger The issue is not solved. It should probably be closed anyway, but be marked with a label "wont-fix"


Reply to this email directly or view it on GitHub: https://github.com/SavinaRoja/PyUserInput/issues/62#issuecomment-102576037

Sincerely, Caleb

edwanvi avatar May 17 '15 16:05 edwanvi