LiZunYuan / networkpx

Automatically exported from code.google.com/p/networkpx
0 stars 0 forks source link

More supported dictonaries #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I currently rebuilt the AZERTY layout, in 5 different languages. They are
exactly the same, the only difference is that they support different
dictionaries. Problem is, iKeyEx doesn't seem to support different
languages. If I want to use the Dutch autocorrection dictionary, like
nl_NL, it's just not recognized i.e. nothing is being auto corrected.

Is there a workaround or can you add these to iKeyEx?
Thanks!

Original issue reported on code.google.com by fabca...@gmail.com on 3 Feb 2009 at 5:19

GoogleCodeExporter commented 8 years ago
You mean like, even if the line 

UIKeyboardInputManagerClass = "=nl_NL";

was used in Info.plist auto-correction does not work? 

Original comment by kennytm@gmail.com on 3 Feb 2009 at 6:32

GoogleCodeExporter commented 8 years ago
I attached the Info.plist like I edited it. I think it's in the same format as 
you
suggest.

Original comment by fabca...@gmail.com on 3 Feb 2009 at 6:49

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by kennytm@gmail.com on 4 Feb 2009 at 9:10

GoogleCodeExporter commented 8 years ago
Should be same as issue 31. Merging.

Original comment by kennytm@gmail.com on 5 Feb 2009 at 12:04

GoogleCodeExporter commented 8 years ago
Oh, by the way, if you just want to use the AZERTY keyboard, do it like this:

{
UIKeyboardLayoutClass = "=fr_FR";
UIKeyboardInputManagerClass = "=fi_FI";
CFBundleDisplayName = "AZERTY Finnish or whatever name you like"
}

because we knew the French keyboard uses AZERTY, we can mix it in. It's also 
better
then layout.plist method because we expect built-in things have better 
compatibility.

Original comment by kennytm@gmail.com on 5 Feb 2009 at 12:07

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Where do I have to change this? And why fi_FI?

Original comment by fabca...@gmail.com on 5 Feb 2009 at 12:10

GoogleCodeExporter commented 8 years ago
@8:

Oh sorry, because a Finnish user also reported to me via email this problem 
too, so
I've mixed up the Info.plist's. 

For you, you should use

{
UIKeyboardLayoutClass = "=fr_FR";
UIKeyboardInputManagerClass = "=nl_NL";
CFBundleDisplayName = "iAzerty Nederlands";
}

Just copy & paste as plain text and name it Info.plist.

Original comment by kennytm@gmail.com on 5 Feb 2009 at 12:15