obs-trigger-hotkey-by-name
Trigger OBS Studio hotkeys by name to execute predefined actions in your streaming or recording workflow.
Instructions
Triggers a hotkey using its name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contextName | No | Name of context of the hotkey to trigger | |
hotkeyName | Yes | Name of the hotkey to trigger |
Input Schema (JSON Schema)
{
"properties": {
"contextName": {
"description": "Name of context of the hotkey to trigger",
"type": "string"
},
"hotkeyName": {
"description": "Name of the hotkey to trigger",
"type": "string"
}
},
"required": [
"hotkeyName"
],
"type": "object"
}