Akif Cem Heren
Akif Cem Heren
Multiple schemas for the probability map file is supported right now. english and chinese use different syntax. For the chinese one, the scema is \,\,. The frequency is used to...
Yeah I got tired of paying the 100$ fee, Lmk if you have issues building it locally.
Thanks, adding colemak would be fairly easy. Just need to extend this class: https://github.com/cemheren/akifkeyboard/blob/master/keyboardExtension/Specializations/English.swift I don't have support to change the layout too much, so you may have to make...
Yes you can add a new specialization similar to this: https://github.com/cemheren/akifkeyboard/blob/master/keyboardExtension/Specializations/English.swift If you need autocomplete you need to add a frequency map file for the new keyboard you are adding.
Not sure if I've seen this one before. How did you load the solution file? You're supposed to open the "akifkeyboard.xcworkspace" file with xcode not the project file.
As a workaround you might be able to add a formatter like this: ``` public class CustomDictionaryFormatter : IJsonFormatter { public DictIntKey Deserialize(ref JsonReader reader, IJsonFormatterResolver formatterResolver) { return new...