mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
348 B
Markdown
16 lines
348 B
Markdown
---
|
|
title: IKeymanKeyboardInstalled::KeymanID Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardInstalled::KeymanID` property returns the integer
|
|
identifier for the keyboard used internally by Keyman Engine. This
|
|
number is generated when Keyman Engine starts and may be changed at any
|
|
time.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly long KeymanID
|
|
```
|