diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index 945c1438..a4e37210 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -1803,6 +1803,14 @@ "valueRestrictions": null, "valueOptional": false, "valueOptionalBehavior": null + }, + { + "valueName": "contextName", + "valueType": "String", + "valueDescription": "Name of context of the hotkey to trigger", + "valueRestrictions": null, + "valueOptional": true, + "valueOptionalBehavior": "Unknown" } ], "responseFields": [] diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 5b003950..3e687dbd 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -2793,6 +2793,7 @@ Triggers a hotkey using its name. See `GetHotkeyList` | Name | Type | Description | Value Restrictions | ?Default Behavior | | ---- | :---: | ----------- | :----------------: | ----------------- | | hotkeyName | String | Name of the hotkey to trigger | None | N/A | +| ?contextName | String | Name of context of the hotkey to trigger | None | Unknown | ---