Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0Version 16.0 (current version)Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0Version 2.0 (home page)Version 1.0 (home page)

On this page

registerKeyboard (KR)

Summary

Registers and loads the keyboard.

Syntax

keyman.interface.registerKeyboard(Pk);

or

KeymanWeb.KR(Pk); // Shorthand

Parameters

Pk
Type: Object
The keyboard object to be loaded and registered.

Return Value

undefined

Description

Note that any calls made to this function before KeymanWeb has initialized will be deferred until initialization occurs. Furthermore, an existing keyboard stub must exist for KeymanWeb to fully link with the keyboard.

This keyboard object is typically provided directly by the keyboard-loading process employed within KeymanWeb and its keyboard source files.