Folks
Ive just been editing some files and thought this may be useful if for the community....
If you use Streamdeck (either for Betangel Automation or even in your day job (if you have one) there is a facility called supermacro
(See here on github) https://github.com/BarRaider/streamdeck ... /README.md
In short you can assign macros to a single key do all sorts of things, worth checking out.
(This file below is an example of how on a single keystroke I can move my moues around multiple locations and do various things etc)
{{MOUSEXY:1410,90}}{{PAUSE:50}}{{LBUTTON}}{{PAUSE:50}}{{CTRL}{1}}{{PAUSE:01}}
{{MOUSEXY:2430,90}}{{PAUSE:50}}{{LBUTTON}}{{PAUSE:50}}{{CTRL}{1}}{{PAUSE:01}}
{{MOUSEXY:1405,825}}{{PAUSE:50}}{{LBUTTON}}{{PAUSE:50}}{{CTRL}{1}}{{PAUSE:01}}
{{MOUSEXY:2430,826}}{{PAUSE:50}}{{LBUTTON}}{{PAUSE:50}}{{CTRL}{1}}{{PAUSE:01}}
{{MOUSEXY:3619,90}}{{PAUSE:50}}{{LBUTTON}}{{PAUSE:50}}{{CTRL}{1}}{{PAUSE:01}}
{{MOUSEXY:4827,90}}{{PAUSE:50}}{{LBUTTON}}{{PAUSE:50}}{{CTRL}{1}}{{PAUSE:01}}
{{MOUSEXY:3608,815}}{{PAUSE:50}}{{LBUTTON}}{{PAUSE:50}}{{CTRL}{1}}{{PAUSE:01}}
{{MOUSEXY:4819,815}}{{PAUSE:50}}{{LBUTTON}}{{PAUSE:50}}{{CTRL}{1}}{{PAUSE:01}}
Really useful
regards
Peter
Streamdeck - Supermacro
- Big Bad Barney
- Posts: 335
- Joined: Mon Feb 04, 2019 6:00 am
I tried the supermacro once, for me it didn't work out....
Instead I use AutoHotKey....it's much more powerful... but I find it a bit finicky with multiple monitors...
You can use AutoHotKey without needing streamdeck...you just set hotkey shortcuts...
But I used both the streamdeck and Autohotkey in conjunction, that way I don't have to remember what my shortcut keys are.
Much nicer to just look at the picture on the key 
But IMO, PeteLe's suggestion is worth taking up for one and all!
Instead I use AutoHotKey....it's much more powerful... but I find it a bit finicky with multiple monitors...
You can use AutoHotKey without needing streamdeck...you just set hotkey shortcuts...
But I used both the streamdeck and Autohotkey in conjunction, that way I don't have to remember what my shortcut keys are.


But IMO, PeteLe's suggestion is worth taking up for one and all!

I use it with Multiple monitors and with multiple betangel instances...if you set the keyboards shortcuts up properly in the behaviour tab, you merely send the mouse to the various instances and then run a Ctrl-1, Ctrl-2 etcjohnsheppard wrote: ↑Fri Jan 20, 2023 3:21 amI tried the supermacro once, for me it didn't work out....
Instead I use AutoHotKey....it's much more powerful... but I find it a bit finicky with multiple monitors...
(I normally run 100% automated but just testing something new to refine strats; stopping and starting rules based on visuals)