Re: [pygame] keyboard layout problems

2008-12-03 Thread Ian Mallett
If worst comes to worst, you could just set K_z, K_y, and so on. That's obviously not an ideal solution; I hope fixing it like Peter says works. Ian

Re: [pygame] keyboard layout problems

2008-12-03 Thread Peter Shinners
Gregor Lingl wrote: I'm using pygame on a computer with a German keyboard on a Windows machine. On this keyboard y and z keys are exchanged for example. Now - on my machin - event.key == K.z gets True if I pressed the y key and vice versa. How can I overcome this? (I know that this problem does

[pygame] keyboard layout problems

2008-12-03 Thread Gregor Lingl
I'm using pygame on a computer with a German keyboard on a Windows machine. On this keyboard y and z keys are exchanged for example. Now - on my machin - event.key == K.z gets True if I pressed the y key and vice versa. How can I overcome this? (I know that this problem doesn't occur atleast on