From f48fcc06ec20cf56c8d324db87e6e531c5fb2722 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Tue, 9 Jan 2024 07:06:29 +0000 Subject: [PATCH] docs(ci): Update generated docs - f43ef8e [skip ci] --- docs/generated/protocol.json | 8 ++++++++ docs/generated/protocol.md | 1 + 2 files changed, 9 insertions(+) diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index 945c14383..a4e372104 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 5b003950e..3e687dbde 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 | ---