Closed GoogleCodeExporter closed 9 years ago
Original comment by alex%1st...@gtempaccount.com
on 28 May 2012 at 5:17
I found a bug in the way that key char's are looked up on windows that was
causing problems with all languages. I have attached a binary that includes
this fix and a fix. Please let me know if that solves the problem.
Thanks
Original comment by alex%1st...@gtempaccount.com
on 28 May 2012 at 9:23
Attachments:
The reported problem isn't still solved. Combination of "shift+ˇ" and "c"
causes output string "ˇˇc" instead of letter č.
Original comment by jirkafr...@gmail.com
on 29 May 2012 at 9:17
When you say shift+ˇ what key is the 'ˇ'? I am using the following diagram
to try and reproduce the problem:
http://en.wikipedia.org/wiki/File:Qwerty_cz.svg Is the 'ˇ' key 2 to the left
of the backspace? I will dig into it further tonight.
Original comment by alex%1st...@gtempaccount.com
on 29 May 2012 at 4:50
Yes, it is. Another combination is shift+' and "i" causes output string ''i
instead of letter í. ' is key 1 to the left of backspace.
Original comment by jirkafr...@gmail.com
on 30 May 2012 at 8:07
I have tracked this problem down to the way that ToUnicode works on windows.
Apparently it doesn't quite do what it should. I am working on a fix and hope
to have it in the trunk this weekend.
Original comment by alex%1st...@gtempaccount.com
on 15 Jun 2012 at 8:39
Should be fixed in the trunk as of revision 555.
Original comment by alex%1st...@gtempaccount.com
on 2 Jul 2012 at 3:20
Issue 15 has been merged into this issue.
Original comment by alex%1st...@gtempaccount.com
on 6 Jul 2012 at 6:00
Original issue reported on code.google.com by
jirkafr...@gmail.com
on 28 May 2012 at 12:07