Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0 (home page)Version 16.0 (home page, current version)Version 15.0 (home page)Version 14.0 (home page)Version 13.0 (home page)Version 12.0 (home page)Version 11.0 (home page)Version 10.0 (home page)Version 9.0 (home page)Version 8.0Version 7.0 (home page)Version 6.0 (home page)Version 5.0 (home page)Version 4.0 (home page)

Index

On this page

Start the Keyman Engine for the product. This is the function that the product startup application will call, usually during a splash screen. There is no requirement for the product startup application to remain in memory after calling this function. To start keyboard mapping with your product, you can use something like the following code (example in VBScript):

Declaration
Sub Start
Parameters
NoNameTypeDescription
Example Code
  'Start keyboard mapping
  dim Keyman, KeymanProduct
  set Keyman = CreateObject("kmcomapi.TavultesoftKeyman")
  set KeymanProduct = Keyman.Products.ItemsByProductID(KeymanProductID)
  KeymanProduct.Start()