Hello, I come in there seeking help, as I just discovered AHK and am basically really bad at coding.
So what I would like to do is make a script that emulates ctrl-tab, in order to assign it to a swipe move on my trackpad, through Trackpad++.
In my mind, swiping once would enable the Opera tab switcher, subsequent swipes would act as tab, and the script would end when I'd click on the tab I want, which seems to be the most tricky thing to do.
I searched the forums and have found out that it should start with "Send {Ctrl DOWN}", and then "Send {ALT}", but I don't know how to make it that the subsequent swipes only count for "Send {TAB}", and how to make it that it ends with a left click.
Thanks in advance