mirror of https://github.com/odrling/Aegisub
Update default config to modern standards
This commit is contained in:
parent
ebea3905cc
commit
1ce72a6d6e
|
@ -40,24 +40,24 @@
|
|||
"Display" : {
|
||||
"Draw" : {
|
||||
"Cursor Time" : true,
|
||||
"Inactive Comments" : true,
|
||||
"Inactive Comments" : false,
|
||||
"Keyframes in Dialogue Mode" : true,
|
||||
"Keyframes in Karaoke Mode" : true,
|
||||
"Seconds" : false,
|
||||
"Video Position" : false
|
||||
"Seconds" : true,
|
||||
"Video Position" : true
|
||||
},
|
||||
"Waveform Style" : 0
|
||||
},
|
||||
"Downmixer" : "ConvertToMono",
|
||||
"Drag Timing" : true,
|
||||
"Inactive Lines Display Mode" : 1,
|
||||
"Inactive Lines Display Mode" : 3,
|
||||
"Karaoke" : {
|
||||
"Font Face" : "Verdana",
|
||||
"Font Size" : 9
|
||||
},
|
||||
"Lead" : {
|
||||
"IN" : 200,
|
||||
"OUT" : 300
|
||||
"IN" : 100,
|
||||
"OUT" : 350
|
||||
},
|
||||
"Line Boundaries Thickness" : 2,
|
||||
"Link" : true,
|
||||
|
@ -75,11 +75,11 @@
|
|||
}
|
||||
},
|
||||
"Snap" : {
|
||||
"Distance" : 10,
|
||||
"Enable" : false
|
||||
"Distance" : 8,
|
||||
"Enable" : true
|
||||
},
|
||||
"Spectrum" : true,
|
||||
"Start Drag Sensitivity" : 3,
|
||||
"Start Drag Sensitivity" : 8,
|
||||
"Track Cursor" : {
|
||||
"Font Face" : ""
|
||||
},
|
||||
|
@ -421,7 +421,7 @@
|
|||
},
|
||||
|
||||
"Timing" : {
|
||||
"Default Duration" : 2000
|
||||
"Default Duration" : 3000
|
||||
},
|
||||
|
||||
"Tool" : {
|
||||
|
@ -585,9 +585,9 @@
|
|||
"Dummy" : {
|
||||
"FPS" : 23.975999999999999091,
|
||||
"Last" : {
|
||||
"Height" : 480,
|
||||
"Height" : 720,
|
||||
"Length" : 40000,
|
||||
"Width" : 640
|
||||
"Width" : 1280
|
||||
},
|
||||
"Pattern" : false
|
||||
},
|
||||
|
|
|
@ -40,24 +40,24 @@
|
|||
"Display" : {
|
||||
"Draw" : {
|
||||
"Cursor Time" : true,
|
||||
"Inactive Comments" : true,
|
||||
"Inactive Comments" : false,
|
||||
"Keyframes in Dialogue Mode" : true,
|
||||
"Keyframes in Karaoke Mode" : true,
|
||||
"Seconds" : false,
|
||||
"Video Position" : false
|
||||
"Seconds" : true,
|
||||
"Video Position" : true
|
||||
},
|
||||
"Waveform Style" : 0
|
||||
},
|
||||
"Downmixer" : "ConvertToMono",
|
||||
"Drag Timing" : true,
|
||||
"Inactive Lines Display Mode" : 1,
|
||||
"Inactive Lines Display Mode" : 3,
|
||||
"Karaoke" : {
|
||||
"Font Face" : "",
|
||||
"Font Size" : 9
|
||||
},
|
||||
"Lead" : {
|
||||
"IN" : 200,
|
||||
"OUT" : 300
|
||||
"IN" : 100,
|
||||
"OUT" : 350
|
||||
},
|
||||
"Line Boundaries Thickness" : 2,
|
||||
"Link" : true,
|
||||
|
@ -75,11 +75,11 @@
|
|||
}
|
||||
},
|
||||
"Snap" : {
|
||||
"Distance" : 10,
|
||||
"Enable" : false
|
||||
"Distance" : 8,
|
||||
"Enable" : true
|
||||
},
|
||||
"Spectrum" : true,
|
||||
"Start Drag Sensitivity" : 3,
|
||||
"Start Drag Sensitivity" : 8,
|
||||
"Track Cursor" : {
|
||||
"Font Face" : ""
|
||||
},
|
||||
|
@ -421,7 +421,7 @@
|
|||
},
|
||||
|
||||
"Timing" : {
|
||||
"Default Duration" : 2000
|
||||
"Default Duration" : 3000
|
||||
},
|
||||
|
||||
"Tool" : {
|
||||
|
@ -585,9 +585,9 @@
|
|||
"Dummy" : {
|
||||
"FPS" : 23.975999999999999091,
|
||||
"Last" : {
|
||||
"Height" : 480,
|
||||
"Height" : 720,
|
||||
"Length" : 40000,
|
||||
"Width" : 640
|
||||
"Width" : 1280
|
||||
},
|
||||
"Pattern" : false
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue