Sublime Forum

Key binding repl

#1

Hi, i cant bind a key to a SublimeREPL. i tried adding this to key binding settings (user) but it would not work.
[
{ “keys”: [“ctrl+alt+b”], “command”: “run_existing_window_command”,
“args”: {
“id”: “repl_python_run”,
“file”: “c:/Users/joseph/AppData/Roaming/Sublime Text 3/Packages/SublimeREPL/config/Main.sublime-menu”
}
}
]
I dont know where the problem is, please help.

0 Likes

#2

SublimeREPL has a bug in it that makes it not work properly in Sublime Text 3.2. The devs have made a fix that allows it to work again but that fix is currently only available in development builds.

So you either need to use a dev build (if you are a licensed user), wait for the change, or if you search the forum there is a thread that tells you alternate key bindings you can use while waiting for the next stable release.

0 Likes

#3

thanks for replying, where can i check if the problem is solved ?

0 Likes

#4

For posts in the Technical Support category, there’s an extra button below every post that you can use to flag it as the answer to your question:

image

0 Likes