TsFreddie/much-programming-core

Import/export Macros

Closed this issue · 2 comments

It seems that there is the feature to import the macros but not to export them.
Is it right? what's a template to write the macros to be imported?
Thanks!

Create your macros, save as JSON like you save your profile. Then the import macro function can read the JSON file and import only macros without messing up your current layout.

THANKS!