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

Index

On this page

KMManager.getGlobeKeyAction()

Summary

The getGlobeKeyAction() method returns the action type of the 'Globe' key.

Syntax

KMManager.getGlobeKeyAction(KeyboardType kbType)

Parameters

kbType
The keyboard type. KEYBOARD_TYPE_INAPP or KEYBOARD_TYPE_SYSTEM.

Returns

Returns the action type of the 'Globe' key as one of GLOBE_KEY_ACTION_SHOW_MENU, GLOBE_KEY_ACTION_SWITCH_TO_NEXT_KEYBOARD, GLOBE_KEY_ACTION_ADVANCE_TO_NEXT_SYSTEM_KEYBOARD, or GLOBE_KEY_ACTION_DO_NOTHING.

Description

Use this method to get the action type of the 'Globe' key.

Examples

Example: Using getGlobeKeyAction()

The following script illustrate the use of getGlobeKeyAction():

    GlobeKeyAction action = KMManager.getGlobeKeyAction(KeyboardType.KEYBOARD_TYPE_SYSTEM);

See also