I am using a MacBook Pro M1, and have installed MiddleClick. I am open to an Automator/AppleScript solution, but it's my first day on a Mac, so if you go down this road please explain it step by step.
Right now, middle clicking (three fingers tap) on a dock icon does the same as right clicking (two fingers tap). It brings up a menu, and on relevant app (chrome and terminal, mainly), displays a "New Window" option. I'd like middle clicking to directly open a new window.
I am aware of How to make clicking on icon in dock == open new instance but I don't like this solution as it requires to make one script by app, which I don't want to maintain, and I don't know how to change click to middle click.
Is it possible to make a script that listens to your action, and activate on signal "dock middle click", captures the app you clicked and so on?
If not, I'll settle for the acceptable solution of replacing click by middle click in the aforementioned solution.
Thank you!