请问设置快捷键无效怎么办?
用sublimerepl key binding输入
{
"keys"
: [
"f5"
],
"caption"
:
"SublimeREPL: Python - RUN current file"
,
"command"
:
"run_existing_window_command"
,
"args"
: {
"id"
:
"repl_python_run"
,
"file"
:
"config/Python/Main.sublime-menu"
}
},
按f5无效,请问大家怎么解决啊?