-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.json
44 lines (43 loc) · 1.44 KB
/
options.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
{
"startup" : {
"open_OBS" : true,
"OBS_path" : "C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\OBS Studio\\OBS Studio (64bit).lnk",
"open_ProPresenter" : false,
"ProPresenter_path" : "C:\\Program Files (x86)\\Renewed Vision\\ProPresenter 6\\ProPresenter.exe",
"open_itunes" : false,
"itunes_path" : " Not Implemented "
},
"streaming_service": "w3schools",
"general":{
"music_default_state-on" : true,
"music_fade_time": 5,
"default_timer_length": 15,
"windows_change_delay_length": 0.1,
"obs_screen_switch_delay_length": 0.4
},
"windows":{
"obs_re": "OBS *",
"propresenter_re": "ProPresenter - .*",
"chrome_re": ".* - Google Chrome"
},
"hotkeys":{
"obs":{
"camera_scene_hotkey" : "F13",
"screen_scene_hotkey" : "F14",
"camera_scene_augmented" : "F15",
"unmute_stream" : "shift+F13",
"mute_stream" : "shift+F14",
"start_stream" : "ctrl+shift+j",
"stop_stream" : "ctrl+alt+j",
"Camera_Top_Right" : "F16",
"Camera_Bottom_Right" : "F17",
"Camera_Large_Top_Right" : "F18",
"Screen_Top_Right" : "F19",
"Screen_Bottom_Right" : "F20"
},
"general":{
"clicker_forward" : "page down",
"clicker_backward" : "page up"
}
}
}