Following is the code in file packages/User/Default (OSX).sublime-keymap. However, it did not work (did not open the repl) when I pressed the keys, instead it worked as cmd+b. Why? How do you fix it?
[
{“keys”: [“CMD+SHIFT+B”],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command",
"args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}
}
]