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.0 (home page)Version 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.advanceToPreviousInputMethod()


Summary

The advanceToPreviousInputMethod() method switches to the previous system keyboard input mode.

Syntax

KMManager.advanceToPreviousInputMethod()

Description

Use this method to switch to the previous system keyboard.

When only 1 Keyman keyboard is installed, this is the default action for pressing the globe key.

Examples

Example: Using advanceToPreviousInputMethod()

The following script illustrates the use of advanceToPreviousInputMethod():

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

    KMManager.advanceToPreviousInputMethod();

See also