kmw.keyboardloaded Event
Summary
Called when keyboard code loaded.
Syntax
tavultesoft.keymanweb.addEventListener('keyboardloaded', function(keyboardProperties) {
...
});
Parameters
keyboardProperties- Type:
object - An object with the following property:
keyboardName- the keyboard's name.
Return Value
booleantrueif the event should continue processing,falseif it should not. Your event handler should returntrueaside from exceptional circumstances.
Description
This event is only raised once a keyboard has been fully loaded and processed, ready for active use.


