请问快捷键如何设置。sublimeREPL已经安装好了。按照网上的教程粘上代码还是没设置成功快捷键。
1条回答 默认 最新
Nick Peng 2021-04-21 18:01关注参考下: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" } } ]本回答被题主选为最佳回答 , 对您是否有帮助呢?解决评论 打赏 举报无用 2