thegooglecodearchive / los-cocos

Automatically exported from code.google.com/p/los-cocos
0 stars 0 forks source link

In python interpreter layer: keyboard input doesn't work right with non-US layout. #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using US-International keyboard layout.
2. Keyboard is a standard US laptop keyboard.

What is the expected output? What do you see instead?
Typing apostrophe (single or doble) or tilde or cedilla should work, but
currently does nothing.

What version of the product are you using? On what operating system?
Linux (Kubuntu Feisty Fawn 32bit), Asus laptop (Intel Core2 Duo).

Original issue reported on code.google.com by twoelz on 28 Apr 2008 at 4:52

GoogleCodeExporter commented 9 years ago
Sorry I meant US-International, not 'non-US' for the title.
Also, if that helps (no clue if it does), the localization I am using is pt-BR.
Thanks!

Original comment by twoelz on 28 Apr 2008 at 4:55

GoogleCodeExporter commented 9 years ago
oh i forgot to mention, i tried it with Cocos 0.3 rev-506.

Original comment by twoelz on 28 Apr 2008 at 5:01

GoogleCodeExporter commented 9 years ago
yes, this is happening to me too in linux, but not in mac.
it seems to be a pyglet problem. on_text() is not receiving the correct 
character in
linux.

Original comment by ricardoq...@gmail.com on 28 Apr 2008 at 7:30

GoogleCodeExporter commented 9 years ago
i've opened issue #280 in pyglet.

Original comment by ricardoq...@gmail.com on 28 Apr 2008 at 7:52

GoogleCodeExporter commented 9 years ago
fixed in pyglet.
http://code.google.com/p/pyglet/issues/detail?id=280

Original comment by ricardoq...@gmail.com on 1 May 2008 at 5:55