mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
32 lines
716 B
Markdown
32 lines
716 B
Markdown
---
|
|
title: IKeymanKeyboardsInstalled2 Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardsInstalled2` interface adds an extension function
|
|
for installing additional keyboards.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > [`IKeymanCollection`](../IKeymanCollection)
|
|
> >
|
|
> > > [`IKeymanKeyboards`](../IKeymanKeyboards)
|
|
> > >
|
|
> > > > [`IKeymanKeyboardsInstalled`](../IKeymanKeyboardsInstalled)
|
|
> > > >
|
|
> > > > > **`IKeymanKeyboardsInstalled2`**
|
|
|
|
## Methods
|
|
|
|
[`Install2()`](Install2)
|
|
: Installs the referenced 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.
|