如何为SublimeREPL创建键盘快捷键?快捷方式不起作用

时间:2019-03-23 09:04:21

标签: sublimetext3

执行以下过程后,sublime text3对组合键不起作用。你能帮助我吗?谢谢

您可以使用Sublime键绑定为屏幕快照中的命令设置键盘快捷键。

Open Sublime.

Go to Preferences > Key Bindings - User

Add bellow lines to the opened file between brackets:

{ "keys": ["ctrl+alt+b"], "command": "run_existing_window_command", "args":
{
    "id": "repl_python_run",
    "file": "config/Python/Main.sublime-menu"
}}

Save it.

0 个答案:

没有答案