mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
30 lines
648 B
Markdown
30 lines
648 B
Markdown
---
|
|
title: IKeymanKeyboardFile2 Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardFile2` interface describes a keyboard file. The file
|
|
will not have been installed but can be any keyboard file on disk.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > [`IKeymanKeyboard`](../IKeymanKeyboard)
|
|
> >
|
|
> > > [`IKeymanKeyboardFile`](../IKeymanKeyboardFile)
|
|
> > >
|
|
> > > > **`IKeymanKeyboardFile2`**
|
|
|
|
## Methods
|
|
|
|
[`Install2()`](Install2)
|
|
: Installs the keyboard file into Keyman Engine for Windows, with
|
|
option to install default language at same time.
|
|
|
|
## History
|
|
|
|
Added in Keyman Engine for Windows 14.0.
|