Open/Close Multiple Inserts Key Command

AHK works well thanks for the advice. I’ll have to look a few things up but I found this thread that has a very cool script for inserting plugings to slots.

I simply needed to add a few lines to point to the right plugin.

So here’s how I open Console 1 with it.

!1:: ; Alt+1 hotkey.
Y:=120
Sleep 50
SendEvent {Alt up}
GoSub, SelIns
Send, Console
Send, {enter}
Send, e
return

I’ll post the right script here when I find out how to close/open all plungins. Should not be too hard.