nx.js
Enumerations

SwkbdType

Selects which on-screen software keyboard layout is shown to the user.

Enumeration Members

Enumeration MemberValueDescription
All8All language keyboards available to the user.
Korean7Korean keyboard only.
Latin4All Latin-like languages — no CJK input.
Normal0Normal keyboard with the user's current language layout.
NumPad1Number pad. The buttons at the bottom left/right are only available when they are set with swkbdConfigSetLeftOptionalSymbolKey / swkbdConfigSetRightOptionalSymbolKey.
QWERTY2QWERTY (and regional variants) keyboard only.
Unknown33Behaves the same as Normal.
Unknown99Unknown layout reserved by the OS.
ZhHans5Chinese (Simplified) keyboard only.
ZhHant6Chinese (Traditional) keyboard only.

On this page