Add http action type and Sonar mute toggle (chatCapture, media channels)

This commit is contained in:
2026-08-25 02:41:02 +02:00
parent 9797cd7e79
commit a6dc2b6230
8 changed files with 227 additions and 33 deletions
+8 -1
View File
@@ -2,6 +2,13 @@
"bindings": {
"0": { "type": "launch", "target": "notepad.exe" },
"1": { "type": "url", "target": "https://github.com" },
"2": { "type": "keystroke", "target": "ctrl+shift+esc" }
"2": { "type": "keystroke", "target": "ctrl+shift+esc" },
"3": { "type": "keystroke", "target": "f13" },
"4": {
"type": "http",
"method": "PUT",
"target": "http://{sonar}/volumeSettings/classic/chatCapture/Mute/true"
},
"5": { "type": "sonar-toggle-mute", "target": "media" }
}
}