vscode

Cmd+Shift+P > Preferences Open Keyboard Shortcut (JSON)

[
    {
        "key": "cmd+b",
        "command": "workbench.action.terminal.sendSequence",
        "args": {
            "text": "./create_html\u000D"  // Voert het huidige open bestand uit
        },
        "when": "editorTextFocus"
    },
]