mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update protocol.md - 9678d59 [skip ci]
This commit is contained in:
parent
9678d59bbe
commit
d9f35a855d
@ -4119,7 +4119,7 @@
|
|||||||
"{boolean} `keyModifiers.command` Trigger Command Key (Mac)"
|
"{boolean} `keyModifiers.command` Trigger Command Key (Mac)"
|
||||||
],
|
],
|
||||||
"api": "requests",
|
"api": "requests",
|
||||||
"name": "TriggerHotkeyByCombination",
|
"name": "TriggerHotkeyBySequence",
|
||||||
"category": "general",
|
"category": "general",
|
||||||
"since": "unreleased",
|
"since": "unreleased",
|
||||||
"params": [
|
"params": [
|
||||||
@ -4157,7 +4157,7 @@
|
|||||||
"names": [
|
"names": [
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"description": "TriggerHotkeyByCombination"
|
"description": "TriggerHotkeyBySequence"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
@ -4174,7 +4174,7 @@
|
|||||||
],
|
],
|
||||||
"heading": {
|
"heading": {
|
||||||
"level": 2,
|
"level": 2,
|
||||||
"text": "TriggerHotkeyByCombination"
|
"text": "TriggerHotkeyBySequence"
|
||||||
},
|
},
|
||||||
"lead": "",
|
"lead": "",
|
||||||
"type": "class",
|
"type": "class",
|
||||||
|
@ -137,7 +137,7 @@ You can also refer to any of the client libraries listed on the [README](README.
|
|||||||
+ [GetVideoInfo](#getvideoinfo)
|
+ [GetVideoInfo](#getvideoinfo)
|
||||||
+ [OpenProjector](#openprojector)
|
+ [OpenProjector](#openprojector)
|
||||||
+ [TriggerHotkeyByName](#triggerhotkeybyname)
|
+ [TriggerHotkeyByName](#triggerhotkeybyname)
|
||||||
+ [TriggerHotkeyByCombination](#triggerhotkeybycombination)
|
+ [TriggerHotkeyBySequence](#triggerhotkeybysequence)
|
||||||
* [Media Control](#media-control)
|
* [Media Control](#media-control)
|
||||||
+ [PlayPauseMedia](#playpausemedia)
|
+ [PlayPauseMedia](#playpausemedia)
|
||||||
+ [RestartMedia](#restartmedia)
|
+ [RestartMedia](#restartmedia)
|
||||||
@ -1677,7 +1677,7 @@ _No additional response items._
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### TriggerHotkeyByCombination
|
### TriggerHotkeyBySequence
|
||||||
|
|
||||||
|
|
||||||
- Unreleased
|
- Unreleased
|
||||||
|
Loading…
x
Reference in New Issue
Block a user