Sublime Forum

Need help refining a keybinding

#1

Here is what I have. In short, I want to outsource my working file to an external script runpy.bat, but any substitution I try is unrecognized.

{"keys": "ctrl+1"], "command": "exec", "args": {"cmd": "$packages/User/runpy.bat", "$file"]}}

Is what I’m trying possible?

0 Likes