overwolf.utils.sendKeyStroke
Overwolf APIs / overwolf / overwolf / utils / sendKeyStroke
function sendKeyStroke(keyString: string): void;
Sends a string representing a key stroke to the game, causing a simulated key stroke.
Parameters
| Parameter | Type | Description |
|---|---|---|
keyString | string | The key or key combination to send, as a string. e.g. "Alt+I" |
Returns
void