-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
51 lines (51 loc) · 1.07 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"username": "lukas",
"keys-scenes": {
"28": "CamWithOverlays",
"103": "4k links",
"105": "Links",
"106": "Rechts",
"108": "4k",
"111": "Desk",
"34": "Black",
"48": "BrB"
},
"Requests": {
"57": "TransitionToProgram"
},
"ToggleHide": {
"24": {
"scene": "Cam",
"source": "LiveCam",
"sourceEnabled": true
},
"25": {
"scene": "CamWithOverlays",
"source": "3DPrint",
"sourceEnabled": true
},
"40": {
"scene": "Cam",
"source": "HDMI",
"sourceEnabled": true
}
},
"keys": {
"50": "ctrl+Shift+m"
},
"commads": {
"119": "xset dpms force off"
},
"filters": {
"35": {
"source": "HDMI",
"filter": "greenScreen",
"filterEnabled": false
},
"36": {
"source": "HDMI",
"filter": "Freeze",
"filterEnabled": false
}
}
}