jakesays-old / gwen-dotnet

Automatically exported from code.google.com/p/gwen-dotnet
0 stars 0 forks source link

TextBox doesn't accept special characters on FI / Swe keyboard. #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Switch your keyboard to Finnish or Swedish
2. Press Alt Gr - 2 (combination for @)
3. Press gets interpreted as Ctrl -press and is ignored.

What is the expected output? What do you see instead?
Text box doesn't output anything.

What version of the product are you using? On what operating system?
Latest from SVN.

Original issue reported on code.google.com by ollipe...@gmail.com on 6 Mar 2012 at 5:37

GoogleCodeExporter commented 9 years ago
Here is a fix to the issue as an attachment. The Alt Gr key is handled like 
ctrl + alt + number, which is now implemented in Input.OpenTK.

A delegate to the OpenTK game window has also been added, which captures 
characters.

Original comment by ollipe...@gmail.com on 8 Mar 2012 at 5:14

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r96.

Original comment by der.ag...@gmail.com on 12 Mar 2012 at 10:27

GoogleCodeExporter commented 9 years ago
Thanks, applied the fix.

Original comment by der.ag...@gmail.com on 12 Mar 2012 at 10:27

GoogleCodeExporter commented 9 years ago
Should've tested it before.. It seemed a bit broken (duplicated all characters 
typed and other strange things). Submitted a new fix, which seems to work.

Original comment by der.ag...@gmail.com on 12 Mar 2012 at 11:28