church_controller_rust/options.json

44 lines
1.4 KiB
JSON
Raw Normal View History

2021-12-30 13:24:41 -08:00
{
"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":{
2021-12-30 23:12:20 -08:00
"obs_re": "OBS *",
2021-12-30 13:24:41 -08:00
"propresenter_re": "ProPresenter - .*",
"chrome_re": ".* - Google Chrome"
},
"hotkeys":{
"obs":{
2021-12-30 23:12:20 -08:00
"camera_scene_hotkey" : "F13",
"screen_scene_hotkey" : "F14",
"camera_scene_augmented" : "F15",
"unmute_stream" : "shift+F13",
"mute_stream" : "shift+F14",
2021-12-30 13:24:41 -08:00
"start_stream" : "ctrl+shift+j",
"stop_stream" : "ctrl+alt+j",
2021-12-30 23:12:20 -08:00
"Camera_Top_Right" : "F16",
"Camera_Bottom_Right" : "F17",
"Camera_Large_Top_Right" : "F18",
"Screen_Top_Right" : "F19",
"Screen_Bottom_Right" : "F20"
2021-12-30 13:24:41 -08:00
},
"general":{
"clicker_forward" : "page down",
"clicker_backward" : "page up"
}
}
}