Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Index

On this page

< Previous article   Next article >


TIP: Opening and closing Keyman through macros in WordPerfect

NOTE: This archived documentation has not been updated recently and may contain information that is no longer relevant

For WordPerfect users, the following is a user-suggested tip for opening and closing Keyman through macros in WordPerfect, via the CreateObject function.

To open:

Object (Keyman; "kmcomapi.TavultesoftKeyman")
Keyman := CreateObject("kmcomapi.TavultesoftKeyman")
Keyman.Products.ItemsByProductID(1).Start()

To close:

Object (Keyman; "kmcomapi.TavultesoftKeyman")
Keyman := CreateObject("kmcomapi.TavultesoftKeyman")
Keyman.Products.ItemsByProductID(1).Stop()

Applies to:

  • Keyman Desktop Light 7.0
  • Keyman Desktop Professional 7.0