overwolf.settings.hotkeys.unassign
Overwolf APIs / overwolf / overwolf / settings / hotkeys / unassign
function unassign(
hotkey: UnassignHotkeyObject,
callback: CallbackFunction<Result>,
): void;
Unassign global hotkey for the current extension, OR, if a gameId is specified, assign/unassign a dedicated hotkey.
Parameters
| Parameter | Type |
|---|---|
hotkey | UnassignHotkeyObject |
callback | CallbackFunction<Result> |
Returns
void