Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0Version 18.0 (current version)Version 14.0

On this page

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

IKeymanKeyboardLanguageInstalled2::InstallTip Method


Introduction

The IKeymanKeyboardLanguageInstalled2::InstallTip installs a registered Keyman Text Services Framework Text Input Processor (TIP) input method for the specified language for the current user. The input method is installed persistently over reboots.

Specification

void InstallTip(long LangID, string TemporaryKeyboardID);

Parameters

LangID
The LANGID to install, which can be found with FindInstallationLangID.
TemporaryKeyboardID
This value should be passed unmodified from the value returned from FindInstallationLangID. It allows Keyman to replace a temporary Windows keyboard with the desired Keyman keyboard, for transient LANGIDs.

See also

FindInstallationLangID()
Finds a Windows LANGID for this language's BCP 47 code, including optionally installing a transient language if required.
RegisterTip()
Registers a language profile in Text Services Framework for this language (requires elevation).