Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 18.0Version 17.0 (current version)Version 16.0Version 15.0

Index

On this page

KMManager.advanceToNextInputMode()


Summary

The advanceToNextInputMode() method switches to the next system keyboard input mode.

Syntax

KMManager.advanceToNextInputMode()

Description

Use this method to switch to the next system keyboard.

Examples

Example: Using advanceToNextInputMode()

The following script illustrates the use of advanceToNextInputMode():

    // Remove the second keyboard in the list
    KMManager.removeKeyboard(this, 1);

    KMManager.advanceToNextInputMode();

See also