Home > vm-providers > VM > sendKeyDownEvent
Sends a keydown event to the virtual machine.
Signature:
sendKeyDownEvent(key: Key | string): Promise<void>;
Parameter | Type | Description |
---|---|---|
key | Key | string | specifies which key to press |
Returns:
Promise<void>