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