Sublime Forum

Chord keybindings and sublime repr build system hack not w

#1

The following keybindings don’t work

{ "keys": "ctrl+,", "s"], "command": "repl_transfer_current", "args": {"scope": "selection"}}, { "keys": "ctrl+shift+,", "s"], "command": "repl_transfer_current", "args": {"scope": "selection", "action":"view_write"}}, { "keys": "ctrl+,", "f"], "command": "repl_transfer_current", "args": {"scope": "file"}}, { "keys": "shift+ctrl+,", "f"], "command": "repl_transfer_current", "args": {"scope": "file", "action":"view_write"}}, { "keys": "ctrl+,", "l"], "command": "repl_transfer_current", "args": {"scope": "lines"}}, { "keys": "shift+ctrl+,", "l"], "command": "repl_transfer_current", "args": {"scope": "lines", "action":"view_write"}}, { "keys": "ctrl+,", "b"], "command": "repl_transfer_current", "args": {"scope": "block"}}, { "keys": "shift+ctrl+,", "b"], "command": "repl_transfer_current", "args": {"scope": "block", "action":"view_write"}}

But when i do this…

	{ "keys": "ctrl+,"], "command": "repl_transfer_current", "args": {"scope": "file"}},

They do…
I don’t know if this is a bug or what.
But also the sublime repr build system hack doesn’t work either. I don’t know if they’re related. Thanks in advance.

0 Likes