The tutorial (at blog.tavultesoft.com/2014/04/creating-custom-keyboards-for-keyman-for-android-and-keyman-for-iphone-and-ipad.html) says:
"id: (ID of the keyboard. It must always match the internal name of the keyboard in the keyboard .js file)"
What is the id if the js file starts as follows:
KeymanWeb.KR(new Keyboard_xx());function Keyboard_xx(){this.KI="Keyboard_xx";this.KN="Mykeyb";...
Is it "Keyboard_xx", "Mykeyb" or "xx"?
Topic Creating Custom Keyboards For Keyman For Android
We have two new locations for Keyman technical support:
- SIL Keyman Community - for general Keyman technical support
- Stack Overflow - for support on creating keyboard layouts with Keyman Developer
The Tavultesoft Forums are now read only.
# Creating Custom Keyboards For Keyman For Android 2014-05-14 20:17:39.090 | |
---|---|
Tano Fotang | |
# RE: Creating Custom Keyboards For Keyman For Android 2014-05-15 07:54:33.473 | |
Marc Durdin Tavultesoft Staff | Thanks for the question. The ID, in your example, should be "xx" -- that is, the same as the KI variable, without the "Keyboard_" prefix. |
# RE: Creating Custom Keyboards For Keyman For Android 2014-05-15 15:40:23.803 | |
Tano Fotang | Thank you. Now I'm one step closer. |