Skip to content

Instantly share code, notes, and snippets.

@birobirobiro
Created April 14, 2023 17:44
Show Gist options
  • Select an option

  • Save birobirobiro/d060cd41d7b3fc357a36cd3a7db432c0 to your computer and use it in GitHub Desktop.

Select an option

Save birobirobiro/d060cd41d7b3fc357a36cd3a7db432c0 to your computer and use it in GitHub Desktop.

Revisions

  1. birobirobiro created this gist Apr 14, 2023.
    98 changes: 98 additions & 0 deletions config.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,98 @@
    {
    "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": [
    "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
    }