PutUsbScanCodesRequestType
PutUsbScanCodesRequestType
The parameters of PutUsbScanCodes.
JSON Example
{
"spec": {
"_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
}
}
]
}
}
spec
Required
This data object contains information about which USB HID codes to send to the Virtual Machine's keyboard.