执行以下过程后,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.