add hotkey + useful fixes
This commit is contained in:
parent
ae1d1c7b78
commit
7cd5e7109e
2 changed files with 7 additions and 2 deletions
|
@ -85,6 +85,7 @@ FFAEncoder=
|
||||||
Track1Name=System sounds and microphone
|
Track1Name=System sounds and microphone
|
||||||
Track2Name=System sounds
|
Track2Name=System sounds
|
||||||
Track3Name=Microphone
|
Track3Name=Microphone
|
||||||
|
FFExtension=mp4
|
||||||
|
|
||||||
[Video]
|
[Video]
|
||||||
BaseCX=1920
|
BaseCX=1920
|
||||||
|
@ -115,4 +116,4 @@ PeakMeterType=0
|
||||||
CookieId=5C49A2560FAAB895
|
CookieId=5C49A2560FAAB895
|
||||||
|
|
||||||
[Hotkeys]
|
[Hotkeys]
|
||||||
ReplayBuffer={"ReplayBuffer.Save":[]}
|
ReplayBuffer={"ReplayBuffer.Save":[{"key":"OBS_KEY_PAGEUP"}]}
|
||||||
|
|
|
@ -41,7 +41,7 @@ SpacingHelpersEnabled=true
|
||||||
RecordWhenStreaming=false
|
RecordWhenStreaming=false
|
||||||
KeepRecordingWhenStreamStops=false
|
KeepRecordingWhenStreamStops=false
|
||||||
SysTrayEnabled=true
|
SysTrayEnabled=true
|
||||||
SysTrayWhenStarted=false
|
SysTrayWhenStarted=true
|
||||||
SaveProjectors=false
|
SaveProjectors=false
|
||||||
ShowTransitions=true
|
ShowTransitions=true
|
||||||
ShowListboxToolbars=true
|
ShowListboxToolbars=true
|
||||||
|
@ -61,6 +61,10 @@ AlwaysOnTop=false
|
||||||
EditPropertiesMode=false
|
EditPropertiesMode=false
|
||||||
DocksLocked=false
|
DocksLocked=false
|
||||||
SideDocks=false
|
SideDocks=false
|
||||||
|
WarnBeforeStartingStream=false
|
||||||
|
WarnBeforeStoppingStream=false
|
||||||
|
WarnBeforeStoppingRecord=false
|
||||||
|
SysTrayMinimizeToTray=true
|
||||||
|
|
||||||
[Audio]
|
[Audio]
|
||||||
DisableAudioDucking=true
|
DisableAudioDucking=true
|
||||||
|
|
Loading…
Reference in a new issue