Have you checked out the latest 1.5.2 source? I believe this issue has already been resolved - any feedback would be appreciated.
On Sep 5, 2010, at 11:03 AM, Kamil Toszek wrote: > Hi, > I fixed issue related to polish keyboard "ą" character appearing on windows > os and PC machine (not mac one). > > All what it needed was adding " && !Keyboard.isPressed(Keyboard.Modifier.ALT) > " check in the proper places of keyPressed function in the > TerraTextInputSkin class and TextAreaSkin class. By the way, why > TerraTextInputSkin contains also logic and not only appearance stuff (see > difference in TextAreaSkin and TerraTextAreaSkin). > > Changes in attachment. > > Best Regards > Kamil Toszek > <TerraTextInputSkin.java><TextAreaSkin.java>
