mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
358 B
Markdown
16 lines
358 B
Markdown
---
|
|
title: IKeymanControl::StartKeyman() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanControl::StartKeyman()` method starts Keyman Engine
|
|
(keyman.exe). It is better to call this method than to launch keyman.exe
|
|
directly, as this method handles paths and parameter changes across
|
|
versions of Keyman Engine.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void StartKeyman(void)
|
|
```
|