Sublime Forum

Save macro keyboard shortcut

#1

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.

0 Likes

#2

ctrl+alt is commonly reserved on windows, have you tried a different shortcut?

1 Like

#3

I had other key overwriting this xD. Sorry xD

0 Likes