Created
May 24, 2022 02:46
-
-
Save birobirobiro/18f410c9c0c2b5db036462eab415c611 to your computer and use it in GitHub Desktop.
Config mini-video-me
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"language": "default", | |
"theme": "custom", | |
"customLanguages": [ | |
{ | |
"id": "custom", | |
"displayName": "Custom", | |
"dictionary": { | |
"default": "Default", | |
"language": "Language", | |
"topLeft": "Top left", | |
"topRight": "Top right", | |
"bottomLeft": "Bottom left", | |
"bottomRight": "Bottom right", | |
"small": "Small", | |
"large": "Large", | |
"settings": "Settings", | |
"themes": "Themes", | |
"windowSize": "Window Size", | |
"screenEdge": "Screen Edge", | |
"display": "Display", | |
"videoInputSource": "Video Input Source", | |
"close": "Close", | |
"loading": "Camera loading", | |
"connected": "Camera connected", | |
"disconnected": "Camera disconnected", | |
"notFound": "Camera not found" | |
} | |
} | |
], | |
"customThemes": [ | |
{ | |
"id": "custom", | |
"displayName": "Custom", | |
"textColor": "#fff", | |
"borderColor": "linear-gradient(to right, #FFD600, #FF7A00, #FF0069, #D300C5, #7638FA)", | |
"borderWidth": "5px" | |
} | |
], | |
"themeOverrides": { | |
"textColor": null, | |
"borderWidth": null | |
}, | |
"hasShadow": true, | |
"camera": { | |
"width": 1920, | |
"height": 1080, | |
"frameRate": 60 | |
}, | |
"anchor": { | |
"x": 0, | |
"y": 0 | |
}, | |
"shortcuts": { | |
"moveCamera": { | |
"up": "Shift+Alt+CommandOrControl+Up", | |
"down": "Shift+Alt+CommandOrControl+Down", | |
"left": "Shift+Alt+CommandOrControl+Left", | |
"right": "Shift+Alt+CommandOrControl+Right" | |
}, | |
"resizeCamera": { | |
"toggle": "Shift+Alt+CommandOrControl+1", | |
"initial": "Shift+Alt+CommandOrControl+1", | |
"large": "Shift+Alt+CommandOrControl+2" | |
}, | |
"hideCamera": "Shift+Alt+CommandOrControl+3", | |
"openPreferencesFile": "CommandOrControl+,", | |
"adjustCameraOffset": { | |
"left": "ArrowLeft", | |
"right": "ArrowRight", | |
"up": "ArrowUp", | |
"down": "ArrowDown" | |
}, | |
"flipHorizontal": "/", | |
"toggleCam": "Backspace", | |
"toggleWindowSize": "Space", | |
"toggleShapes": "o", | |
"reset": "r", | |
"zoom": { | |
"in": "=", | |
"out": "-" | |
} | |
}, | |
"shapes": [ | |
"circle(50% at 50% 50%)", | |
"polygon(0 0, 100% 0, 100% 100%, 0% 100%)" | |
], | |
"screen": { | |
"initial": { | |
"width": 300, | |
"height": 300 | |
}, | |
"large": { | |
"width": 600, | |
"height": 600 | |
} | |
}, | |
"zoom": 1.1, | |
"flipHorizontal": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment