-
-
Save Rofram/d906870274f96b5a208d01624c861761 to your computer and use it in GitHub Desktop.
settings mini video me
This file contains hidden or 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": "borderless", | |
"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, #988BC7, #FF79C6)", | |
"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" | |
}, | |
"hideCamera": "Shift+Alt+CommandOrControl+2", | |
"openPreferencesFile": "CommandOrControl+,", | |
"adjustCameraOffset": { | |
"left": "ArrowLeft", | |
"right": "ArrowRight", | |
"up": "ArrowUp", | |
"down": "ArrowDown" | |
}, | |
"flipHorizontal": "/", | |
"toggleCam": "Backspace", | |
"toggleWindowSize": "Space", | |
"toggleShapes": "o", | |
"reset": "r", | |
"zoom": { | |
"in": "=", | |
"out": "-" | |
} | |
}, | |
"shapes": [ | |
"inset(0% 0% 0% 0% round 20px)", | |
"polygon(0 0, 100% 0, 100% 100%, 0% 100%)", | |
"polygon(0 0, 100% 0, 100% 100%, 0% 100%)" | |
], | |
"screen": { | |
"initial": { | |
"width": 350, | |
"height": 600 | |
}, | |
"large": { | |
"width": 900, | |
"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