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.0 (home page)Version 12.0 (home page)Version 11.0 (home page)Version 10.0 (home page)Version 2.0 (home page)

Index

On this page

KMManager.getDefaultKeyboard()


Summary

The getDefaultKeyboard() method returns the keyboard information for the fallback keyboard.

Syntax

KMManager.getDefaultKeyboard()

Returns

Returns Keyboard type for the fallback keyboard. If not specified, this defaults to keyboard information for sil_euro_latin.

Description

The getDefaultKeyboard() method returns the keyboard information for the fallback keyboard. If Keyman Engine has issues with a current keyboard, KMManager will switch to this fallback keyboard.

Examples

Example: Using getDefaultKeyboard()

The following script illustrates the use of getDefaultKeyboard():

    Keyboard kbd = KMManager.getDefaultKeyboard();

See also