You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wish: on start, read old config, and MOVE all macros to separate .json files in settings/macros/.
make filenames like "macros/name_of_macro.json", name_of_macro is from old config, name_of_macro is not needed inside new json file.
on next starts, read OLD config + all NEW files settings/macros/*.json.
write all macros only to macros/*.json.
The text was updated successfully, but these errors were encountered:
now: all macros are saved to 1 json.
not easy to move macros from 1 PC to another...
wish: on start, read old config, and MOVE all macros to separate .json files in settings/macros/.
make filenames like "macros/name_of_macro.json", name_of_macro is from old config, name_of_macro is not needed inside new json file.
on next starts, read OLD config + all NEW files settings/macros/*.json.
write all macros only to macros/*.json.
The text was updated successfully, but these errors were encountered: