Right Key equivalent - not supported
- Last UpdatedJul 26, 2024
- 1 minute read
The right key equivalent is not supported by the InTouch XML import functionality.
The following elements can be specified for a right key equivalent animation link.
|
Elements |
Description |
|---|---|
|
KeyCode |
Virtual key code name or empty string. Required. An empty string means no assignment occurs. |
|
KeyFlags |
Virtual key flag combination or empty string. Required. An empty string means no assignment occurs. Disabled if no KeyCode is specified. |
Example:
<RightKey>
<KeyCode>B</KeyCode>
<KeyFlags>Ctrl</KeyFlags>
</RightKey>