mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
562 B
562 B
| title |
|---|
| IKeymanKeyboard::Encodings Property |
Introduction
The IKeymanKeyboard::Encodings property returns the supported
encodings for the keyboard. Most keyboards should be keUnicode, but
some legacy keyboards may return keANSI. It is possible for a keyboard
to support both keUnicode and keANSI but these keyboards are rare
and not recommended for general use.
Specification
readonly KeymanKeyboardEncodings Encodings
Encodings
| Value | Name |
|---|---|
| 1 | keANSI |
| 2 | keUnicode |