请问如何sublime运行python程序的控制台输入?

请问快捷键如何设置。sublimeREPL已经安装好了。按照网上的教程粘上代码还是没设置成功快捷键。

参考下:https://blog.csdn.net/PY0312/article/details/89529640

[
    {
        "keys": [
            "f5"
        ],
        "caption": "SublimeREPL: Python - RUN current file",
        "command": "run_existing_window_command",
        "args": {
            "id": "repl_python_run",
            "file": "config/Python/Main.sublime-menu"
        }
    },
    {
        "keys": [
            "f1"
        ],
        "caption": "SublimeREPL: Python",
        "command": "run_existing_window_command",
        "args": {
            "id": "repl_python",
            "file": "config/Python/Main.sublime-menu"
        }
    }
]