You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keyman 18.0 has changed the way keyboards are loaded: instead of passing the name of a file, Keyman Core now expects to get a blob with the content of the file. This is in order to remove filesystem access from Core.
The existing API method km_core_keyboard_load has been/will be removed and replaced by km_core_keyboard_load_from_blob.
Keyman 18.0 has changed the way keyboards are loaded: instead of passing the name of a file, Keyman Core now expects to get a blob with the content of the file. This is in order to remove filesystem access from Core.
The existing API method
km_core_keyboard_load
has been/will be removed and replaced bykm_core_keyboard_load_from_blob
.See keymanapp/keyman#12497 and keymanapp/keyman#12769.
The text was updated successfully, but these errors were encountered: