kokoye2007 / waitzar

Automatically exported from code.google.com/p/waitzar
Other
0 stars 1 forks source link

Cannot type using the virtual keyboard with a Swedish layout. #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See title; more details later. 

Basically, ":" and other symbol keys don't work when clicking on the virtual 
keyboard if the layout is set to Swedish. 

This is probably because of old virtual-key code that we still haven't 
converted. Will look into it.

My guess is that the virtual keyboard will fail (clicking) for most alternative 
layouts. Or possibly these keys represent Dead Keys. Either way...

Original issue reported on code.google.com by seth.h...@gmail.com on 26 Aug 2010 at 7:37

GoogleCodeExporter commented 9 years ago
Fixed; currInput used "stripLocale()" which didn't work with our 
already-stripped virtual keyboard (but ONLY on mouse clicks). 

This could fail if the encoding is very rapidly switched immediately after 
pressing a key, but I don't know of anyone who types this way. 

Will generate a new nightly after I fix Issue 134; that way there's something 
more substantial to test.

Original comment by seth.h...@gmail.com on 27 Aug 2010 at 7:16