OK, so I created a macro and it works. I had recorded 5 up arrow presses and saved it as 5up macro. Here it is:
{ "keys": ["ctrl+up+5"], "command": "run_macro_file", "args": {"file": "res://Packages/User/Macros/5up.sublime-macro"} }
It works perfectly when selected from Tools -> Macros…
BUT when i added:
{ "keys": ["ctrl+down+5"], "command": "run_macro_file", "args": {"file": "res://Packages/User/Macros/5down.sublime-macro"} },
which was supposed to move 5 lines down it plays 5up macro, and when I’m selecting this macro from menu it plays well…
It just makes no sense…