I would like to add keyboard shortcut for saving macro.
This is my code:
{ "keys": ["ctrl+shift+alt+m"], "command": "save_macro" },
But when I press it nothing is happening.
I have checked in console and save_macro
fires when you click “Save Macro” from Command Menu on the top.