1
1
I do have a Razer Naga Mouse and A4Tech X7 keyboard. For keyboard i can easily open macro file (XML file) and edit (copy + paste parts of it, reuse existing ones etc). I could create an easy wrappers for commands like mouseClick, mouserRightClick, dragAndDrop in language of choice which is JavaScript -- since its just modifying pre-existing template.
And basically that allows me to create more powerful scripts for my device.
With Razer though you get overpriced mouse that comes with Synapse, that is not even allowed you to easily manipulate with your own macros. The only positive thing there is UI + cloud. But inability to edit makes it super poor choice :(
Is there any way to edit the macro files in Text Editor (VSCode or so)?
If you find its overpriced don't buy their products? Depending on how they set it up you won't be able to edit them. Did you try to find the files the macro(s) are stored in? – Seth – 2018-01-25T13:25:53.897
i tried and failed in OSX. In windows seems i've seen the folder somewhere, but not sure if its possible to edit it there :) will anyway update the question when find smth :) wonder that no one tried to do the same... macro ui's are awful, not only in Synapse. Script abilities that provided by autohotkey or such apps - way better.... maybe perception is that you will create a macro that binds 2-3 buttons together... – ValeriiVasin – 2018-01-26T12:16:39.547
Looks like they're stored in the ProgramData folder in Windows according to this reddit post.
– Seth – 2018-01-26T13:05:08.240Just searched for text editing of macro files and after I looked through my files I found the
.xml
files atC:\ProgramData\Razer\Synapse\Accounts\YourAccountID\Macros
, hope that helps if you still have the issue... ;) – FatalBulletHit – 2018-03-06T10:47:31.000