I have this code to create a shortcut to run current file in sublimeREPL
:
{
"keys": ["ctrl+alt+b"],
"command": "run_existing_window_command",
"args": {
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}
}
But with the sublime's new version, it doesn't work.
What's wrong?