Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 14.0 (current version)Version 10.0Version 9.0 (home page)

On this page

IKeymanKeyboardInstalled::InstallVisualKeyboard Method

Introduction

The IKeymanKeyboardInstalled::InstallVisualKeyboard method installs a visual keyboard file (.kvk) and associates it with the keyboard. The visual keyboard file is copied into the Keyman keyboard store. If a visual keyboard is already installed for the keyboard, then the new visual keyboard replaces the old one.

Typically, a keyboard and visual keyboard will be installed together as part of a package, but this method can be helpful for testing and development of keyboards.

Changes associated with calling this method are applied immediately; IKeymanKeyboardsInstalled::Apply does not need to be called.

A visual keyboard can be uninstalled with IKeymanVisualKeyboard::Uninstall.

This method requires elevated privileges.

Specification

void InstallVisualKeyboard(string Filename)