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