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.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0

On this page

You are viewing an incomplete pre-release version of this documentation. Click here to open the current version, 17.0.

insertText (KT)


Summary

Inserts a text string and optional deadkey into the active output element.

Syntax

keyman.interface.insertText(text, dk);

or

KeymanWeb.KT(text, dk); // Shorthand

Parameters

text : Type: string : The text to insert.

dk : Type: number optional : The deadkey's id, if one is to be inserted.

Return Value

boolean : true if the operation is successful, otherwise false.

Description

This function is designed to allow custom UI elements or custom OSK displays (as for the EuroLatin keyboard) to directly insert input into a control without losing the current input state due to loss of focus for the control. It is safe for use outside of keyboard code.