UsbScanCodeSpec

UsbScanCodeSpec
UsbScanCodeSpec

This data object contains information about which USB HID codes to send to the Virtual Machine's keyboard.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "keyEvents": [
        {
            "_typeName": "string",
            "usbHidCode": 0,
            "modifiers": {
                "_typeName": "string",
                "leftControl": false,
                "leftShift": false,
                "leftAlt": false,
                "leftGui": false,
                "rightControl": false,
                "rightShift": false,
                "rightAlt": false,
                "rightGui": false
            }
        }
    ]
}
keyEvents
Required

keyEvents