I use sublime text 2 and want to record a macro to load the current vie file to pass docsend (super + u) and save it locally (super + s).
So, I start to record the ctrl + q macro and see the status notification in the footer
Starting to record macro ...
Then I press super + s and it saves and loads it vie super + u. After pressing Ctrl + q to stop macro coding, the footer says
Stopping recording macro
But I don’t have an option in the “Tools / Playback Macro” menu, and when I click “Save Macro” it does nothing.
Any idea?
PS: I am working on OS X and I do not have a directory
/Library/Application\ Support/Sublime\ Text\ 2
Do I need to create it as an administrator?
Thank you so much
Now I realized that I do not need a folder / Library ... but ~ / Library ...
~/Library/Application\Support/Sublime\Text\2/Packages/User/transfer-upload-and-save.sublime-macro
[
{"command": "save"},
{"command": "transmit_docksend"}
]
[
{ "keys": ["super+u"], "command": "run_macro_file", "args": {"file": "Packages/User/transmit-upload-and-save.sublime-macro"} }
]
, ... ?