Layout
Defines the layout of the keyboard. Can be overwritten using the LayoutFile attribute.
- EN_US-QWERTY_standard: American layout
- EN_US-QWERTY_full: American layout with numpad
- EN_US-QWERTY_compact: compact American layout
- DE_DE-QWERTZ_standard: German layout
- DE_DE-QWERTZ_full: German layout with numpad
- DE_DE-QWERTZ_compact: compact German layout
- PINpad: Layout of a PIN entry
- Numpad: Layout of a numpad
- Calculator: Layout of a calculator
Schema: tchmi:framework#/definitions/ControlKeyboardLayouts
![]() | Available from version 1.10 |
Attribute getter
public getLayout(): string;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setLayout(valueNew: string | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
Version 1.10
Replaces the LayoutPath attribute.
Version 1.12
This attribute is considered obsolete. Please use the attribute LayoutFile instead.
