I want to specify the context under which my keybinding is to be run.
This works:
{ "key": "last_command", "operator": "equal", "operand": "move", "by": "words", "forward": true }
This does not:
{ "key": "last_command", "operator": "equal", "operand": "run_macro_file", "file": "res://Packages/User/macros/move_forward.sublime-macro" }
Why and where is my formatting wrong?
Please note I need the arguments after the “run_macro_file”.