docs/_data/Help/obs.powershell.websocket.GetHotkeyList.json
{ "Synopsis": "Get-OBSHotkey : GetHotkeyList", "Description": "Gets an array of all hotkey names in OBS.\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\nGet-OBSHotkey calls the OBS WebSocket with a request of type GetHotkeyList.", "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#gethotkeylist" ], "Examples": [ { "Title": "EXAMPLE 1", "Markdown": "", "Code": "Get-OBSHotkey" } ] } |