mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
766 B
766 B
| title |
|---|
| 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();