docs/_data/Help/obs.powershell.websocket.TriggerHotkeyByName.json
{ "Synopsis": "Send-OBSTriggerHotkeyByName : TriggerHotkeyByName", "Description": "Triggers a hotkey using its name. See `GetHotkeyList`.\n\nNote: Hotkey functionality in obs-websocket comes as-is, and we do not guarantee support if things are broken. In 9/10 usages of hotkey requests, there exists a better, more reliable method via other requests.\n\n\nSend-OBSTriggerHotkeyByName calls the OBS WebSocket with a request of type TriggerHotkeyByName.", "Parameters": [ { "Name": null, "Type": null, "Description": "", "Required": false, "Position": 0, "Aliases": null, "DefaultValue": null, "Globbing": false, "PipelineInput": null, "variableLength": false } ], "Notes": [ null ], "CommandType": "Function", "Component": [ null ], "Inputs": [ null ], "Outputs": [ null ], "Links": [ "https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#triggerhotkeybyname" ], "Examples": [] } |